Home
last modified time | relevance | path

Searched defs:trace_event (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/include/linux/
Dftrace_event.h102 struct trace_event { struct
106 struct trace_event_functions *funcs; argument
109 extern int register_ftrace_event(struct trace_event *event); argument
/linux-3.3/tools/perf/util/
Ddebug.c71 void trace_event(union perf_event *event) in trace_event() function