Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Dannotate.h234 struct cyc_hist { struct
269 struct cyc_hist *cycles_hist;
Dblock-info.c100 struct cyc_hist *ch, int offset, in init_block_info()
120 struct cyc_hist *ch; in block_info__process_sym()
Dannotate.c804 notes->src->cycles_hist = calloc(size, sizeof(struct cyc_hist)); in symbol__alloc_hist_cycles()
820 symbol__size(sym) * sizeof(struct cyc_hist)); in symbol__annotate_zero_histograms()
825 static int __symbol__account_cycles(struct cyc_hist *ch, in __symbol__account_cycles()
911 static struct cyc_hist *symbol__cycles_hist(struct symbol *sym) in symbol__cycles_hist()
966 struct cyc_hist *cycles_hist; in symbol__account_cycles()
1036 … void annotation__count_and_fill(struct annotation *notes, u64 start, u64 end, struct cyc_hist *ch) in annotation__count_and_fill()
1081 struct cyc_hist *ch; in annotation__compute_ipc()