projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47c3d10
)
perf inject: Add missing 'finished_round'
author
Adrian Hunter
<
[email protected]
>
Thu, 4 Jul 2013 13:20:22 +0000
(16:20 +0300)
committer
Arnaldo Carvalho de Melo
<
[email protected]
>
Fri, 12 Jul 2013 16:52:50 +0000
(13:52 -0300)
By default, perf inject should "repipe" all events including
'finished_round'.
Signed-off-by: Adrian Hunter <
[email protected]
>
Acked-by: Jiri Olsa <
[email protected]
>
Cc: David Ahern <
[email protected]
>
Cc: Frederic Weisbecker <
[email protected]
>
Cc: Ingo Molnar <
[email protected]
>
Cc: Jiri Olsa <
[email protected]
>
Cc: Mike Galbraith <
[email protected]
>
Cc: Namhyung Kim <
[email protected]
>
Cc: Paul Mackerras <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Cc: Stephane Eranian <
[email protected]
>
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <
[email protected]
>
tools/perf/builtin-inject.c
patch
|
blob
|
history
diff --git
a/tools/perf/builtin-inject.c
b/tools/perf/builtin-inject.c
index c943513d06be4c63cb9074553aa63f9e0298c034..ad1296c6f88c44981af9a58d56eb062f632eead5 100644
(file)
--- a/
tools/perf/builtin-inject.c
+++ b/
tools/perf/builtin-inject.c
@@
-404,6
+404,7
@@
int cmd_inject(int argc, const char **argv, const char *prefix __maybe_unused)
.attr = perf_event__repipe_attr,
.event_type = perf_event__repipe_event_type_synth,
.tracing_data = perf_event__repipe_op2_synth,
+ .finished_round = perf_event__repipe_op2_synth,
.build_id = perf_event__repipe_op2_synth,
},
.input_name = "-",