diff options
| author | Jiri Olsa <[email protected]> | 2015-10-05 20:06:09 +0200 | 
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2015-10-05 16:36:18 -0300 | 
| commit | a1853e2c6f8ed488adcd84fb162c5b3f0b674d9b (patch) | |
| tree | 19790860ae4881b070f5c1f8f1d512aac2c548eb /scripts/gdb | |
| parent | b34b3bf0798633cc248b682f5b4f6509739ce234 (diff) | |
perf tools: Handle -h and -v options
Adding handling for '-h' and '-v' options to invoke help and version
command respectively.
Current behaviour is:
   $ perf -v
   Unknown option: -v
    Usage: perf [--version] [--help] [OPTIONS] COMMAND [ARGS]
   $ perf -h
   Unknown option: -h
    Usage: perf [--version] [--help] [OPTIONS] COMMAND [ARGS]
New behaviour:
  $ perf -h
   usage: perf [--version] [--help] [OPTIONS] COMMAND [ARGS]
   The most commonly used perf commands are:
     annotate        Read perf.data (created by perf record) and display annotated code
     archive         Create archive with object files with build-ids found in perf.data file
     bench           General framework for benchmark suites
   ...
  $ perf -v
  perf version 4.3.rc3.gc99e32
Updated man page.
Requested-by: Peter Zijlstra <[email protected]>
Signed-off-by: Jiri Olsa <[email protected]>
Tested-by: Arnaldo Carvalho de Melo <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Don Zickus <[email protected]>
Cc: Kan Liang <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'scripts/gdb')
0 files changed, 0 insertions, 0 deletions