Home
last modified time | relevance | path

Searched refs:sort__has_sym (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dsort.h36 extern int sort__has_sym;
Dsort.c22 int sort__has_sym = 0; variable
1607 sort__has_sym = 1; in sort_dimension__add()
1645 sort__has_sym = 1; in sort_dimension__add()
1661 sort__has_sym = 1; in sort_dimension__add()
1995 sort__has_sym = 0; in reset_output_field()
Dannotate.c1645 return use_browser == 1 && sort__has_sym; in ui__has_annotation()
/linux-4.4.14/tools/perf/ui/gtk/
Dhists.c252 if (symbol_conf.use_callchain && sort__has_sym) { in perf_gtk__show_hists()
/linux-4.4.14/tools/perf/
Dbuiltin-top.c690 if (sort__has_sym && single) { in hist_iter__top_callback()
930 if (!sort__has_sym) { in perf_top__setup_sample_type()
/linux-4.4.14/tools/perf/ui/
Dhist.c633 if (verbose && sort__has_sym) /* Addr + origin */ in hists__sort_list_width()
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c1860 if (!sort__has_sym) { in perf_evsel__hists_browse()
2005 if (!sort__has_sym) in perf_evsel__hists_browse()
2062 if (sort__has_sym && browser->selection->sym) { in perf_evsel__hists_browse()