Searched refs:called (Results 1 – 25 of 40) sorted by relevance
12
/tools/perf/dlfilters/ |
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() 320 static bool called; in stop() local 324 CHECK(data && filt_dat == data && !called); in stop() 325 called = true; in stop()
|
/tools/perf/Documentation/ |
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 101 __u8 addr_correlates_sym; /* True => resolve_addr() can be called */ 117 file is loaded. The functions can be called by 'filter_event' or
|
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 527 *trace_begin*, if defined, is called before any event is processed and 535 *trace_end*, if defined, is called after all events have been 544 *trace_unhandled*, if defined, is called after for any event that [all …]
|
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
|
D | itrace.txt | 23 Z prefer to ignore timestamps (so-called "timeless" decoding)
|
D | callchain-overhead-calculation.txt | 12 'Children' here means functions that are called from another (parent)
|
/tools/testing/kunit/test_data/ |
D | test_kernel_panic_interrupt.log | 2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
D | test_config_printk_time.log | 2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
D | test_pound_sign.log | 2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
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
|
D | test_pound_no_prefix.log | 2 random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
D | test_multiple_prefixes.log | 2 [ 0.060000][ T1] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
D | test_interrupted_tap_output.log | 2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
|
D | test_output_isolated_correctly.log | 41 random: get_random_bytes called from print_oops_end_marker+0x4c/0x60 with crng_init=0
|
/tools/power/pm-graph/config/ |
D | cgskip.txt | 12 # the tool is called with "-cgskip off".
|
/tools/testing/selftests/tc-testing/plugin-lib/ |
D | README-PLUGINS | 22 This plugin will write files to the cwd, called vgnd-xxx.log. These will contain
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-iter.rst | 33 and a bpf program called for each kernel data object
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-parse_head.txt | 25 _tep_parse_header_page()_ function can be called with _size_ equal to 0. The
|
D | libtraceevent-reg_event_handler.txt | 29 which is going to be called to parse the information for a given event. 35 to be called to parse the event information. The _context_ argument is a pointer
|
D | libtraceevent-plugins.txt | 47 The _tep_set_flag()_ API needs to be called before _tep_load_plugins()_, if
|
/tools/usb/usbip/ |
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/arm64/signal/ |
D | README | 32 is placed on the stack and a sigreturn syscall is called to simulate a
|
/tools/memory-model/Documentation/ |
D | recipes.txt | 28 called is not defined; the object code is allowed to use either 534 relation is called "reads-from" and is usually abbreviated "rf". 539 often called "from-reads" and is sometimes abbreviated "fr". 545 this relation is often called "coherence order" and is sometimes 546 abbreviated "co". In the C++ standard, it is instead called
|
/tools/build/Documentation/ |
D | Build.txt | 36 called $(OBJECT)-in.o:
|
/tools/memory-model/ |
D | README | 38 please try using the exact version called out above.
|
12