diff options
| author | 2009-07-16 10:53:34 +0800 | |
|---|---|---|
| committer | 2009-07-20 10:52:51 -0400 | |
| commit | 68fd60a8c8bca6af51805c45f286f0f2572ac977 (patch) | |
| tree | 7f7272bf201093e878f1f07c0bfe233f7e781634 /tools/perf/scripts/python | |
| parent | tracing: Remove .globl in the scripts/recordmcount.pl doc (diff) | |
tracing/events: add missing type info of dynamic arrays
The format file doesn't contain enough information for
__dynamic_array/__string. The type name is missing.
Before:
# cat format:
name: irq_handler_entry
...
field:__data_loc name; offset:16; size:2;
After:
# cat format:
name: irq_handler_entry
...
field:__data_loc char[] name; offset:16; size:2;
Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
LKML-Reference: <4A5E962E.9020900@cn.fujitsu.com>
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Acked-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
