Home
last modified time | relevance | path

Searched refs:cycles_max (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dannotate.h244 u64 cycles_max; member
H A Dannotate.c894 if (cycles > ch[offset].cycles_max) in __symbol__account_cycles()
895 ch[offset].cycles_max = cycles; in __symbol__account_cycles()
1153 al->cycles->max = ch->cycles_max; in annotation__compute_ipc()