Home
last modified time | relevance | path

Searched refs:op_bfd (Results 1 – 25 of 27) sorted by relevance

12

/external/oprofile/libutil++/
Dop_bfd.cpp100 op_bfd::op_bfd(string const & fname, string_filter const & symbol_filter, in op_bfd() function in op_bfd
190 op_bfd::~op_bfd() in ~op_bfd()
195 unsigned long op_bfd::get_start_offset(bfd_vma vma) const in get_start_offset()
208 void op_bfd::get_symbols(op_bfd::symbols_found_t & symbols) in get_symbols()
280 void op_bfd::add_symbols(op_bfd::symbols_found_t & symbols, in add_symbols()
301 bfd_vma op_bfd::offset_to_pc(bfd_vma offset) const in offset_to_pc()
315 bool op_bfd::
326 bool op_bfd::
340 bool op_bfd::has_debug_info() const in has_debug_info()
368 bool op_bfd::get_linenr(symbol_index_t sym_idx, bfd_vma offset, in get_linenr()
[all …]
Dop_bfd.h29 class op_bfd; variable
97 class op_bfd {
108 op_bfd(std::string const & filename,
117 op_bfd(uint64_t spu_offset,
126 ~op_bfd();
235 op_bfd::symbols_found_t & symbols,
DMakefile.am12 op_bfd.cpp \
13 op_bfd.h \
Dop_spu_bfd.cpp41 op_bfd::op_bfd(uint64_t spu_offset, string const & fname, in op_bfd() function in op_bfd
DAndroid.mk29 op_bfd.cpp \
/external/oprofile/libpp/
Dcallgraph_container.h28 class op_bfd; variable
144 void add(profile_t const & profile, op_bfd const & caller_bfd,
145 bool bfd_caller_ok, op_bfd const & callee_bfd,
Dprofile_container.h66 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,
Dpopulate_for_spu.cpp56 op_bfd * abfd = NULL; in populate_spu_profile_from_files()
68 abfd = new op_bfd(header.embedded_offset, in populate_spu_profile_from_files()
75 abfd = new op_bfd(ip.image, in populate_spu_profile_from_files()
Dformat_output.h32 class op_bfd; variable
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);
Dxml_utils.h22 class op_bfd; variable
48 size_t sym_id, op_bfd const & abfd);
Dprofile.h26 class op_bfd; variable
79 void set_offset(op_bfd const & abfd);
Dpopulate.cpp33 populate_from_files(profile_t & profile, op_bfd const & abfd, in populate_from_files()
69 op_bfd abfd(ip.image, symbol_filter, in populate_for_image()
Dcallgraph_container.cpp91 get_symbol_by_filepos(op_bfd const & bfd, u32 bfd_offset, in get_symbol_by_filepos()
129 op_bfd const & bfd, u32 boff, image_name_id iid, in call_data()
240 op_bfd const & b;
466 op_bfd caller_bfd(caller_file.lib_image, in populate()
483 op_bfd callee_bfd(callee_file.cg_image, in populate()
502 add(profile_t const & profile, op_bfd const & caller_bfd, bool caller_bfd_ok, in add()
503 op_bfd const & callee_bfd, string const & app_name, in add()
Dprofile_container.cpp74 op_bfd const & abfd, string const & app_name, in add()
134 profile_container::add_samples(op_bfd const & abfd, symbol_index_t sym_index, in add_samples()
Dformat_output.cpp658 xml_formatter::get_bfd_object(symbol_entry const * symb, op_bfd * & abfd) const in get_bfd_object()
673 abfd = new op_bfd(symb->spu_offset, tmp, in get_bfd_object()
679 abfd = new op_bfd(image_name, symbol_filter, in get_bfd_object()
696 output_the_symbol_data(ostream & out, symbol_entry const * symb, op_bfd * & abfd) in output_the_symbol_data()
738 cg_symbol::children const cg_symb, op_bfd * & abfd) in output_cg_children()
759 op_bfd * abfd = NULL; in output_symbol_data()
Dprofile.cpp128 void profile_t::set_offset(op_bfd const & abfd) in set_offset()
/external/oprofile/
DChangeLog-200850 * libutil++/op_spu_bfd.cpp: Initialize anon_obj to false for op_bfd
119 * libutil++/op_bfd.cpp:
120 * libutil++/op_bfd.h: Fix a couple problems relating
157 * libutil++/op_bfd.cpp:
158 * libutil++/op_bfd.h:
232 * libutil++/op_bfd.cpp:
233 * libutil++/op_bfd.h: Do not to try to get symbol contents
248 * libutil++/op_bfd.h:
249 * libutil++/op_bfd.cpp: Fix to allow 32-bit opreport to
259 * libutil++/op_bfd.cpp:
[all …]
DChangeLog-2005102 * libutil++/op_bfd.cpp: minor tidy
134 * libutil++/op_bfd.cpp: comment how and why we can use the debuginfo
404 change to op_bfd.cpp broke it again. Only look for .text
418 * libutil++/op_bfd.cpp: fix compilation on GCC 2.95.x,
469 * libutil++/op_bfd.h:
470 * libutil++/op_bfd.cpp: don't assume .text is the first SEC_CODE
508 * libutil++/op_bfd.h:
509 * libutil++/op_bfd.cpp:
594 * libutil++/op_bfd.h:
595 * libutil++/op_bfd.cpp:
[all …]
DChangeLog-200476 * libutil++/op_bfd.cpp: improve a bit the symbol chosen when
144 * libutil++/op_bfd.h:
145 * libutil++/op_bfd.cpp: Add logic to use the preferred symbol name.
187 * libutil++/op_bfd.cpp: we need to verify
192 * libutil++/op_bfd.cpp: add a hack to support
254 * libutil++/op_bfd.h:
255 * libutil++/op_bfd.cpp:
368 * libutil++/op_bfd.h:
369 * libutil++/op_bfd.cpp: use unsigned long in various
417 * libutil++/op_bfd.cpp: remove spurious cerr <<; fix a potential memory
[all …]
DChangeLog-2002126 * libutil++/op_bfd.cpp: stupid segfault when filtering included symbols
130 * libutil++/op_bfd.h:
131 * libutil++/op_bfd.cpp: replace a 0(N�) by a 0(N) behavior
444 * libutil++/op_bfd.h:
735 * libutil++/op_bfd.h:
736 * libutil++/op_bfd.cpp: cleanup
747 * libutil++/op_bfd.h:
755 * libutil++/op_bfd.cpp:
756 * libutil++/op_bfd.h: allow to specify explicetly on which symbol we
765 * pp/samplesc_ontainer.cpp: minor change to reflect op_bfd api change
[all …]
DChangeLog-20073 * libutil++/op_bfd.h: remove sym_offset(), we can get what did
5 * libutil++/op_bfd.cpp:
40 * libutil++/op_bfd.cpp: be more cautious when checking if we can try to
165 * libutil++/op_bfd.h:
201 * libutil++/op_bfd.cpp:
202 * libutil++/op_bfd.h:
226 globally so most of this patch pass an extra_images down to op_bfd.
257 * libutil++/op_bfd.cpp:
258 * libutil++/op_bfd.h:
407 * libutil++/op_bfd.cpp: Fix sym_offset calculation.
[all …]
DChangeLog-2003377 * libutil++/op_bfd.h: has_debug_info() new member
842 * libutil++/op_bfd.cpp: show filename when warning about no debug
1390 * libutil++/op_bfd.cpp:
1391 * libutil++/op_bfd.h:
1507 * libutil++/op_bfd.h:
1508 * libutil++/op_bfd.cpp: take an in-out bool
1531 * libutil++/op_bfd.h:
1532 * libutil++/op_bfd.cpp: use image_flags, no longer error
1572 * libutil++/op_bfd.cpp: set fsize to default to -1,
1585 * libutil++/op_bfd.h:
[all …]
DChangeLog311 * libutil++/op_bfd.h(op_bfd::get_linenr):
312 * libutil++/op_bfd.cpp(op_bfd::get_linenr): Change the type of offset
591 * libutil++/op_bfd.cpp: Fixup debuginfo processing for ppc64
DChangeLog-200677 * libutil++/op_bfd.cpp:
78 * libutil++/op_bfd.h:
/external/oprofile/pp/
Dopgprof.cpp44 void op_write_vma(FILE * fp, op_bfd const & abfd, bfd_vma vma) in op_write_vma()
108 void output_cg(FILE * fp, op_bfd const & abfd, profile_t const & cg_db) in output_cg()
136 void output_gprof(op_bfd const & abfd, profile_container const & samples, in output_gprof()
230 load_samples(op_bfd const & abfd, list<profile_sample_files> const & files, in load_samples()
289 op_bfd abfd(image_profile.image, string_filter(), in opgprof()

12