Home
last modified time | relevance | path

Searched refs:tracing (Results 1 – 25 of 27) sorted by relevance

12

/tools/lib/traceevent/Documentation/
Dlibtraceevent-cpus.txt6 tep_get_cpus, tep_set_cpus - Get / set the number of CPUs, which have a tracing
21 The _tep_get_cpus()_ function gets the number of CPUs, which have a tracing
24 The _tep_set_cpus()_ function sets the number of CPUs, which have a tracing
26 The _cpu_ argument is the number of CPUs with tracing data.
30 The _tep_get_cpus()_ functions returns the number of CPUs, which have tracing
43 printf("We have tracing data for %d CPUs", tep_get_cpus(tep));
Dlibtraceevent-header_page.txt45 generate the tracing data, which has no event/header_page. If the kernel is new,
64 printf ("%s kernel is used to generate the tracing data.\n",
Dlibtraceevent-parse_head.txt44 buf = read_file("/sys/kernel/tracing/events/header_page", &size);
Dlibtraceevent-parse_event.txt48 buf = read_file("/sys/kernel/tracing/events/ftrace/print/format", &size);
/tools/lib/api/fs/
Dtracing_path.c20 static void __tracing_path_set(const char *tracing, const char *mountpoint) in __tracing_path_set() argument
24 mountpoint, tracing); in __tracing_path_set()
26 mountpoint, tracing, "events"); in __tracing_path_set()
/tools/perf/Documentation/
Dperf-ftrace.txt17 functionality. It only supports single thread tracing currently and
69 tracing for functions executed from the given function.
77 and disables tracing for function executed from the given function.
Dintel-bts.txt32 Currently Intel BTS is limited to per-thread tracing so the --per-thread option
83 perf inject also accepts the --itrace option in which case tracing data is
Dperf-lock.txt20 produces the file "perf.data" which contains tracing
Dintel-pt.txt41 Another limitation is the performance impact of tracing, something that will
405 branch Enable branch tracing. Branch tracing is enabled by default so to
406 disable branch tracing use 'branch=0'.
423 if branch tracing is enabled, otherwise the address will be zero.
424 Note that fup_on_ptw will work even when branch tracing is disabled.
515 Recording AUX area tracing snapshot
518 Note that "Recording AUX area tracing snapshot" is displayed because the -v
757 e synthesize tracing error events
785 packets. While CBR packets are always recorded when tracing is enabled, power
889 perf inject also accepts the --itrace option in which case tracing data is
Dperf-list.txt179 /sys/kernel/debug/tracing, even when perf_event_paranoid is in a relaxed
185 Some PMUs control advanced hardware tracing capabilities, such as Intel PT,
186 that allows low overhead execution tracing. These are described in a separate
Dperf.data-file-format.txt240 undecoded hardware tracing information, such as Intel Processor Trace data.
243 * struct auxtrace_index_entry - indexes a AUX area tracing event within a
256 * struct auxtrace_index - index of AUX area tracing events within a perf.data
515 Describes an error in hardware tracing
Dperf-record.txt138 - 'start': defines an address at which tracing will begin.
139 - 'stop': defines an address at which tracing will stop.
140 - 'tracestop': defines a region in which tracing will stop.
234 area tracing can be specified.
430 Select AUX area tracing Snapshot Mode. This option is valid only with an
431 AUX area tracing event. Optionally, certain snapshot capturing parameters
Dperf-script-python.txt79 - we could enable every event under the tracing/events/syscalls
87 tracing/events/raw_syscalls. These are called for all syscalls; the
322 'perf list' and/or look in /sys/kernel/debug/tracing/events/ for
452 (see /sys/kernel/debug/tracing/events/sched/sched_wakeup/format):
Dexamples.txt221 in include/tracing/events/kmem.h.
Dperf-kvm.txt57 And this command produces a file which contains tracing results of kvm
Dperf-probe.txt106 of write it into tracing/[k,u]probe_events.
141 space tracing. Can also be used with --funcs option.
Dperf-script-perl.txt58 (see /sys/kernel/debug/tracing/events/sched/sched_wakeup/format):
Dperf-trace.txt234 When tracing pagefaults, the format of the trace is as follows:
Dperf-script.txt336 Options for decoding instruction tracing data. The options are:
/tools/testing/selftests/ftrace/
DREADME3 This is a collection of testcases for ftrace tracing feature in the Linux
29 * The working directory of the script is <debugfs>/tracing/.
Dftracetest161 mount -t tracefs nodev /sys/kernel/tracing ||
/tools/testing/selftests/bpf/
Dtest_tunnel.sh641 > /sys/kernel/debug/tracing/trace
648 grep "reqid 1" /sys/kernel/debug/tracing/trace
650 grep "spi 0x1" /sys/kernel/debug/tracing/trace
652 grep "remote ip 0xac100164" /sys/kernel/debug/tracing/trace
/tools/testing/selftests/ftrace/test.d/
Dfunctions90 # no probes, and tracing on.
/tools/vm/
Dslabinfo.c95 int tracing; variable
692 if (tracing) in debug_opt_scan()
694 tracing = 1; in debug_opt_scan()
767 if (tracing && !s->trace) { in slab_debug()
773 if (!tracing && s->trace) in slab_debug()
/tools/virtio/virtio-trace/
DREADME98 # echo 1 > /sys/kernel/debug/tracing/events/sched/enable

12