Searched refs:op_bfd (Results 1 - 17 of 17) sorted by relevance

/external/oprofile/libutil++/
H A Dop_bfd.cpp2 * @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
[all...]
H A Dop_bfd.h2 * @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,
H A DAndroid.mk29 op_bfd.cpp \
H A Dop_spu_bfd.cpp22 #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/
H A Dcallgraph_container.h28 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,
H A Dprofile_container.h20 #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,
H A Dpopulate.cpp18 #include "op_bfd.h"
33 populate_from_files(profile_t & profile, op_bfd const & abfd,
69 op_bfd abfd(ip.image, symbol_filter,
H A Dprofile.h26 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
H A Dxml_utils.h22 class op_bfd;
48 size_t sym_id, op_bfd const & abfd);
H A Dpopulate_for_spu.cpp16 #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,
H A Dformat_output.h32 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);
H A Dcallgraph_container.cpp29 #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,
H A Dprofile.cpp28 #include "op_bfd.h"
128 void profile_t::set_offset(op_bfd const & abfd)
H A Dprofile_container.cpp74 op_bfd const & abfd, string const & app_name,
134 profile_container::add_samples(op_bfd const & abfd, symbol_index_t sym_index,
H A Dformat_output.cpp658 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;
H A Dxml_utils.cpp17 #include "op_bfd.h"
374 size_t sym_id, op_bfd const & abfd)
/external/oprofile/pp/
H A Dopgprof.cpp44 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(),

Completed in 115 milliseconds