Lines Matching refs:cycles
505 unsigned offset, unsigned cycles, in __symbol__account_cycles() argument
520 ch[offset].cycles_aggr += cycles; in __symbol__account_cycles()
528 ch[offset].cycles = 0; in __symbol__account_cycles()
538 ch[offset].cycles += cycles; in __symbol__account_cycles()
568 static struct annotation *symbol__get_annotation(struct symbol *sym, bool cycles) in symbol__get_annotation() argument
576 if (!notes->src->cycles_hist && cycles) { in symbol__get_annotation()
597 struct symbol *sym, unsigned cycles) in symbol__account_cycles() argument
619 offset, cycles, in symbol__account_cycles()
625 unsigned cycles) in addr_map_symbol__account_cycles() argument
630 if (!cycles) in addr_map_symbol__account_cycles()
651 err = symbol__account_cycles(ams->al_addr, saddr, ams->sym, cycles); in addr_map_symbol__account_cycles()