| /tools/testing/selftests/bpf/progs/ |
| A D | xdp_metadata2.c | 11 int called; variable 20 called++; in freplace_rx()
|
| /tools/perf/dlfilters/ |
| A D | dlfilter-test-api-v0.c | 152 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 D | dlfilter-test-api-v2.c | 167 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 D | perf-dlfilter.txt | 44 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 D | perf-script-python.txt | 87 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 D | perf-script-perl.txt | 40 '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 D | itrace.txt | 27 Z prefer to ignore timestamps (so-called "timeless" decoding)
|
| A D | callchain-overhead-calculation.txt | 13 'Children' here means functions that are called from another (parent)
|
| /tools/testing/kunit/test_data/ |
| A D | test_kernel_panic_interrupt.log | 2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
| A D | test_config_printk_time.log | 2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
| A D | test_output_with_prefix_isolated_correctly.log | 2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
| A D | test_pound_no_prefix.log | 2 random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
| A D | test_pound_sign.log | 2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
| A D | test_multiple_prefixes.log | 2 [ 0.060000][ T1] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
| A D | test_interrupted_tap_output.log | 2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
| /tools/testing/selftests/net/packetdrill/ |
| A D | tcp_close_close-on-syn-sent.pkt | 3 // is called on a socket with SYN_SENT state.
|
| A D | tcp_timestamping_client-only-last-byte.pkt | 40 // is called after when SYN is acked. So, we expect the last byte of the first
|
| A D | tcp_timestamping_server.pkt | 24 // is called after when SYN is acked. So, we expect the last byte of the first
|
| /tools/power/pm-graph/config/ |
| A D | cgskip.txt | 12 # the tool is called with "-cgskip off".
|
| /tools/testing/selftests/tc-testing/plugin-lib/ |
| A D | README-PLUGINS | 22 This plugin will write files to the cwd, called vgnd-xxx.log. These will contain
|
| /tools/bpf/bpftool/Documentation/ |
| A D | bpftool-iter.rst | 36 tasks, bpf_maps, etc.) and a bpf program called for each kernel data object
|
| /tools/usb/usbip/ |
| A D | INSTALL | 27 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 D | xdp_metadata.c | 530 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 D | README | 32 is placed on the stack and a sigreturn syscall is called to simulate a
|
| /tools/memory-model/Documentation/ |
| A D | recipes.txt | 28 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
|