Lines Matching defs:block_he
1341 struct hist_entry *block_he;
1346 block_he = hists__get_entry(&bh_pair->block_hists, bh->block_idx);
1347 if (!block_he) {
1357 bi = block_he->block_info;
1368 start_line, end_line, block_he->diff.cycles);
1371 bi->start, bi->end, block_he->diff.cycles);
1508 struct hist_entry *block_he;
1522 block_he = hists__get_entry(&bh_pair->block_hists, bh->block_idx);
1523 if (!block_he) {
1528 ret = print_cycles_spark(spark, sizeof(spark), block_he->diff.svals,
1529 block_he->diff.stats.n);
1531 r = rel_stddev_stats(stddev_stats(&block_he->diff.stats),
1532 avg_stats(&block_he->diff.stats));