Home
last modified time | relevance | path

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

/tools/perf/util/
Dmem-events.h62 u32 ld_uncache; /* loads to uncacheable address */ member
Dmem-events.c349 if (lvl & P(LVL, UNC)) stats->ld_uncache++; in c2c_decode_stats()
436 stats->ld_uncache += add->ld_uncache; in c2c_add_stats()
/tools/perf/
Dbuiltin-c2c.c2136 fprintf(out, " Loads - uncacheable : %10d\n", stats->ld_uncache); in print_c2c__display_stats()