Home
last modified time | relevance | path

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

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