OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sort_options
(Results
1 - 5
of
5
) sorted by null
/external/oprofile/libpp/
symbol_sort.h
20
struct
sort_options
{
struct
33
sort_options
() {}
function in struct:sort_options
symbol_sort.cpp
43
int compare_by(
sort_options
::sort_order order,
47
case
sort_options
::sample:
54
case
sort_options
::symbol:
58
case
sort_options
::image:
61
case
sort_options
::app_name:
64
case
sort_options
::vma:
71
case
sort_options
::debug: {
95
symbol_compare(vector<
sort_options
::sort_order> const & order,
108
vector<
sort_options
::sort_order> const & compare_order;
131
void
sort_options
:
[
all
...]
/external/oprofile/pp/
opreport_options.h
34
extern
sort_options
sort_by;
opreport_options.cpp
42
sort_options
sort_by;
225
sort_options
::vma) != sort_by.options.end()) {
opannotate.cpp
505
sort_options
options;
506
options.add_sort_option(
sort_options
::sample);
Completed in 44 milliseconds