diff options
| author | 2012-05-21 10:42:09 +0200 | |
|---|---|---|
| committer | 2012-05-21 10:42:09 +0200 | |
| commit | 73787190d04a34e6da745da893b3ae8bedde418f (patch) | |
| tree | bc1046eb1864237741898992673f17c577b83929 /tools/perf/builtin-script.c | |
| parent | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core (diff) | |
| parent | parse-events: Rename struct record to struct pevent_record (diff) | |
| download | wireguard-linux-73787190d04a34e6da745da893b3ae8bedde418f.tar.xz wireguard-linux-73787190d04a34e6da745da893b3ae8bedde418f.zip | |
Merge branch 'perf/parse-events-4' of git://github.com/fweisbec/tracing into perf/core
Conflicts:
tools/perf/Makefile
This tree from Frederic unifies the perf and trace-cmd trace event format
parsing code into a single library.
Powertop and other tools will also be able to make use of it.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to '')
| -rw-r--r-- | tools/perf/builtin-script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-script.c b/tools/perf/builtin-script.c index d4ce733b9eba..8e395a538eb9 100644 --- a/tools/perf/builtin-script.c +++ b/tools/perf/builtin-script.c @@ -261,7 +261,7 @@ static void print_sample_start(struct perf_sample *sample, struct perf_event_attr *attr) { int type; - struct event *event; + struct event_format *event; const char *evname = NULL; unsigned long secs; unsigned long usecs; |
