diff options
| author | Masami Hiramatsu <[email protected]> | 2010-05-19 15:57:35 -0400 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2010-07-05 18:47:28 -0300 |
| commit | 73317b954041031249e8968d2e9023ff4e960d99 (patch) | |
| tree | 44768b7724bacbb15c54057710c70accce1cd8c3 /tools/perf/scripts/python/syscall-counts.py | |
| parent | e09c8614b32915c16f68e039ac7040e602d73e35 (diff) | |
perf probe: Support "string" type
Support string type casting to event argument. If perf-probe finds an argument
casted as string, it ensures the target variable is "(unsigned/signed) char
*(or []). perf-probe also adds dereference if the target is a pointer.
So, both of 'char buf[10];' and 'char *buf;' can be accessed by 'buf:string'
Cc: Ingo Molnar <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Masami Hiramatsu <[email protected]>
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions