Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dannotate.h237 * struct cyc_hist - (CPU) cycle histogram for a basic block
261 struct cyc_hist { struct
335 * @cycles_hist: Array of cyc_hist for each instruction.
352 struct cyc_hist *cycles_hist;
262 startcyc_hist global() argument
263 cyclescyc_hist global() argument
264 cycles_aggrcyc_hist global() argument
265 cycles_maxcyc_hist global() argument
266 cycles_mincyc_hist global() argument
267 cycles_sparkcyc_hist global() argument
268 numcyc_hist global() argument
269 num_aggrcyc_hist global() argument
270 have_startcyc_hist global() argument
272 resetcyc_hist global() argument
H A Dblock-info.c104 struct cyc_hist *ch, int offset, in init_block_info()
133 struct cyc_hist *ch; in block_info__process_sym()
H A Dannotate.c160 symbol__size(sym) * sizeof(struct cyc_hist)); in symbol__annotate_zero_histograms()
165 static int __symbol__account_cycles(struct cyc_hist *ch, in __symbol__account_cycles()
289 branch->cycles_hist = calloc(size, sizeof(struct cyc_hist)); in symbol__find_branch_hist()
472 static void annotation__count_and_fill(struct annotation *notes, u64 start, u64 end, struct cyc_hist *ch) in annotation__count_and_fill()
528 struct cyc_hist *ch; in annotation__compute_ipc()
568 struct cyc_hist *ch = &notes->branch->cycles_hist[offset]; in annotation__compute_ipc()