aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/util/parse-events.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/parse-events.c b/tools/perf/util/parse-events.c
index 430f06083201..4d042f104cdc 100644
--- a/tools/perf/util/parse-events.c
+++ b/tools/perf/util/parse-events.c
@@ -71,8 +71,8 @@ static char *sw_event_names[] = {
71#define MAX_ALIASES 8 71#define MAX_ALIASES 8
72 72
73static char *hw_cache[][MAX_ALIASES] = { 73static char *hw_cache[][MAX_ALIASES] = {
74 { "L1-d$", "l1-d", "L1-data", }, 74 { "L1-d$", "l1-d", "l1d", "L1-data", },
75 { "L1-i$", "l1-i", "L1-instruction", }, 75 { "L1-i$", "l1-i", "l1i", "L1-instruction", },
76 { "LLC", "L2" }, 76 { "LLC", "L2" },
77 { "dTLB", "d-tlb", "Data-TLB", }, 77 { "dTLB", "d-tlb", "Data-TLB", },
78 { "iTLB", "i-tlb", "Instruction-TLB", }, 78 { "iTLB", "i-tlb", "Instruction-TLB", },