207f90fc | 21-Jul-2010 |
Frederic Weisbecker <fweisbec@gmail.com> |
perf, sched migration: Ignore unhandled task states
Stop printing an error message when we don't have the letter for a given task state. All we need to know is if the task is in the TASK_RUNNING sta
perf, sched migration: Ignore unhandled task states
Stop printing an error message when we don't have the letter for a given task state. All we need to know is if the task is in the TASK_RUNNING state.
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Paul Mackerras <paulus@samba.org> Cc: Nikhil Rao <ncrao@google.com> Cc: Tom Zanussi <tzanussi@gmail.com>
show more ...
|
749e5074 | 21-Jul-2010 |
Frederic Weisbecker <fweisbec@gmail.com> |
perf, sched migration: Handle ignored migrate out events
Migrate out events may happen on tasks that are not in the runqueue, for example this is the case for tasks that are sleeping. In this case,
perf, sched migration: Handle ignored migrate out events
Migrate out events may happen on tasks that are not in the runqueue, for example this is the case for tasks that are sleeping. In this case, we don't want to log the migrate out event in the source runqueue because the task is not eventually in the runqueue and we have already logged its sleep event.
This fixes timeslices that spuriously propagate a sleep event from the previous timeslice.
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Paul Mackerras <paulus@samba.org> Cc: Nikhil Rao <ncrao@google.com> Cc: Tom Zanussi <tzanussi@gmail.com>
show more ...
|
e61a639a | 10-May-2010 |
Tom Zanussi <tzanussi@gmail.com> |
perf/trace/scripting: syscall-counts script cleanup
A small fix for the syscall counts script:
- silence the match output in the shell script
Cc: Frédéric Weisbecker <fweisbec@gmail.com> Cc: Ingo
perf/trace/scripting: syscall-counts script cleanup
A small fix for the syscall counts script:
- silence the match output in the shell script
Cc: Frédéric Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> LKML-Reference: <1273466820-9330-10-git-send-email-tzanussi@gmail.com> Signed-off-by: Tom Zanussi <tzanussi@gmail.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
show more ...
|
79e653f1 | 10-May-2010 |
Tom Zanussi <tzanussi@gmail.com> |
perf/trace/scripting: syscall-counts-by-pid script cleanup
A small fix for the syscall counts by pid script:
- silence the match output in the shell script
Cc: Frédéric Weisbecker <fweisbec@gmail.
perf/trace/scripting: syscall-counts-by-pid script cleanup
A small fix for the syscall counts by pid script:
- silence the match output in the shell script
Cc: Frédéric Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> LKML-Reference: <1273466820-9330-9-git-send-email-tzanussi@gmail.com> Signed-off-by: Tom Zanussi <tzanussi@gmail.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
show more ...
|