perf tools: Add --debug optionto set debug variable
authorJiri Olsa <jolsa@redhat.com>
Thu, 17 Jul 2014 10:55:00 +0000 (12:55 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 17 Jul 2014 15:58:59 +0000 (12:58 -0300)
commitbbb2cea7e8dd496b41558df1a0ec9205497b7ebf
tree7a73131f1871315194c0a3a594c82b0946c3ca3d
parentc95688aac7723c17b2badc23233706b2f02e58ed
perf tools: Add --debug optionto set debug variable

Adding --debug option as a way to setup debug variables.  Starting with
support for verbose, more will come.

It's possible to use it now with report command:
  $ perf --debug verbose   ...
  $ perf --debug verbose=2 ...

I'll need this support to add separated debug variable for ordered
events change in order to separate debug output out of standard verbose
stream.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/20140717105500.GG516@krava.redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf.txt
tools/perf/perf.c
tools/perf/util/debug.c
tools/perf/util/debug.h
This page took 0.027982 seconds and 5 git commands to generate.