perf: Always record tracepoints raw samples from perf record
authorFrederic Weisbecker <fweisbec@gmail.com>
Wed, 14 Apr 2010 18:05:17 +0000 (20:05 +0200)
committerFrederic Weisbecker <fweisbec@gmail.com>
Thu, 15 Apr 2010 02:12:52 +0000 (04:12 +0200)
Trace events are mostly used for tracing rather than simple
counting. Don't bother anymore with adding -R when using them,
just record raw samples of trace events every time.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>

No differences found