Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dmem-events.h79 u32 tot_hitm; /* count of loads with local and remote HITM */ member
A Dmem-events.c498 stats->tot_hitm++; \ in c2c_decode_stats()
617 stats->tot_hitm += add->tot_hitm; in c2c_add_stats()
/linux/tools/perf/
A Dbuiltin-c2c.c594 unsigned int tot_hitm; in tot_hitm_entry() local
597 tot_hitm = c2c_he->stats.lcl_hitm + c2c_he->stats.rmt_hitm; in tot_hitm_entry()
599 return scnprintf(hpp->buf, hpp->size, "%*u", width, tot_hitm); in tot_hitm_entry()
809 st = stats->tot_hitm; in percent_hitm()
810 tot = total->tot_hitm; in percent_hitm()
1119 ret = display_metrics(hpp, stats->tot_hitm, in node_entry()
1120 c2c_he->stats.tot_hitm); in node_entry()
1890 he->filtered = filter_display(c2c_he->stats.tot_hitm, in he__display()
1891 stats->tot_hitm); in he__display()
1919 has_record = !!c2c_he->stats.tot_hitm; in is_valid_hist_entry()

Completed in 10 milliseconds