OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:select_symbols
(Results
1 - 5
of
5
) sorted by null
/external/oprofile/libpp/
profile_container.h
87
/// used for
select_symbols
()
103
*
select_symbols
- create a set of symbols sorted by sample count
106
symbol_collection const
select_symbols
(symbol_choice & choice) const;
109
*
select_symbols
- create a set of symbols belonging to a given source
112
symbol_collection const
select_symbols
(debug_name_id filename) const;
114
/// Like
select_symbols
for filename without allowing sort by vma.
profile_container.cpp
165
profile_container::
select_symbols
(symbol_choice & choice) const
function in class:profile_container
270
profile_container::
select_symbols
(debug_name_id filename) const
function in class:profile_container
/external/oprofile/pp/
opannotate.cpp
502
symbol_collection symbols = samples->
select_symbols
(choice);
621
symbol_collection const symbols = samples->
select_symbols
(filename);
opgprof.cpp
190
symbol_collection symbols = samples.
select_symbols
(choice);
opreport.cpp
373
symbol_collection symbols = pc.
select_symbols
(choice);
Completed in 133 milliseconds