Hui Su
ba22053f5d
scripts/tracing: fix the bug that can't parse raw_trace_func
commit 1c0cec64a7 upstream.
Since commit 77271ce4b2 ("tracing: Add irq, preempt-count and need resched info
to default trace output"), the default trace output format has been changed to:
<idle>-0 [009] d.h. 22420.068695: _raw_spin_lock_irqsave <-hrtimer_interrupt
<idle>-0 [000] ..s. 22420.068695: _nohz_idle_balance <-run_rebalance_domains
<idle>-0 [011] d.h. 22420.068695: account_process_tick <-update_process_times
origin trace output format:(before v3.2.0)
# tracer: nop
#
# TASK-PID CPU# TIMESTAMP FUNCTION
# | | | | |
migration/0-6 [000] 50.025810: rcu_note_context_switch <-__schedule
migration/0-6 [000] 50.025812: trace_rcu_utilization <-rcu_note_context_switch
migration/0-6 [000] 50.025813: rcu_sched_qs <-rcu_note_context_switch
migration/0-6 [000] 50.025815: rcu_preempt_qs <-rcu_note_context_switch
migration/0-6 [000] 50.025817: trace_rcu_utilization <-rcu_note_context_switch
migration/0-6 [000] 50.025818: debug_lockdep_rcu_enabled <-__schedule
migration/0-6 [000] 50.025820: debug_lockdep_rcu_enabled <-__schedule
The draw_functrace.py(introduced in v2.6.28) can't parse the new version format trace_func,
So we need modify draw_functrace.py to adapt the new version trace output format.
Link: https://lkml.kernel.org/r/20210611022107.608787-1-suhui@zeku.com
Cc: stable@vger.kernel.org
Fixes: 77271ce4b2 tracing: Add irq, preempt-count and need resched info to default trace output
Signed-off-by: Hui Su <suhui@zeku.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-08-12 13:21:00 +02:00
..
2020-08-11 15:33:35 +02:00
2020-10-07 08:01:29 +02:00
2020-05-27 17:46:24 +02:00
2020-07-29 10:18:35 +02:00
2021-05-19 10:08:23 +02:00
2021-02-17 10:35:16 +01:00
2020-09-03 11:27:10 +02:00
2021-08-12 13:21:00 +02:00
2021-05-22 11:38:30 +02:00
2020-12-30 11:51:27 +01:00
2021-05-22 11:38:30 +02:00
2020-07-29 10:18:35 +02:00
2020-05-14 07:58:29 +02:00
2021-01-12 20:16:10 +01:00
2021-05-22 11:38:30 +02:00
2020-03-25 08:25:55 +01:00
2021-05-22 11:38:30 +02:00
2020-06-24 17:50:33 +02:00
2021-07-25 14:35:11 +02:00
2020-04-08 09:08:37 +02:00
2020-06-17 16:40:20 +02:00
2021-02-26 10:10:27 +01:00
2021-07-14 16:53:20 +02:00
2020-03-25 08:25:54 +01:00
2020-09-03 11:27:10 +02:00
2020-09-03 11:27:10 +02:00
2021-07-25 14:35:12 +02:00
2020-06-24 17:50:19 +02:00
2020-08-11 15:33:35 +02:00
2021-03-09 11:09:39 +01:00
2021-06-30 08:47:49 -04:00
2021-05-22 11:38:29 +02:00
2020-11-01 12:01:01 +01:00
2021-05-22 11:38:30 +02:00
2021-05-22 11:38:30 +02:00
2021-05-22 11:38:30 +02:00
2021-07-14 16:53:12 +02:00
2020-09-03 11:27:10 +02:00