Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/ui/stdio/
Dhist.c532 bool ignore_callchains) in hist_entry__fprintf() argument
553 if (hist_entry__has_callchains(he) && !ignore_callchains) in hist_entry__fprintf()
758 bool ignore_callchains) in hists__fprintf() argument
802 ret += hist_entry__fprintf(h, max_cols, line, linesz, fp, ignore_callchains); in hists__fprintf()
/Linux-v4.19/tools/perf/util/
Dhist.h184 bool ignore_callchains);