Home
last modified time | relevance | path

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

/tools/perf/util/
Dannotate.c551 unsigned have_start) in __symbol__account_cycles() argument
567 if (!have_start && ch[offset].have_start) in __symbol__account_cycles()
570 if (have_start && (!ch[offset].have_start || in __symbol__account_cycles()
572 ch[offset].have_start = 0; in __symbol__account_cycles()
577 } else if (have_start && in __symbol__account_cycles()
581 ch[offset].have_start = have_start; in __symbol__account_cycles()
Dannotate.h91 u8 have_start; member
/tools/perf/ui/browsers/
Dannotate.c954 if (ch->have_start) in annotate__compute_ipc()