Searched refs:select_symbols (Results 1 - 5 of 5) sorted by relevance

/external/oprofile/libpp/
H A Dprofile_container.h87 /// 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.
H A Dprofile_container.cpp165 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/
H A Dopannotate.cpp502 symbol_collection symbols = samples->select_symbols(choice);
621 symbol_collection const symbols = samples->select_symbols(filename);
H A Dopgprof.cpp190 symbol_collection symbols = samples.select_symbols(choice);
H A Dopreport.cpp373 symbol_collection symbols = pc.select_symbols(choice);

Completed in 119 milliseconds