Home
last modified time | relevance | path

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

/Linux-v5.15/samples/
DMakefile21 obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace_events/
DKconfig14 tristate "Build trace_events examples -- loadable modules only"
/Linux-v5.15/kernel/trace/
DMakefile72 obj-$(CONFIG_EVENT_TRACING) += trace_events.o
Dtrace_events.c2831 start = mod->trace_events; in trace_module_add_events()
2832 end = mod->trace_events + mod->num_trace_events; in trace_module_add_events()
/Linux-v5.15/include/linux/
Dmodule.h486 struct trace_event_call **trace_events; member
/Linux-v5.15/kernel/
Dmodule.c3328 mod->trace_events = section_objs(info, "_ftrace_events", in find_module_sections()
3329 sizeof(*mod->trace_events), in find_module_sections()
/Linux-v5.15/Documentation/trace/
Devents.rst100 See The example provided in samples/trace_events