Searched refs:tracers (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/tracing/latency/ |
| H A D | latency-collector.c | 927 char **tracers; in show_available() local 931 tracers = tracefs_tracers(NULL); in show_available() 932 for (i = 0; tracers && tracers[i]; i++) { in show_available() 933 if (is_relevant_tracer(tracers[i])) in show_available() 937 if (!tracers) { in show_available() 944 tracefs_list_free(tracers); in show_available() 949 for (i = 0; tracers[i]; i++) { in show_available() 950 if (is_relevant_tracer(tracers[i])) in show_available() 951 printf("%s\n", tracers[i]); in show_available() 953 tracefs_list_free(tracers); in show_available() [all …]
|
| /linux/kernel/trace/ |
| H A D | trace.c | 72 * If boot-time tracing including tracers/events via kernel cmdline 95 /* Store tracers and their flags per instance */ 96 struct tracers { struct 738 /* trace_types holds a link list of available tracers. */ 834 * yet, or by some tracers (like irqsoff), that just want to in tracer_tracing_on() 837 * As the check is in the fast path of the tracers, it is more in tracer_tracing_on() 918 * yet, or by some tracers (like irqsoff), that just want to in tracer_tracing_off() 921 * As the check is in the fast path of the tracers, it is more in tracer_tracing_off() 964 * It does not disable any overhead the tracers themselves may 1369 * other, as does happen during bootup when all the tracers ar in do_run_tracer_selftest() 97 listtracers global() argument 98 tracertracers global() argument 99 flagstracers global() argument [all...] |
| /linux/tools/testing/selftests/ftrace/test.d/ |
| H A D | functions | 143 check_requires() { # Check required files and tracers
|
| /linux/arch/arm/kernel/ |
| H A D | entry-common.S | 93 str scno, [tsk, #TI_ABI_SYSCALL] @ make sure tracers see update
|
| /linux/Documentation/RCU/Design/Data-Structures/ |
| H A D | Data-Structures.rst | 983 or one. NMIs, irqs, and tracers are counted by the
|