Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dmem-events.h57 u32 st_noadrs; /* cacheable store with no address */ member
Dmem-events.c713 stats->st_noadrs++; in c2c_decode_stats()
748 stats->st_noadrs += add->st_noadrs; in c2c_add_stats()
/linux-6.12.1/tools/perf/
Dbuiltin-c2c.c2392 fprintf(out, " Store - no mapping : %10d\n", stats->st_noadrs); in print_c2c__display_stats()