Home
last modified time | relevance | path

Searched refs:symbol_collection (Results 1 – 18 of 18) sorted by relevance

/external/oprofile/libpp/
Dsymbol_container.cpp40 symbol_collection const
49 symbol_collection result; in find()
60 symbol_collection const
74 symbol_collection result; in find()
Dcallgraph_container.h56 symbol_collection const & get_symbols() const;
97 symbol_collection cg_syms;
130 symbol_collection const & get_symbols() const;
Dprofile_container.h76 symbol_collection const find_symbol(debug_name_id filename,
106 symbol_collection const select_symbols(symbol_choice & choice) const;
112 symbol_collection const select_symbols(debug_name_id filename) const;
Dformat_output.h184 void output(std::ostream & out, symbol_collection const & syms);
214 void output(std::ostream & out, symbol_collection const & syms);
242 symbol_collection & symbols, extra_images const & extra,
269 symbol_collection & symbols;
304 symbol_collection & symbols, string_filter const & sf);
Dsymbol_container.h50 symbol_collection const find(debug_name_id filename, size_t linenr) const;
53 symbol_collection const find(debug_name_id filename) const;
Dxml_utils.h18 typedef symbol_collection::const_iterator sym_iterator;
27 symbol_collection const & s, size_t nc,
Dprofile_container.cpp164 symbol_collection const
167 symbol_collection result; in select_symbols()
262 symbol_collection const
269 symbol_collection const
Dcallgraph_container.cpp389 symbol_collection const & arc_recorder::get_symbols() const in get_symbols()
586 symbol_collection syms = recorder.get_symbols(); in output_hint()
588 symbol_collection::iterator it; in output_hint()
589 symbol_collection::iterator const end = syms.end(); in output_hint()
603 symbol_collection const & callgraph_container::get_symbols() const in get_symbols()
Dsymbol_sort.h41 void sort(symbol_collection & syms, bool reverse_sort,
Dformat_output.cpp460 output(ostream & out, symbol_collection const & syms) in output()
464 symbol_collection::const_iterator it = syms.begin(); in output()
465 symbol_collection::const_iterator end = syms.end(); in output()
500 void cg_formatter::output(ostream & out, symbol_collection const & syms) in output()
509 symbol_collection::const_iterator it; in output()
510 symbol_collection::const_iterator end = syms.end(); in output()
606 symbol_collection & s, extra_images const & extra, in xml_formatter()
933 xml_cg_formatter(callgraph_container const & cg, symbol_collection & s, in xml_cg_formatter()
Dsymbol.h96 typedef std::vector<symbol_entry const *> symbol_collection; typedef
Dsymbol_sort.cpp132 sort(symbol_collection & syms, bool reverse_sort, bool lf) const in sort()
Dxml_utils.cpp113 symbol_collection const & s, size_t nc, in xml_utils()
/external/oprofile/pp/
Dopannotate.cpp291 symbol_collection const & symbols, in annotate_objdump_str_list()
375 void output_objdump_str_list(symbol_collection const & symbols, in output_objdump_str_list()
394 void do_one_output_objdump(symbol_collection const & symbols, in do_one_output_objdump()
459 void output_objdump_asm(symbol_collection const & symbols, in output_objdump_asm()
475 symbol_collection::const_iterator cit = symbols.begin(); in output_objdump_asm()
476 symbol_collection::const_iterator end = symbols.end(); in output_objdump_asm()
496 symbol_collection symbols = samples->select_symbols(choice); in output_asm()
534 symbol_collection const symbols = samples->find_symbol(filename, linenr); in source_symbol_annotation()
615 symbol_collection const symbols = samples->select_symbols(filename); in do_output_one_file()
Dopgprof.cpp190 symbol_collection symbols = samples.select_symbols(choice); in output_gprof()
192 symbol_collection::const_iterator sit = symbols.begin(); in output_gprof()
193 symbol_collection::const_iterator send = symbols.end(); in output_gprof()
Dopreport.cpp373 symbol_collection symbols = pc.select_symbols(choice); in output_symbols()
452 symbol_collection symbols = cg.get_symbols(); in output_cg_symbols()
/external/oprofile/
DChangeLog-2007556 * pp/opreport.cpp: Convert cg_collection to symbol_collection and use
DChangeLog-20033583 * pp/opgprof.cpp: move symbol_collection typedef