diff options
| author | Masami Hiramatsu <[email protected]> | 2010-04-02 16:50:53 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2010-04-02 17:35:43 +0000 |
| commit | 12e5a7ae475ccb2733d740ffb95d9ca0a18392da (patch) | |
| tree | cfadd42c251612ead5db477f310318b774bc7d17 /tools/perf/scripts/python/check-perf-trace.py | |
| parent | perf probe: Fix not to return non-matched file (diff) | |
| download | kernel-12e5a7ae475ccb2733d740ffb95d9ca0a18392da.tar.gz kernel-12e5a7ae475ccb2733d740ffb95d9ca0a18392da.zip | |
perf probe: Correct error message for non-structure type
perf probe outputs incorrect error message when it is called with
non-existent field on a non-data structure local variable.
<Before>
# perf probe vfs_read 'count.hoge'
Fatal: Structure on a register is not supported yet.
# perf probe vfs_read 'count->hoge'
Fatal: Semantic error: hoge must be referred by '.'
This corrects the messsage.
<After>
# perf probe vfs_read 'count.hoge'
Fatal: count is not a data structure.
# perf probe vfs_read 'count->hoge'
Fatal: count is not a data structure.
Signed-off-by: Masami Hiramatsu <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: systemtap <[email protected]>
Cc: DLE <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions
