Home
last modified time | relevance | path

Searched refs:ld_uncache (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dmem-events.h70 u32 ld_uncache; /* loads to uncacheable address */ member
H A Dmem-events.c584 if (lvl & P(LVL, UNC)) stats->ld_uncache++; in c2c_decode_stats()
686 stats->ld_uncache += add->ld_uncache; in c2c_add_stats()
/openbmc/linux/tools/perf/
H A Dbuiltin-c2c.c2387 fprintf(out, " Loads - uncacheable : %10d\n", stats->ld_uncache); in print_c2c__display_stats()