Searched refs:trace_events (Results 1 - 25 of 38) sorted by relevance

12

/linux-master/tools/tracing/rtla/src/
H A Dtrace.h5 struct trace_events { struct
6 struct trace_events *next;
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);
H A Dtrace.c202 static void trace_events_free(struct trace_events *events)
204 struct trace_events *tevent = events;
205 struct trace_events *free_event;
224 struct trace_events *trace_event_alloc(const char *event_string)
226 struct trace_events *tevent;
250 int trace_event_add_filter(struct trace_events *event, char *filter)
265 int trace_event_add_trigger(struct trace_events *event, char *trigger)
281 struct trace_events *tevent)
310 struct trace_events *tevent)
359 struct trace_events *teven
[all...]
H A Dosnoise_hist.c38 struct trace_events *events;
496 struct trace_events *tevent;
H A Dosnoise_top.c45 struct trace_events *events;
347 struct trace_events *tevent;
H A Dtimerlat_top.c49 struct trace_events *events;
394 struct trace_events *tevent;
H A Dtimerlat_hist.c46 struct trace_events *events;
564 struct trace_events *tevent;
/linux-master/include/trace/
H A Dsyscall.h7 #include <linux/trace_events.h>
H A Ddefine_trace.h102 #include <trace/trace_events.h>
H A Dtrace_custom_events.h3 * This is similar to the trace_events.h file, but is to only
5 * Where as the TRACE_EVENT() macro (from trace_events.h) will create
12 #include <linux/trace_events.h>
H A Dtrace_events.h21 #include <linux/trace_events.h>
/linux-master/samples/trace_events/
H A Dtrace_custom_sched.c10 #include <linux/trace_events.h>
H A Dtrace_custom_sched.h13 /* Include linux/trace_events.h for initial defines of TRACE_CUSTOM_EVENT() */
14 #include <linux/trace_events.h>
/linux-master/samples/
H A DMakefile23 obj-$(CONFIG_SAMPLE_TRACE_EVENTS) += trace_events/
24 obj-$(CONFIG_SAMPLE_TRACE_CUSTOM_EVENTS) += trace_events/
/linux-master/samples/ftrace/
H A Dsample-trace-array.c5 #include <linux/trace_events.h>
/linux-master/drivers/cpufreq/
H A Damd-pstate-trace.h15 #include <linux/trace_events.h>
/linux-master/kernel/trace/
H A Dkprobe_event_gen_test.c9 #include <linux/trace_events.h>
H A DMakefile77 obj-$(CONFIG_EVENT_TRACING) += trace_events.o
H A Dsynth_event_gen_test.c9 #include <linux/trace_events.h>
H A Dtrace_boot.c18 #include <linux/trace_events.h>
/linux-master/mm/
H A Dmmap_lock.c13 #include <linux/trace_events.h>
H A Ddebug.c11 #include <linux/trace_events.h>
/linux-master/arch/x86/kvm/mmu/
H A Dmmutrace.h6 #include <linux/trace_events.h>
/linux-master/include/trace/events/
H A Dpower.h12 #include <linux/trace_events.h>
/linux-master/include/linux/
H A Dmodule.h523 struct trace_event_call **trace_events; member in struct:module
/linux-master/kernel/module/
H A Dmain.c14 #include <linux/trace_events.h>
2158 mod->trace_events = section_objs(info, "_ftrace_events",
2159 sizeof(*mod->trace_events),

Completed in 275 milliseconds

12