linux/tools/perf
Namhyung Kim e6ab07d027 perf evlist: Add --group option
Add '-g/--group' option for showing event groups.  For simplicity it is
currently not compatible with other options.

  $ perf evlist --group
  {ref-cycles,cycles}

  $ perf evlist
  ref-cycles
  cycles

Suggested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/1358845787-1350-20-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2013-01-31 13:07:49 -03:00
..
arch perf tools: Fix possible double free on error 2013-01-30 10:37:41 -03:00
bench perf: Add 'perf bench numa mem' NUMA performance measurement suite 2013-01-30 10:35:36 -03:00
config perf tools: Make numa benchmark optional 2013-01-30 10:36:21 -03:00
Documentation perf evlist: Add --group option 2013-01-31 13:07:49 -03:00
python
scripts
tests perf tests: Add group test conditions 2013-01-31 13:07:44 -03:00
ui perf report: Show group description when event group is enabled 2013-01-31 13:07:48 -03:00
util perf evlist: Add --group option 2013-01-31 13:07:49 -03:00
.gitignore
bash_completion
builtin-annotate.c
builtin-bench.c perf tools: Make numa benchmark optional 2013-01-30 10:36:21 -03:00
builtin-buildid-cache.c
builtin-buildid-list.c
builtin-diff.c
builtin-evlist.c perf evlist: Add --group option 2013-01-31 13:07:49 -03:00
builtin-help.c
builtin-inject.c
builtin-kmem.c perf kmem: Use memdup() 2013-01-25 12:49:28 -03:00
builtin-kvm.c
builtin-list.c
builtin-lock.c
builtin-probe.c
builtin-record.c perf header: Add HEADER_GROUP_DESC feature 2013-01-31 13:07:44 -03:00
builtin-report.c perf report: Add report.group config option 2013-01-31 13:07:49 -03:00
builtin-sched.c
builtin-script.c
builtin-stat.c perf evsel: Fix memory leaks on evsel->counts 2013-01-30 10:37:04 -03:00
builtin-timechart.c
builtin-top.c perf top: Delete maps on exit 2013-01-31 13:07:43 -03:00
builtin-trace.c
builtin.h
command-list.txt
CREDITS
design.txt
Makefile perf tools: Make numa benchmark optional 2013-01-30 10:36:21 -03:00
MANIFEST
perf-archive.sh
perf.c
perf.h