perf tools: Allow the specification of all tracepoints at once
authorFrederic Weisbecker <fweisbec@gmail.com>
Fri, 11 Sep 2009 21:19:45 +0000 (23:19 +0200)
committerIngo Molnar <mingo@elte.hu>
Sun, 13 Sep 2009 08:22:40 +0000 (10:22 +0200)
commitbcd3279f465cdcc1e0454b5f605f021c4ff4dbb5
tree9a3d5fa6542742144aaecbfc796ec40b2287e04c
parentad236fd23b6d6372dcacd549983cce051d2ccff6
perf tools: Allow the specification of all tracepoints at once

Currently, when one wants to activate every tracepoint
counters of a subsystem from perf record, the current sequence
is needed:

  perf record -e subsys:ev1 -e subsys:ev2 -e subsys:ev3

This may annoy the most patient of us.

Now we can just do:

  perf record -e subsys:*

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/util/parse-events.c