Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dannotate.c166 unsigned have_start) in __symbol__account_cycles() argument
188 if (!have_start && ch[offset].have_start) in __symbol__account_cycles()
191 if (have_start && (!ch[offset].have_start || in __symbol__account_cycles()
193 ch[offset].have_start = 0; in __symbol__account_cycles()
198 } else if (have_start && in __symbol__account_cycles()
206 ch[offset].have_start = have_start; in __symbol__account_cycles()
538 if (ch->have_start) in annotation__compute_ipc()
[all...]
H A Dannotate.h235 * @have_start: Whether the current branch info has a start address.
258 u8 have_start; member