aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/builtin-c2c.c
diff options
context:
space:
mode:
authorLeo Yan <leo.yan@linaro.org>2020-10-14 06:09:19 +0100
committerArnaldo Carvalho de Melo <acme@redhat.com>2020-10-15 09:34:49 -0300
commited626a3e52cacd324fa1b7c4cc4c252f8f39f4d4 (patch)
treee189951bafebe733d5a0d22bfd675a988ba87f67 /tools/perf/builtin-c2c.c
parentperf c2c: Use more explicit headers for HITM (diff)
downloadwireguard-linux-ed626a3e52cacd324fa1b7c4cc4c252f8f39f4d4.tar.xz
wireguard-linux-ed626a3e52cacd324fa1b7c4cc4c252f8f39f4d4.zip
perf c2c: Change header for LLC local hit
Replace the header string "Lcl" with "LclHit", which is more explicit to express the event type is LLC local hit. Signed-off-by: Leo Yan <leo.yan@linaro.org> Tested-by: Joe Mario <jmario@redhat.com> Acked-by: Jiri Olsa <jolsa@redhat.com> Link: https://lore.kernel.org/r/20201014050921.5591-7-leo.yan@linaro.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to '')
-rw-r--r--tools/perf/builtin-c2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-c2c.c b/tools/perf/builtin-c2c.c
index 05eeca2f0a6a..fd7bfe42a629 100644
--- a/tools/perf/builtin-c2c.c
+++ b/tools/perf/builtin-c2c.c
@@ -1432,7 +1432,7 @@ static struct c2c_dimension dim_ld_l2hit = {
};
static struct c2c_dimension dim_ld_llchit = {
- .header = HEADER_SPAN("-- LLC Load Hit --", "Llc", 1),
+ .header = HEADER_SPAN("-- LLC Load Hit --", "LclHit", 1),
.name = "ld_lclhit",
.cmp = ld_llchit_cmp,
.entry = ld_llchit_entry,