Home
last modified time | relevance | path

Searched refs:sort_options (Results 1 – 5 of 5) sorted by relevance

/external/oprofile/libpp/
Dsymbol_sort.cpp43 int compare_by(sort_options::sort_order order, in compare_by()
47 case sort_options::sample: in compare_by()
54 case sort_options::symbol: in compare_by()
58 case sort_options::image: in compare_by()
61 case sort_options::app_name: in compare_by()
64 case sort_options::vma: in compare_by()
71 case sort_options::debug: { in compare_by()
95 symbol_compare(vector<sort_options::sort_order> const & order, in symbol_compare()
108 vector<sort_options::sort_order> const & compare_order;
131 void sort_options::
[all …]
Dsymbol_sort.h20 struct sort_options { struct
33 sort_options() {} in sort_options() function
/external/oprofile/pp/
Dopreport_options.h34 extern sort_options sort_by;
Dopreport_options.cpp42 sort_options sort_by;
225 sort_options::vma) != sort_by.options.end()) { in check_options()
Dopannotate.cpp499 sort_options options; in output_asm()
500 options.add_sort_option(sort_options::sample); in output_asm()