Commit-ID:  0439539f72ea222fbfe511b47318b9c1815a7108
Gitweb:     http://git.kernel.org/tip/0439539f72ea222fbfe511b47318b9c1815a7108
Author:     Arnaldo Carvalho de Melo <a...@redhat.com>
AuthorDate: Sat, 6 Oct 2012 15:53:41 -0300
Committer:  Arnaldo Carvalho de Melo <a...@redhat.com>
CommitDate: Sat, 6 Oct 2012 16:34:03 -0300

perf sched: Handle PERF_RECORD_EXIT events

Noticed sched wasn't handling those events while introducing
perf_event__process_{fork,exit}.

Cc: David Ahern <dsah...@gmail.com>
Cc: Frederic Weisbecker <fweis...@gmail.com>
Cc: Jiri Olsa <jo...@redhat.com>
Cc: Mike Galbraith <efa...@gmx.de>
Cc: Namhyung Kim <namhy...@gmail.com>
Cc: Paul Mackerras <pau...@samba.org>
Cc: Peter Zijlstra <pet...@infradead.org>
Cc: Stephane Eranian <eran...@google.com>
Link: http://lkml.kernel.org/n/tip-035rzjtnv9ri8sssi7ojj...@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <a...@redhat.com>
---
 tools/perf/builtin-sched.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tools/perf/builtin-sched.c b/tools/perf/builtin-sched.c
index 3a25cd8..30e5336 100644
--- a/tools/perf/builtin-sched.c
+++ b/tools/perf/builtin-sched.c
@@ -1672,6 +1672,7 @@ int cmd_sched(int argc, const char **argv, const char 
*prefix __maybe_unused)
                        .sample          = 
perf_sched__process_tracepoint_sample,
                        .comm            = perf_event__process_comm,
                        .lost            = perf_event__process_lost,
+                       .exit            = perf_event__process_exit,
                        .fork            = perf_event__process_fork,
                        .ordered_samples = true,
                },
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to