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>
This commit is contained in:
Tom Zanussi
2010-04-01 23:59:20 -05:00
committed by Ingo Molnar
parent 2c46dbb517
commit cd19a035f3
8 changed files with 101 additions and 8 deletions

View File

@ -45,7 +45,8 @@ struct perf_event_ops {
read,
throttle,
unthrottle,
attr;
attr,
event_type;
};
struct perf_session *perf_session__new(const char *filename, int mode, bool force);