Home
last modified time | relevance | path

Searched refs:called (Results 1 – 25 of 45) sorted by relevance

12

/tools/testing/selftests/bpf/progs/
A Dxdp_metadata2.c11 int called; variable
20 called++; in freplace_rx()
/tools/perf/dlfilters/
A Ddlfilter-test-api-v0.c152 static bool called; in start() local
156 CHECK(!filt_dat && !called); in start()
157 called = true; in start()
352 static bool called; in stop() local
356 CHECK(data && filt_dat == data && !called); in stop()
357 called = true; in stop()
A Ddlfilter-test-api-v2.c167 static bool called; in start() local
171 CHECK(!filt_dat && !called); in start()
172 called = true; in start()
371 static bool called; in stop() local
375 CHECK(data && filt_dat == data && !called); in stop()
376 called = true; in stop()
/tools/perf/Documentation/
A Dperf-dlfilter.txt44 If implemented, 'start' will be called at the beginning, before any
48 perf_dlfilter_fns are not valid when called from 'start'.
50 If implemented, 'stop' will be called at the end, after any calls to
54 when called from 'stop'.
56 If implemented, 'filter_event' will be called for each sample event.
61 'filter_event_early' is the same as 'filter_event' except it is called before
107 __u8 addr_correlates_sym; /* True => resolve_addr() can be called */
145 file is loaded. The functions can be called by 'filter_event' or
182 'al_cleanup' must be called (if present, so check perf_dlfilter_fns.al_cleanup != NULL)
A Dperf-script-python.txt87 tracing/events/raw_syscalls. These are called for all syscalls; the
105 called perf.data.
164 trace_end(), which are called at the beginning and the end of the
176 generated for every script. The first, trace_unhandled(), is called
234 store that information; every time the sys_enter() handler is called,
269 handler called at the end of script processing.
434 'handler function' is called for each event in the trace. If there's
535 *trace_end*, if defined, is called after all events have been
544 *trace_unhandled*, if defined, is called after for any event that
553 *process_event*, if defined, is called for any non-tracepoint event
[all …]
A Dperf-script-perl.txt40 'handler function' is called for each event in the trace. If there's
132 *trace_begin*, if defined, is called before any event is processed and
141 *trace_end*, if defined, is called after all events have been
151 *trace_unhandled*, if defined, is called after for any event that
A Ditrace.txt27 Z prefer to ignore timestamps (so-called "timeless" decoding)
A Dcallchain-overhead-calculation.txt13 'Children' here means functions that are called from another (parent)
/tools/testing/kunit/test_data/
A Dtest_kernel_panic_interrupt.log2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
A Dtest_config_printk_time.log2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
A Dtest_output_with_prefix_isolated_correctly.log2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
A Dtest_pound_no_prefix.log2 random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
A Dtest_pound_sign.log2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
A Dtest_multiple_prefixes.log2 [ 0.060000][ T1] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
A Dtest_interrupted_tap_output.log2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
/tools/testing/selftests/net/packetdrill/
A Dtcp_close_close-on-syn-sent.pkt3 // is called on a socket with SYN_SENT state.
A Dtcp_timestamping_client-only-last-byte.pkt40 // is called after when SYN is acked. So, we expect the last byte of the first
A Dtcp_timestamping_server.pkt24 // is called after when SYN is acked. So, we expect the last byte of the first
/tools/power/pm-graph/config/
A Dcgskip.txt12 # the tool is called with "-cgskip off".
/tools/testing/selftests/tc-testing/plugin-lib/
A DREADME-PLUGINS22 This plugin will write files to the cwd, called vgnd-xxx.log. These will contain
/tools/bpf/bpftool/Documentation/
A Dbpftool-iter.rst36 tasks, bpf_maps, etc.) and a bpf program called for each kernel data object
/tools/usb/usbip/
A DINSTALL27 It can also use an optional file (typically called `config.cache'
41 `configure' by a program called `autoconf'. You need `configure.ac' if
175 can create a site shell script called `config.site' that gives default
/tools/testing/selftests/bpf/prog_tests/
A Dxdp_metadata.c530 if (bpf_obj2->bss->called) in test_xdp_metadata()
534 ASSERT_GT(bpf_obj2->bss->called, 0, "not called"); in test_xdp_metadata()
/tools/testing/selftests/arm64/signal/
A DREADME32 is placed on the stack and a sigreturn syscall is called to simulate a
/tools/memory-model/Documentation/
A Drecipes.txt28 called is not defined; the object code is allowed to use either
538 relation is called "reads-from" and is usually abbreviated "rf".
543 often called "from-reads" and is sometimes abbreviated "fr".
549 this relation is often called "coherence order" and is sometimes
550 abbreviated "co". In the C++ standard, it is instead called

Completed in 26 milliseconds

12