• Home
  • Raw
  • Download

Lines Matching refs:he

116 int block_info__process_sym(struct hist_entry *he, struct block_hist *bh,  in block_info__process_sym()  argument
124 if (!he->ms.map || !he->ms.sym) in block_info__process_sym()
128 al.map = he->ms.map; in block_info__process_sym()
129 al.sym = he->ms.sym; in block_info__process_sym()
131 notes = symbol__annotation(he->ms.sym); in block_info__process_sym()
135 for (unsigned int i = 0; i < symbol__size(he->ms.sym); i++) { in block_info__process_sym()
144 init_block_info(bi, he->ms.sym, &ch[i], i, in block_info__process_sym()
197 struct hist_entry *he) in block_total_cycles_pct_entry() argument
200 struct block_info *bi = he->block_info; in block_total_cycles_pct_entry()
240 struct perf_hpp *hpp, struct hist_entry *he) in block_cycles_lbr_entry() argument
243 struct block_info *bi = he->block_info; in block_cycles_lbr_entry()
253 struct perf_hpp *hpp, struct hist_entry *he) in block_cycles_pct_entry() argument
256 struct block_info *bi = he->block_info; in block_cycles_pct_entry()
270 struct hist_entry *he) in block_avg_cycles_entry() argument
273 struct block_info *bi = he->block_info; in block_avg_cycles_entry()
284 struct hist_entry *he) in block_range_entry() argument
287 struct block_info *bi = he->block_info; in block_range_entry()
293 start_line = map__srcline(he->ms.map, bi->sym->start + bi->start, in block_range_entry()
294 he->ms.sym); in block_range_entry()
296 end_line = map__srcline(he->ms.map, bi->sym->start + bi->end, in block_range_entry()
297 he->ms.sym); in block_range_entry()
315 struct hist_entry *he) in block_dso_entry() argument
318 struct map *map = he->ms.map; in block_dso_entry()
409 struct hist_entry *he; in process_block_report() local
418 he = rb_entry(next, struct hist_entry, rb_node); in process_block_report()
419 block_info__process_sym(he, bh, &block_report->cycles, in process_block_report()
421 next = rb_next(&he->rb_node); in process_block_report()
490 float block_info__total_cycles_percent(struct hist_entry *he) in block_info__total_cycles_percent() argument
492 struct block_info *bi = he->block_info; in block_info__total_cycles_percent()