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 | 96 struct tracers { struct 1437 struct tracers *t, *n; in free_tracers() 1441 list_for_each_entry_safe(t, n, &tr->tracers, list) { in free_tracers() 5008 struct tracers *t; in tracing_set_tracer() 5024 list_for_each_entry(t, &tr->tracers, list) { in tracing_set_tracer() 7955 struct tracers *t; in get_global_flags_val() 7957 list_for_each_entry(t, &global_trace.tracers, list) { in get_global_flags_val() 7967 static int add_tracer_options(struct trace_array *tr, struct tracers *t) in add_tracer_options() 7985 struct tracers *t; in add_tracer() 8005 list_add(&t->list, &tr->tracers); in add_tracer() [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
|