-
- Downloads
perf: Convert perf event types into event type events
Bypasses the event type perf header code and replaces it with a synthesized event and processing function that accomplishes the same thing, used when reading/writing perf data to/from a pipe. Signed-off-by:Tom Zanussi <tzanussi@gmail.com> Acked-by:
Thomas Gleixner <tglx@linutronix.de> Cc: fweisbec@gmail.com Cc: rostedt@goodmis.org Cc: k-keiichi@bx.jp.nec.com Cc: acme@ghostprotocols.net LKML-Reference: <1270184365-8281-7-git-send-email-tzanussi@gmail.com> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
Showing
- tools/perf/builtin-record.c 7 additions, 0 deletionstools/perf/builtin-record.c
- tools/perf/builtin-report.c 1 addition, 0 deletionstools/perf/builtin-report.c
- tools/perf/builtin-trace.c 1 addition, 0 deletionstools/perf/builtin-trace.c
- tools/perf/util/event.h 14 additions, 0 deletionstools/perf/util/event.h
- tools/perf/util/header.c 55 additions, 7 deletionstools/perf/util/header.c
- tools/perf/util/header.h 9 additions, 0 deletionstools/perf/util/header.h
- tools/perf/util/session.c 12 additions, 0 deletionstools/perf/util/session.c
- tools/perf/util/session.h 2 additions, 1 deletiontools/perf/util/session.h
Please register or sign in to comment