Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dhist.h198 bool ignore_callchains);