Searched refs:symbol_collection (Results 1 – 18 of 18) sorted by relevance
/external/oprofile/libpp/ |
D | symbol_container.cpp | 40 symbol_collection const 49 symbol_collection result; in find() 60 symbol_collection const 74 symbol_collection result; in find()
|
D | callgraph_container.h | 56 symbol_collection const & get_symbols() const; 97 symbol_collection cg_syms; 130 symbol_collection const & get_symbols() const;
|
D | profile_container.h | 76 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;
|
D | format_output.h | 184 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);
|
D | symbol_container.h | 50 symbol_collection const find(debug_name_id filename, size_t linenr) const; 53 symbol_collection const find(debug_name_id filename) const;
|
D | xml_utils.h | 18 typedef symbol_collection::const_iterator sym_iterator; 27 symbol_collection const & s, size_t nc,
|
D | profile_container.cpp | 164 symbol_collection const 167 symbol_collection result; in select_symbols() 262 symbol_collection const 269 symbol_collection const
|
D | callgraph_container.cpp | 389 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()
|
D | symbol_sort.h | 41 void sort(symbol_collection & syms, bool reverse_sort,
|
D | format_output.cpp | 460 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()
|
D | symbol.h | 96 typedef std::vector<symbol_entry const *> symbol_collection; typedef
|
D | symbol_sort.cpp | 132 sort(symbol_collection & syms, bool reverse_sort, bool lf) const in sort()
|
D | xml_utils.cpp | 113 symbol_collection const & s, size_t nc, in xml_utils()
|
/external/oprofile/pp/ |
D | opannotate.cpp | 291 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()
|
D | opgprof.cpp | 190 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()
|
D | opreport.cpp | 373 symbol_collection symbols = pc.select_symbols(choice); in output_symbols() 452 symbol_collection symbols = cg.get_symbols(); in output_cg_symbols()
|
/external/oprofile/ |
D | ChangeLog-2007 | 556 * pp/opreport.cpp: Convert cg_collection to symbol_collection and use
|
D | ChangeLog-2003 | 3583 * pp/opgprof.cpp: move symbol_collection typedef
|