Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dannotate.c837 unsigned have_start) in __symbol__account_cycles() argument
859 if (!have_start && ch[offset].have_start) in __symbol__account_cycles()
862 if (have_start && (!ch[offset].have_start || in __symbol__account_cycles()
864 ch[offset].have_start = 0; in __symbol__account_cycles()
869 } else if (have_start && in __symbol__account_cycles()
877 ch[offset].have_start = have_start; in __symbol__account_cycles()
1096 if (ch->have_start) in annotation__compute_ipc()
Dannotate.h246 u8 have_start; member