Home
last modified time | relevance | path

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

/Linux-v5.10/samples/
DMakefile20 obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace_events/
DKconfig14 tristate "Build trace_events examples -- loadable modules only"
/Linux-v5.10/kernel/trace/
DMakefile71 obj-$(CONFIG_EVENT_TRACING) += trace_events.o
Dtrace_events.c2615 start = mod->trace_events; in trace_module_add_events()
2616 end = mod->trace_events + mod->num_trace_events; in trace_module_add_events()
/Linux-v5.10/include/linux/
Dmodule.h487 struct trace_event_call **trace_events; member
/Linux-v5.10/kernel/
Dmodule.c3259 mod->trace_events = section_objs(info, "_ftrace_events", in find_module_sections()
3260 sizeof(*mod->trace_events), in find_module_sections()
/Linux-v5.10/Documentation/trace/
Devents.rst100 See The example provided in samples/trace_events