Lines Matching refs:block_he
1354 struct hist_entry *block_he;
1359 block_he = hists__get_entry(&bh_pair->block_hists, bh->block_idx);
1360 if (!block_he) {
1370 bi = block_he->block_info;
1381 start_line, end_line, block_he->diff.cycles);
1384 bi->start, bi->end, block_he->diff.cycles);
1521 struct hist_entry *block_he;
1535 block_he = hists__get_entry(&bh_pair->block_hists, bh->block_idx);
1536 if (!block_he) {
1541 ret = print_cycles_spark(spark, sizeof(spark), block_he->diff.svals,
1542 block_he->diff.stats.n);
1544 r = rel_stddev_stats(stddev_stats(&block_he->diff.stats),
1545 avg_stats(&block_he->diff.stats));