Home
last modified time | relevance | path

Searched refs:ignore_callchains (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/ui/stdio/
H A Dhist.c587 bool ignore_callchains) in hist_entry__fprintf() argument
614 if (hist_entry__has_callchains(he) && !ignore_callchains) in hist_entry__fprintf()
836 bool ignore_callchains) in hists__fprintf() argument
885 ret += hist_entry__fprintf(h, max_cols, line, linesz, fp, ignore_callchains); in hists__fprintf()
/linux/tools/perf/util/
H A Dhist.h409 bool ignore_callchains);