diff options
| author | Jiri Olsa <[email protected]> | 2013-12-03 14:09:23 +0100 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2013-12-04 15:20:52 -0300 |
| commit | 29f5ffd3d3ff9abdfc98928f7c4cb4097cefe434 (patch) | |
| tree | 92d0e87f316562c7e641473798d46165e6681688 /tools/perf/scripts/python | |
| parent | cef82c9f5a3deab94c1f1f02cfc25213844852ed (diff) | |
perf tools: Add trace-event object
Add trace-event object to keep together 'struct pevent' object with its
loaded plugins with following interface:
int trace_event__init(struct trace_event *t);
- Initalizes 'struct pevent' object and loads plugins for it
void trace_event__cleanup(struct trace_event *t);
- Cleanups both 'struct pevent' and plugins
Signed-off-by: Jiri Olsa <[email protected]>
Cc: Corey Ashford <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Steven Rostedt <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions