Changbin Du
1fe4293f4b
tracing: Fix missing return symbol in function_graph output
...
The function_graph tracer does not show the interrupt return marker for the
leaf entry. On leaf entries, we see an unbalanced interrupt marker (the
interrupt was entered, but nevern left).
Before:
1) | SyS_write() {
1) | __fdget_pos() {
1) 0.061 us | __fget_light();
1) 0.289 us | }
1) | vfs_write() {
1) 0.049 us | rw_verify_area();
1) + 15.424 us | __vfs_write();
1) ==========> |
1) 6.003 us | smp_apic_timer_interrupt();
1) 0.055 us | __fsnotify_parent();
1) 0.073 us | fsnotify();
1) + 23.665 us | }
1) + 24.501 us | }
After:
0) | SyS_write() {
0) | __fdget_pos() {
0) 0.052 us | __fget_light();
0) 0.328 us | }
0) | vfs_write() {
0) 0.057 us | rw_verify_area();
0) | __vfs_write() {
0) ==========> |
0) 8.548 us | smp_apic_timer_interrupt();
0) <========== |
0) + 36.507 us | } /* __vfs_write */
0) 0.049 us | __fsnotify_parent();
0) 0.066 us | fsnotify();
0) + 50.064 us | }
0) + 50.952 us | }
Link: http://lkml.kernel.org/r/1517413729-20411-1-git-send-email-changbin.du@intel.com
Cc: stable@vger.kernel.org
Fixes: f8b755ac8e0cc ("tracing/function-graph-tracer: Output arrows signal on hardirq call/return")
Signed-off-by: Changbin Du <changbin.du@intel.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
2018-07-03 18:47:11 -04:00
..
2017-11-27 12:03:58 -07:00
2018-06-04 21:52:26 +02:00
2018-07-03 18:33:19 -04:00
2018-06-15 18:10:01 -03:00
2017-11-17 14:58:01 -08:00
2017-11-02 11:10:55 +01:00
2017-08-02 14:23:02 -04:00
2018-06-04 17:28:19 -04:00
2017-11-02 11:10:55 +01:00
2018-05-15 10:27:29 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-04-06 08:56:52 -04:00
2018-05-29 08:28:53 -04:00
2018-04-10 07:33:10 +02:00
2017-11-02 11:10:55 +01:00
2018-07-03 18:14:40 -04:00
2018-07-03 18:14:39 -04:00
2018-05-29 08:28:02 -04:00
2018-05-29 08:28:46 -04:00
2018-05-29 08:28:53 -04:00
2018-07-03 18:47:11 -04:00
2018-01-23 15:57:00 -05:00
2017-05-08 17:15:15 -07:00
2017-10-10 18:58:43 -04:00
2017-11-02 11:10:55 +01:00
2018-05-24 18:18:19 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-10-10 11:43:29 +02:00
2017-11-02 11:10:55 +01:00
2018-03-26 11:13:09 +02:00
2018-03-23 12:02:37 -04:00
2018-03-29 16:03:48 +02:00
2017-11-02 11:10:55 +01:00
2017-11-08 10:17:15 +01:00
2018-01-23 15:57:29 -05:00
2017-11-17 14:58:01 -08:00
2015-02-13 21:21:37 -08:00
2018-05-03 11:58:05 -04:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-17 14:58:01 -08:00
2018-05-24 18:18:19 -07:00
2018-07-03 18:32:04 -04:00
2018-07-03 18:23:33 -04:00
2018-06-12 16:19:22 -07:00
2018-03-10 16:05:53 -05:00