Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/ui/stdio/
Dhist.c563 bool ignore_callchains) in hist_entry__fprintf() argument
587 if (hist_entry__has_callchains(he) && !ignore_callchains) in hist_entry__fprintf()
796 bool ignore_callchains) in hists__fprintf() argument
841 ret += hist_entry__fprintf(h, max_cols, line, linesz, fp, ignore_callchains); in hists__fprintf()
/Linux-v5.4/tools/perf/util/
Dhist.h197 bool ignore_callchains);