Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dannotate.c869 unsigned have_start) in __symbol__account_cycles() argument
891 if (!have_start && ch[offset].have_start) in __symbol__account_cycles()
894 if (have_start && (!ch[offset].have_start || in __symbol__account_cycles()
896 ch[offset].have_start = 0; in __symbol__account_cycles()
901 } else if (have_start && in __symbol__account_cycles()
909 ch[offset].have_start = have_start; in __symbol__account_cycles()
1157 if (ch->have_start) in annotation__compute_ipc()
H A Dannotate.h249 u8 have_start; member