Skip to content

Commit

Permalink
perf c2c: Change header for LLC local hit
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Leo Yan authored and Arnaldo Carvalho de Melo committed Oct 15, 2020
1 parent 0fbe2fe commit ed626a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/perf/builtin-c2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ed626a3

Please sign in to comment.