Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dmem-events.h62 u32 st_uncache; /* stores to uncacheable address */ member
Dmem-events.c607 if (lvl & P(LVL, UNC)) stats->st_uncache++; in c2c_decode_stats()
636 stats->st_uncache += add->st_uncache; in c2c_add_stats()
/linux-5.19.10/tools/perf/
Dbuiltin-c2c.c2210 fprintf(out, " Store - uncacheable : %10d\n", stats->st_uncache); in print_c2c__display_stats()