Home
last modified time | relevance | path

Searched refs:trace_events (Results 1 – 14 of 14) sorted by relevance

/Linux-v6.6/tools/tracing/rtla/src/
Dtrace.h5 struct trace_events { struct
6 struct trace_events *next; argument
40 struct trace_events *trace_event_alloc(const char *event_string);
42 struct trace_events *events);
44 struct trace_events *events);
46 struct trace_events *events);
48 int trace_event_add_filter(struct trace_events *event, char *filter);
49 int trace_event_add_trigger(struct trace_events *event, char *trigger);
Dtrace.c202 static void trace_events_free(struct trace_events *events) in trace_events_free()
204 struct trace_events *tevent = events; in trace_events_free()
205 struct trace_events *free_event; in trace_events_free()
224 struct trace_events *trace_event_alloc(const char *event_string) in trace_event_alloc()
226 struct trace_events *tevent; in trace_event_alloc()
250 int trace_event_add_filter(struct trace_events *event, char *filter) in trace_event_add_filter()
265 int trace_event_add_trigger(struct trace_events *event, char *trigger) in trace_event_add_trigger()
281 struct trace_events *tevent) in trace_event_disable_filter()
310 struct trace_events *tevent) in trace_event_save_hist()
359 struct trace_events *tevent) in trace_event_disable_trigger()
[all …]
Dosnoise_top.c45 struct trace_events *events;
343 struct trace_events *tevent; in osnoise_top_parse_args()
Dtimerlat_top.c48 struct trace_events *events;
388 struct trace_events *tevent; in timerlat_top_parse_args()
Dosnoise_hist.c38 struct trace_events *events;
493 struct trace_events *tevent; in osnoise_hist_parse_args()
Dtimerlat_hist.c45 struct trace_events *events;
559 struct trace_events *tevent; in timerlat_hist_parse_args()
/Linux-v6.6/samples/
DMakefile22 obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace_events/
23 obj-$(CONFIG_SAMPLE_TRACE_CUSTOM_EVENTS) += trace_events/
DKconfig14 tristate "Build trace_events examples -- loadable modules only"
/Linux-v6.6/kernel/trace/
DMakefile77 obj-$(CONFIG_EVENT_TRACING) += trace_events.o
Dtrace_events.c3017 start = mod->trace_events; in trace_module_add_events()
3018 end = mod->trace_events + mod->num_trace_events; in trace_module_add_events()
/Linux-v6.6/include/linux/
Dmodule.h523 struct trace_event_call **trace_events; member
/Linux-v6.6/Documentation/trace/
Duser_events.rst18 tools that can read trace_events (such as ftrace and perf). The registration
Devents.rst100 See The example provided in samples/trace_events
/Linux-v6.6/kernel/module/
Dmain.c2158 mod->trace_events = section_objs(info, "_ftrace_events", in find_module_sections()
2159 sizeof(*mod->trace_events), in find_module_sections()