aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorPavankumar Kondeti <[email protected]>2018-10-30 12:24:33 +0530
committerSteven Rostedt (VMware) <[email protected]>2018-11-27 20:31:55 -0500
commit3054426dc68e5d63aa6a6e9b91ac4ec78e3f3805 (patch)
treef13ab8110247ddf2acfd5f68061825f35f877775 /tools/perf/scripts/python/export-to-postgresql.py
parentb1b35f2e218a5b57d03bbc3b0667d5064570dc60 (diff)
sched, trace: Fix prev_state output in sched_switch tracepoint
commit 3f5fe9fef5b2 ("sched/debug: Fix task state recording/printout") tried to fix the problem introduced by a previous commit efb40f588b43 ("sched/tracing: Fix trace_sched_switch task-state printing"). However the prev_state output in sched_switch is still broken. task_state_index() uses fls() which considers the LSB as 1. Left shifting 1 by this value gives an incorrect mapping to the task state. Fix this by decrementing the value returned by __get_task_state() before shifting. Link: http://lkml.kernel.org/r/[email protected] Cc: [email protected] Fixes: 3f5fe9fef5b2 ("sched/debug: Fix task state recording/printout") Signed-off-by: Pavankumar Kondeti <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions