|
@@ -317,7 +317,7 @@ static struct hist_entry *hist_entry__new(struct hist_entry *template)
|
|
|
return he;
|
|
|
}
|
|
|
|
|
|
-void hists__inc_nr_entries(struct hists *hists, struct hist_entry *h)
|
|
|
+void hists__inc_stats(struct hists *hists, struct hist_entry *h)
|
|
|
{
|
|
|
if (!h->filtered) {
|
|
|
hists__calc_col_len(hists, h);
|
|
@@ -686,7 +686,7 @@ void hists__output_resort(struct hists *hists)
|
|
|
next = rb_next(&n->rb_node_in);
|
|
|
|
|
|
__hists__insert_output_entry(&hists->entries, n, min_callchain_hits);
|
|
|
- hists__inc_nr_entries(hists, n);
|
|
|
+ hists__inc_stats(hists, n);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -853,7 +853,7 @@ static struct hist_entry *hists__add_dummy_entry(struct hists *hists,
|
|
|
he->hists = hists;
|
|
|
rb_link_node(&he->rb_node_in, parent, p);
|
|
|
rb_insert_color(&he->rb_node_in, root);
|
|
|
- hists__inc_nr_entries(hists, he);
|
|
|
+ hists__inc_stats(hists, he);
|
|
|
he->dummy = true;
|
|
|
}
|
|
|
out:
|