diff options
author | Taesoo Kim <[email protected]> | 2014-12-30 22:36:55 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2015-01-02 23:26:58 -0300 |
commit | b3505208804f3b59150cd77719f01c8b0023a865 (patch) | |
tree | 68fd5916a3fe3bc5dc35dee8850a48388d496382 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 4093325f829746b88eaf02a5ae3b88a325ea8b75 (diff) |
perf list: Fix --raw-dump option
Currently, 'perf list --raw-dump' requires extra arguments
(e.g., hw) to invoke, which breaks bash/zsh completion
(perf-completion.sh).
$ perf list --raw-dump
Error: unknown option `raw-dump'
usage: perf list [hw|sw|cache|tracepoint|pmu|event_glob]
After,
$ perf list --raw-dump
cpu-cycles instructions cache-references cache-misses ...
Signed-off-by: Taesoo Kim <[email protected]>
Acked-by: Namhyung Kim <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Taesoo kim <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions