Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/tracing/rtla/src/
A 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);
A Dtrace.c204 struct trace_events *tevent = events; in trace_events_free()
205 struct trace_events *free_event; in trace_events_free()
226 struct trace_events *tevent; in trace_event_alloc()
310 struct trace_events *tevent) in trace_event_save_hist()
359 struct trace_events *tevent) in trace_event_disable_trigger()
388 struct trace_events *events) in trace_events_disable()
390 struct trace_events *tevent = events; in trace_events_disable()
412 struct trace_events *tevent) in trace_event_enable_filter()
447 struct trace_events *tevent) in trace_event_enable_trigger()
483 struct trace_events *events) in trace_events_enable()
[all …]
A Dtimerlat_top.c38 struct trace_events *events;
329 struct trace_events *tevent; in timerlat_top_parse_args()
A Dosnoise_top.c39 struct trace_events *events;
335 struct trace_events *tevent; in osnoise_top_parse_args()
A Dosnoise_hist.c32 struct trace_events *events;
485 struct trace_events *tevent; in osnoise_hist_parse_args()
A Dtimerlat_hist.c33 struct trace_events *events;
488 struct trace_events *tevent; in timerlat_hist_parse_args()
/linux-6.3-rc2/samples/
A DMakefile22 obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace_events/
23 obj-$(CONFIG_SAMPLE_TRACE_CUSTOM_EVENTS) += trace_events/
A DKconfig14 tristate "Build trace_events examples -- loadable modules only"
/linux-6.3-rc2/kernel/trace/
A DMakefile77 obj-$(CONFIG_EVENT_TRACING) += trace_events.o
A Dtrace_events.c3025 start = mod->trace_events; in trace_module_add_events()
3026 end = mod->trace_events + mod->num_trace_events; in trace_module_add_events()
/linux-6.3-rc2/include/linux/
A Dmodule.h497 struct trace_event_call **trace_events; member
/linux-6.3-rc2/Documentation/trace/
A Duser_events.rst22 tools that can read trace_events (such as ftrace and perf). The registration
A Devents.rst100 See The example provided in samples/trace_events
/linux-6.3-rc2/kernel/module/
A Dmain.c2061 mod->trace_events = section_objs(info, "_ftrace_events", in find_module_sections()
2062 sizeof(*mod->trace_events), in find_module_sections()

Completed in 38 milliseconds