Lines Matching refs:block_he
1357 struct hist_entry *block_he;
1362 block_he = hists__get_entry(&bh_pair->block_hists, bh->block_idx);
1363 if (!block_he) {
1373 bi = block_he->block_info;
1384 start_line, end_line, block_he->diff.cycles);
1387 bi->start, bi->end, block_he->diff.cycles);
1524 struct hist_entry *block_he;
1538 block_he = hists__get_entry(&bh_pair->block_hists, bh->block_idx);
1539 if (!block_he) {
1544 ret = print_cycles_spark(spark, sizeof(spark), block_he->diff.svals,
1545 block_he->diff.stats.n);
1547 r = rel_stddev_stats(stddev_stats(&block_he->diff.stats),
1548 avg_stats(&block_he->diff.stats));