Lines Matching full:he

128 int block_info__process_sym(struct hist_entry *he, struct block_hist *bh,  in block_info__process_sym()  argument
137 if (!he->ms.map || !he->ms.sym) in block_info__process_sym()
141 al.map = he->ms.map; in block_info__process_sym()
142 al.sym = he->ms.sym; in block_info__process_sym()
144 notes = symbol__annotation(he->ms.sym); in block_info__process_sym()
148 for (unsigned int i = 0; i < symbol__size(he->ms.sym); i++) { in block_info__process_sym()
157 init_block_info(bi, he->ms.sym, &ch[i], i, in block_info__process_sym()
160 hists_to_evsel(he->hists)); in block_info__process_sym()
212 struct hist_entry *he) in block_total_cycles_pct_entry() argument
215 struct block_info *bi = he->block_info; in block_total_cycles_pct_entry()
255 struct perf_hpp *hpp, struct hist_entry *he) in block_cycles_lbr_entry() argument
258 struct block_info *bi = he->block_info; in block_cycles_lbr_entry()
268 struct perf_hpp *hpp, struct hist_entry *he) in block_cycles_pct_entry() argument
271 struct block_info *bi = he->block_info; in block_cycles_pct_entry()
285 struct hist_entry *he) in block_avg_cycles_entry() argument
288 struct block_info *bi = he->block_info; in block_avg_cycles_entry()
299 struct hist_entry *he) in block_range_entry() argument
302 struct block_info *bi = he->block_info; in block_range_entry()
308 start_line = map__srcline(he->ms.map, bi->sym->start + bi->start, in block_range_entry()
309 he->ms.sym); in block_range_entry()
311 end_line = map__srcline(he->ms.map, bi->sym->start + bi->end, in block_range_entry()
312 he->ms.sym); in block_range_entry()
330 struct hist_entry *he) in block_dso_entry() argument
333 struct map *map = he->ms.map; in block_dso_entry()
359 struct hist_entry *he) in block_branch_counter_entry() argument
362 struct block_info *bi = he->block_info; in block_branch_counter_entry()
445 struct hist_entry *he; in process_block_report() local
454 he = rb_entry(next, struct hist_entry, rb_node); in process_block_report()
455 block_info__process_sym(he, bh, &block_report->cycles, in process_block_report()
457 next = rb_next(&he->rb_node); in process_block_report()
524 float block_info__total_cycles_percent(struct hist_entry *he) in block_info__total_cycles_percent() argument
526 struct block_info *bi = he->block_info; in block_info__total_cycles_percent()