Home
last modified time | relevance | path

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

/tools/perf/util/
Dmem-events.h76 u32 nomap; /* count of load/stores with no phys adrs */ member
Dmem-events.c414 stats->nomap++; in c2c_decode_stats()
450 stats->nomap += add->nomap; in c2c_add_stats()
/tools/perf/
Dbuiltin-c2c.c2161 fprintf(out, " No Page Map Rejects : %10d\n", stats->nomap); in print_c2c__display_stats()