Home
last modified time | relevance | path

Searched defs:use_callchain (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dsymbol_conf.h24 use_callchain, member
H A Dhist.c1778 hists__hierarchy_output_resort(struct hists *hists, struct ui_progress *prog, struct rb_root_cached *root_in, struct rb_root_cached *root_out, u64 min_callchain_hits, bool use_callchain) hists__hierarchy_output_resort() argument
1832 __hists__insert_output_entry(struct rb_root_cached *entries, struct hist_entry *he, u64 min_callchain_hits, bool use_callchain) __hists__insert_output_entry() argument
1878 output_resort(struct hists *hists, struct ui_progress *prog, bool use_callchain, hists__resort_cb_t cb, void *cb_arg) output_resort() argument
1936 bool use_callchain; evsel__output_resort_cb() local
1945 output_resort(evsel__hists(evsel), prog, use_callchain, cb, cb_arg); evsel__output_resort_cb() local
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol_conf.h23 use_callchain, member
H A Dhist.c1820 hists__hierarchy_output_resort(struct hists *hists, struct ui_progress *prog, struct rb_root_cached *root_in, struct rb_root_cached *root_out, u64 min_callchain_hits, bool use_callchain) hists__hierarchy_output_resort() argument
1874 __hists__insert_output_entry(struct rb_root_cached *entries, struct hist_entry *he, u64 min_callchain_hits, bool use_callchain) __hists__insert_output_entry() argument
1920 output_resort(struct hists *hists, struct ui_progress *prog, bool use_callchain, hists__resort_cb_t cb, void *cb_arg) output_resort() argument
1978 bool use_callchain; evsel__output_resort_cb() local
1987 output_resort(evsel__hists(evsel), prog, use_callchain, cb, cb_arg); evsel__output_resort_cb() local
[all...]
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c1302 bool use_callchain = hist_entry__has_callchains(entry) && symbol_conf.use_callchain; in hist_browser__show_entry() local
/kernel/linux/linux-6.6/tools/perf/ui/browsers/
H A Dhists.c1303 bool use_callchain = hist_entry__has_callchains(entry) && symbol_conf.use_callchain; in hist_browser__show_entry() local
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-script.c562 bool use_callchain = false; in perf_session__check_output_opt() local
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-script.c644 bool use_callchain = false; in perf_session__check_output_opt() local
[all...]

Completed in 30 milliseconds