Skip to content

Commit ed626a3

Browse files
Leo Yanacmel
authored andcommitted
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>
1 parent 0fbe2fe commit ed626a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/perf/builtin-c2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1432,7 +1432,7 @@ static struct c2c_dimension dim_ld_l2hit = {
14321432
};
14331433

14341434
static struct c2c_dimension dim_ld_llchit = {
1435-
.header = HEADER_SPAN("-- LLC Load Hit --", "Llc", 1),
1435+
.header = HEADER_SPAN("-- LLC Load Hit --", "LclHit", 1),
14361436
.name = "ld_lclhit",
14371437
.cmp = ld_llchit_cmp,
14381438
.entry = ld_llchit_entry,

0 commit comments

Comments
 (0)