linux-stable-rt/tools/perf/util
Frederic Weisbecker bcd3279f46 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>
2009-09-13 10:22:40 +02:00
..
include
PERF-VERSION-GEN
abspath.c perf: Enable more compiler warnings 2009-08-16 10:47:47 +02:00
alias.c
cache.h perf: Enable more compiler warnings 2009-08-16 10:47:47 +02:00
callchain.c perf: Enable more compiler warnings 2009-08-16 10:47:47 +02:00
callchain.h perf tools: Factorize the map helpers 2009-08-12 12:37:37 +02:00
color.c perf tools: Librarize trace_event() helper 2009-08-16 23:06:45 +02:00
color.h perf tools: Librarize trace_event() helper 2009-08-16 23:06:45 +02:00
config.c perf: Enable more compiler warnings 2009-08-16 10:47:47 +02:00
ctype.c
debug.c perf tools: Librarize trace_event() helper 2009-08-16 23:06:45 +02:00
debug.h perf tools: Librarize trace_event() helper 2009-08-16 23:06:45 +02:00
environment.c
event.h perf tools: Put the show mode into the event headers files 2009-08-16 19:59:13 +02:00
exec_cmd.c perf: Enable more compiler warnings 2009-08-16 10:47:47 +02:00
exec_cmd.h
generate-cmdlist.sh
header.c perf tools: Seek to the end of the header area 2009-09-03 16:21:11 +02:00
header.h perf tools: Librarize sample type and attr finding from headers 2009-08-16 23:06:44 +02:00
help.c
help.h
levenshtein.c
levenshtein.h
map.c perf tools: Factorize the map helpers 2009-08-12 12:37:37 +02:00
module.c perf: Enable more compiler warnings 2009-08-16 10:47:47 +02:00
module.h
pager.c
parse-events.c perf tools: Allow the specification of all tracepoints at once 2009-09-13 10:22:40 +02:00
parse-events.h perf tools: Only save the event formats we need 2009-08-28 07:58:11 +02:00
parse-options.c perf: Enable more compiler warnings 2009-08-16 10:47:47 +02:00
parse-options.h
path.c perf: Enable more compiler warnings 2009-08-16 10:47:47 +02:00
quote.c
quote.h
run-command.c perf: Enable more compiler warnings 2009-08-16 10:47:47 +02:00
run-command.h
sigchain.c
sigchain.h
strbuf.c
strbuf.h
string.c
string.h
strlist.c
strlist.h
symbol.c perf tools: Librarize trace_event() helper 2009-08-16 23:06:45 +02:00
symbol.h perf: Enable more compiler warnings 2009-08-16 10:47:47 +02:00
thread.c perf tools: Unify swapper tasks naming 2009-08-31 10:04:49 +02:00
thread.h perf tools: Librarize idle thread registration 2009-08-31 10:04:48 +02:00
trace-event-info.c perf tools: Work around strict aliasing related warnings 2009-09-02 14:56:33 +02:00
trace-event-parse.c perf sched: Import schedbench.c 2009-09-13 10:22:37 +02:00
trace-event-read.c perf trace: Fix read_string() 2009-09-03 16:22:45 +02:00
trace-event.h perf sched: Import schedbench.c 2009-09-13 10:22:37 +02:00
types.h
usage.c
util.h Merge branch 'perfcounters/tracing' into perfcounters/core 2009-08-31 10:03:27 +02:00
values.c perf: Enable more compiler warnings 2009-08-16 10:47:47 +02:00
values.h perf: Enable more compiler warnings 2009-08-16 10:47:47 +02:00
wrapper.c