Home
last modified time | relevance | path

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

/linux-4.1.27/samples/
DMakefile3 obj-$(CONFIG_SAMPLES) += kobject/ kprobes/ trace_events/ livepatch/ \
DKconfig9 tristate "Build trace_events examples -- loadable modules only"
/linux-4.1.27/kernel/trace/
DMakefile48 obj-$(CONFIG_EVENT_TRACING) += trace_events.o
Dtrace_events.c1997 start = mod->trace_events; in trace_module_add_events()
1998 end = mod->trace_events + mod->num_trace_events; in trace_module_add_events()
/linux-4.1.27/include/linux/
Dmodule.h340 struct ftrace_event_call **trace_events; member
/linux-4.1.27/Documentation/trace/
Devents.txt99 See The example provided in samples/trace_events
/linux-4.1.27/kernel/
Dmodule.c2794 mod->trace_events = section_objs(info, "_ftrace_events", in find_module_sections()
2795 sizeof(*mod->trace_events), in find_module_sections()