Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dannotate.c788 unsigned have_start) in __symbol__account_cycles() argument
810 if (!have_start && ch[offset].have_start) in __symbol__account_cycles()
813 if (have_start && (!ch[offset].have_start || in __symbol__account_cycles()
815 ch[offset].have_start = 0; in __symbol__account_cycles()
820 } else if (have_start && in __symbol__account_cycles()
824 ch[offset].have_start = have_start; in __symbol__account_cycles()
1029 if (ch->have_start) in annotation__compute_ipc()
Dannotate.h231 u8 have_start; member