diff options
author | Steven Rostedt <srostedt@redhat.com> | 2009-03-13 01:57:51 +0300 |
---|---|---|
committer | Steven Rostedt <srostedt@redhat.com> | 2009-03-13 04:15:01 +0300 |
commit | 2da03ecee6308ea174e8a02b92a3c4ec92e886c8 (patch) | |
tree | 6e532a732a63f3a8385564aa450ada83d1a25ce7 /kernel/time | |
parent | 7975a2be16dd42df2cab80c80cb6ece382edb6ec (diff) | |
download | linux-2da03ecee6308ea174e8a02b92a3c4ec92e886c8.tar.xz |
tracing: fix stack tracer header
The stack tracer use to look like this:
# cat /debug/tracing/stack_trace
Depth Size Location (57 entries)
----- ---- --------
0) 5088 16 mempool_alloc_slab+0x16/0x18
1) 5072 144 mempool_alloc+0x4d/0xfe
2) 4928 16 scsi_sg_alloc+0x48/0x4a [scsi_mod]
Now it looks like this:
# cat /debug/tracing/stack_trace
Depth Size Location (57 entries)
----- ---- --------
0) 5088 16 mempool_alloc_slab+0x16/0x18
1) 5072 144 mempool_alloc+0x4d/0xfe
2) 4928 16 scsi_sg_alloc+0x48/0x4a [scsi_mod]
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Diffstat (limited to 'kernel/time')
0 files changed, 0 insertions, 0 deletions