Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/ui/stdio/
H A Dhist.c583 bool ignore_callchains) in hist_entry__fprintf() argument
610 if (hist_entry__has_callchains(he) && !ignore_callchains) in hist_entry__fprintf()
819 bool ignore_callchains) in hists__fprintf() argument
868 ret += hist_entry__fprintf(h, max_cols, line, linesz, fp, ignore_callchains); in hists__fprintf()
/openbmc/linux/tools/perf/util/
H A Dhist.h213 bool ignore_callchains);