Searched refs:block_he (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-diff.c1357 struct hist_entry *block_he; local
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; local
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
[all...]

Completed in 207 milliseconds