perf session: Register the idle thread in perf_session__process_events
No need for all tools to register it and then immediately call perf_session__process_events. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Frédéric Weisbecker <fweisbec@gmail.com> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Paul Mackerras <paulus@samba.org> LKML-Reference: <1260741029-4430-3-git-send-email-acme@infradead.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
committed by
Ingo Molnar
parent
301a0b0202
commit
13df45ca1c
@ -761,7 +761,6 @@ static struct perf_event_ops event_ops = {
|
||||
|
||||
static int __cmd_report(void)
|
||||
{
|
||||
struct thread *idle;
|
||||
int ret;
|
||||
struct perf_session *session;
|
||||
|
||||
@ -769,9 +768,6 @@ static int __cmd_report(void)
|
||||
if (session == NULL)
|
||||
return -ENOMEM;
|
||||
|
||||
idle = register_idle_thread();
|
||||
thread__comm_adjust(idle);
|
||||
|
||||
if (show_threads)
|
||||
perf_read_values_init(&show_threads_values);
|
||||
|
||||
|
Reference in New Issue
Block a user