Home
last modified time | relevance | path

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

12

/tools/perf/dlfilters/
Ddlfilter-test-api-v0.c152 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/
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
101 __u8 addr_correlates_sym; /* True => resolve_addr() can be called */
117 file is loaded. The functions can be called by 'filter_event' or
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
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 …]
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
Ditrace.txt23 Z prefer to ignore timestamps (so-called "timeless" decoding)
Dcallchain-overhead-calculation.txt12 'Children' here means functions that are called from another (parent)
/tools/testing/kunit/test_data/
Dtest_kernel_panic_interrupt.log2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
Dtest_config_printk_time.log2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
Dtest_pound_sign.log2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
Dtest_output_with_prefix_isolated_correctly.log2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
Dtest_pound_no_prefix.log2 random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
Dtest_multiple_prefixes.log2 [ 0.060000][ T1] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
Dtest_interrupted_tap_output.log2 [ 0.060000] random: get_random_bytes called from init_oops_id+0x35/0x40 with crng_init=0
Dtest_output_isolated_correctly.log41 random: get_random_bytes called from print_oops_end_marker+0x4c/0x60 with crng_init=0
/tools/power/pm-graph/config/
Dcgskip.txt12 # the tool is called with "-cgskip off".
/tools/testing/selftests/tc-testing/plugin-lib/
DREADME-PLUGINS22 This plugin will write files to the cwd, called vgnd-xxx.log. These will contain
/tools/bpf/bpftool/Documentation/
Dbpftool-iter.rst33 and a bpf program called for each kernel data object
/tools/lib/traceevent/Documentation/
Dlibtraceevent-parse_head.txt25 _tep_parse_header_page()_ function can be called with _size_ equal to 0. The
Dlibtraceevent-reg_event_handler.txt29 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
Dlibtraceevent-plugins.txt47 The _tep_set_flag()_ API needs to be called before _tep_load_plugins()_, if
/tools/usb/usbip/
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/arm64/signal/
DREADME32 is placed on the stack and a sigreturn syscall is called to simulate a
/tools/memory-model/Documentation/
Drecipes.txt28 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/
DBuild.txt36 called $(OBJECT)-in.o:
/tools/memory-model/
DREADME38 please try using the exact version called out above.

12