Searched refs:trace_event (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_output.h25 extern struct trace_event *ftrace_find_event(int type);
28 int flags, struct trace_event *event);
33 extern int __unregister_ftrace_event(struct trace_event *event);
H A Dtrace_output.c661 struct trace_event *ftrace_find_event(int type)
663 struct trace_event *event;
681 struct trace_event *e;
732 int register_ftrace_event(struct trace_event *event)
801 int __unregister_ftrace_event(struct trace_event *event)
812 int unregister_ftrace_event(struct trace_event *event)
827 struct trace_event *event)
834 struct trace_event *event)
862 struct trace_event *event)
877 struct trace_event *even
[all...]
H A Dtrace_branch.c146 int flags, struct trace_event *event)
174 static struct trace_event trace_branch_event = {
H A Dtrace_functions_graph.c985 struct trace_event *event;
1125 struct trace_event *event)
1242 static struct trace_event graph_trace_entry_event = {
1247 static struct trace_event graph_trace_ret_event = {
H A Dtrace_syscalls.c106 struct trace_event *event)
159 struct trace_event *event)
H A Dblktrace.c246 * but for the trace_event->bin() synthesizer benefit we do it
1390 int flags, struct trace_event *event)
1413 struct trace_event *event)
1456 static struct trace_event trace_blk_event = {
H A Dtrace_kprobe.c1339 struct trace_event *event)
1375 struct trace_event *event)
H A Dtrace.c1858 struct trace_event *event;
1891 struct trace_event *event;
1918 struct trace_event *event;
1944 struct trace_event *event;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/trace/
H A Dsyscall.h45 struct trace_event *event);
47 struct trace_event *event);
H A Dftrace.h208 struct trace_event *trace_event) \
217 event = container_of(trace_event, struct ftrace_event_call, \
246 struct trace_event *event) \
421 * static struct trace_event ftrace_event_type_<call> = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Ddebug.h12 void trace_event(event_t *event);
H A Ddebug.c64 void trace_event(event_t *event) function
H A Dsession.c591 trace_event(event);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dftrace_event.h77 struct trace_event;
80 int flags, struct trace_event *event);
89 struct trace_event { struct
96 extern int register_ftrace_event(struct trace_event *event);
97 extern int unregister_ftrace_event(struct trace_event *event);
170 struct trace_event event;

Completed in 200 milliseconds