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 <jolsa@redhat.com> Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com> Cc: David Ahern <dsahern@gmail.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Steven Rostedt <rostedt@goodmis.org> Link: http://lkml.kernel.org/r/1386076182-14484-10-git-send-email-jolsa@redhat.com Signed-off-by:
Arnaldo Carvalho de Melo <acme@redhat.com>
Showing
- tools/perf/Makefile.perf 1 addition, 0 deletionstools/perf/Makefile.perf
- tools/perf/builtin-script.c 1 addition, 1 deletiontools/perf/builtin-script.c
- tools/perf/util/header.c 4 additions, 4 deletionstools/perf/util/header.c
- tools/perf/util/python-ext-sources 1 addition, 0 deletionstools/perf/util/python-ext-sources
- tools/perf/util/session.h 2 additions, 1 deletiontools/perf/util/session.h
- tools/perf/util/trace-event-parse.c 0 additions, 13 deletionstools/perf/util/trace-event-parse.c
- tools/perf/util/trace-event-read.c 11 additions, 9 deletionstools/perf/util/trace-event-read.c
- tools/perf/util/trace-event.c 21 additions, 0 deletionstools/perf/util/trace-event.c
- tools/perf/util/trace-event.h 10 additions, 3 deletionstools/perf/util/trace-event.h
tools/perf/util/trace-event.c
0 → 100644
Please register or sign in to comment