X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=tools%2Fperf%2Futil%2Fauxtrace.h;h=a4fbb33b72452eab33a6dd46680ba1b3fad1f50a;hb=d58b3f7e701408ac41b0a8342f26bbf9a5597f05;hp=7e5c9e1552bd4abfa6420b9547c96b9b557cdc9e;hpb=3913d00ac51a9d93225eeea776026326ff8f717d;p=linux-2.6-microblaze.git diff --git a/tools/perf/util/auxtrace.h b/tools/perf/util/auxtrace.h index 7e5c9e1552bd..a4fbb33b7245 100644 --- a/tools/perf/util/auxtrace.h +++ b/tools/perf/util/auxtrace.h @@ -559,6 +559,7 @@ int auxtrace_parse_snapshot_options(struct auxtrace_record *itr, int auxtrace_parse_sample_options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts, const char *str); +void auxtrace_regroup_aux_output(struct evlist *evlist); int auxtrace_record__options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts); @@ -740,6 +741,11 @@ int auxtrace_parse_sample_options(struct auxtrace_record *itr __maybe_unused, return -EINVAL; } +static inline +void auxtrace_regroup_aux_output(struct evlist *evlist __maybe_unused) +{ +} + static inline int auxtrace__process_event(struct perf_session *session __maybe_unused, union perf_event *event __maybe_unused,