perf_counter tools: Rename cache events to remove $
authorAnton Blanchard <anton@samba.org>
Mon, 6 Jul 2009 12:01:31 +0000 (22:01 +1000)
committerIngo Molnar <mingo@elte.hu>
Fri, 10 Jul 2009 08:04:06 +0000 (10:04 +0200)
The cache events contain '$' which will hit shell variable
expansion. To avoid confusion change this to 'cache', ie
L1-d$-loads becomes L1-dcache-loads.

Signed-off-by: Anton Blanchard <anton@samba.org>
Cc: Roland Dreier <rdreier@cisco.com>
Cc: Jaswinder Singh Rajput <jaswinder@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
LKML-Reference: <20090706120131.GB4391@kryten>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found