/external/oprofile/libutil++/ |
op_bfd.h | 2 * @file op_bfd.h 29 class op_bfd; 97 class op_bfd { class 108 op_bfd(std::string const & filename, 117 op_bfd(uint64_t spu_offset, 126 ~op_bfd(); 235 op_bfd::symbols_found_t & symbols,
|
op_bfd.cpp | 2 * @file op_bfd.cpp 28 #include "op_bfd.h" 100 op_bfd::op_bfd(string const & fname, string_filter const & symbol_filter, function in class:op_bfd 122 cverb << vbfd << "op_bfd ctor for " << image_path << endl; 190 op_bfd::~op_bfd() 195 unsigned long op_bfd::get_start_offset(bfd_vma vma) const 208 void op_bfd::get_symbols(op_bfd::symbols_found_t & symbols [all...] |
Android.mk | 29 op_bfd.cpp \
|
op_spu_bfd.cpp | 22 #include "op_bfd.h" 37 * This overload of the op_bfd constructor is patterned after the 38 * constructor in libutil++/op_bfd.cpp, with the additional processing 41 op_bfd::op_bfd(uint64_t spu_offset, string const & fname, function in class:op_bfd 66 cverb << vbfd << "op_bfd ctor for " << image_path << endl;
|
/external/oprofile/libpp/ |
callgraph_container.h | 28 class op_bfd; 144 void add(profile_t const & profile, op_bfd const & caller_bfd, 145 bool bfd_caller_ok, op_bfd const & callee_bfd,
|
profile_container.h | 20 #include "op_bfd.h" 66 void add(profile_t const & profile, op_bfd const & abfd, 145 void add_samples(op_bfd const & abfd, symbol_index_t sym_index, 162 std::string create_artificial_symbol(op_bfd const & abfd, u32 start,
|
profile.h | 26 class op_bfd; 79 void set_offset(op_bfd const & abfd); 131 * So we pass our anon mapping start VMA to op_bfd, which looks
|
xml_utils.h | 22 class op_bfd; 48 size_t sym_id, op_bfd const & abfd);
|
populate.cpp | 18 #include "op_bfd.h" 33 populate_from_files(profile_t & profile, op_bfd const & abfd, 69 op_bfd abfd(ip.image, symbol_filter,
|
populate_for_spu.cpp | 16 #include "op_bfd.h" 39 * we must be sure to create a separate op_bfd object for each SPU. When doing 56 op_bfd * abfd = NULL; 68 abfd = new op_bfd(header.embedded_offset, 75 abfd = new op_bfd(ip.image,
|
format_output.h | 32 class op_bfd; 290 bool get_bfd_object(symbol_entry const * symb, op_bfd * & abfd) const; 293 symbol_entry const * symb, op_bfd * & abfd); 296 cg_symbol::children const cg_symb, op_bfd * & abfd);
|
callgraph_container.cpp | 29 #include "op_bfd.h" 91 get_symbol_by_filepos(op_bfd const & bfd, u32 bfd_offset, 129 op_bfd const & bfd, u32 boff, image_name_id iid, 240 op_bfd const & b; 466 op_bfd caller_bfd(caller_file.lib_image, 483 op_bfd callee_bfd(callee_file.cg_image, 502 add(profile_t const & profile, op_bfd const & caller_bfd, bool caller_bfd_ok, 503 op_bfd const & callee_bfd, string const & app_name,
|
profile.cpp | 28 #include "op_bfd.h" 128 void profile_t::set_offset(op_bfd const & abfd)
|
profile_container.cpp | 74 op_bfd const & abfd, string const & app_name, 134 profile_container::add_samples(op_bfd const & abfd, symbol_index_t sym_index,
|
format_output.cpp | 658 xml_formatter::get_bfd_object(symbol_entry const * symb, op_bfd * & abfd) const 673 abfd = new op_bfd(symb->spu_offset, tmp, 679 abfd = new op_bfd(image_name, symbol_filter, 696 output_the_symbol_data(ostream & out, symbol_entry const * symb, op_bfd * & abfd) 738 cg_symbol::children const cg_symb, op_bfd * & abfd) 759 op_bfd * abfd = NULL;
|
xml_utils.cpp | 17 #include "op_bfd.h" 374 size_t sym_id, op_bfd const & abfd)
|
/external/oprofile/pp/ |
opgprof.cpp | 44 void op_write_vma(FILE * fp, op_bfd const & abfd, bfd_vma vma) 108 void output_cg(FILE * fp, op_bfd const & abfd, profile_t const & cg_db) 136 void output_gprof(op_bfd const & abfd, profile_container const & samples, 230 load_samples(op_bfd const & abfd, list<profile_sample_files> const & files, 289 op_bfd abfd(image_profile.image, string_filter(),
|