|
@@ -382,7 +382,7 @@ static void perf_gtk__show_hists(GtkWidget *window, struct hists *hists,
|
|
|
gtk_tree_store_set(store, &iter, col_idx++, s, -1);
|
|
|
}
|
|
|
|
|
|
- if (hists__has_callchains(hists) &&
|
|
|
+ if (hist_entry__has_callchains(h) &&
|
|
|
symbol_conf.use_callchain && hists__has(hists, sym)) {
|
|
|
if (callchain_param.mode == CHAIN_GRAPH_REL)
|
|
|
total = symbol_conf.cumulate_callchain ?
|