Home
last modified time | relevance | path

Searched refs:st_uncache (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dmem-events.h57 u32 st_uncache; /* stores to uncacheable address */ member
H A Dmem-events.c417 if (lvl & P(LVL, UNC)) stats->st_uncache++; in c2c_decode_stats()
444 stats->st_uncache += add->st_uncache; in c2c_add_stats()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dmem-events.h62 u32 st_uncache; /* stores to uncacheable address */ member
H A Dmem-events.c649 if (lvl & P(LVL, UNC)) stats->st_uncache++; in c2c_decode_stats()
678 stats->st_uncache += add->st_uncache; in c2c_add_stats()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-c2c.c2115 fprintf(out, " Store - uncacheable : %10d\n", stats->st_uncache); in print_c2c__display_stats()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-c2c.c2412 fprintf(out, " Store - uncacheable : %10d\n", stats->st_uncache); in print_c2c__display_stats()

Completed in 11 milliseconds