HomeSort by relevance Sort by last modified time
    Searched refs:linenr (Results 1 - 16 of 16) sorted by null

  /external/oprofile/libpp/
symbol.h 33 /// A simple container for a fileno:linenr location.
35 file_location() : linenr(0) {}
39 unsigned int linenr; member in struct:file_location
44 (filename == rhs.filename && linenr < rhs.linenr);
sample_container.cpp 88 lower.file_loc.linenr = 0;
89 upper.file_loc.linenr = INT_MAX;
114 size_t linenr) const
121 sample.file_loc.linenr = linenr;
symbol_container.cpp 41 symbol_container::find(debug_name_id filename, size_t linenr) const
47 symbol.sample.file_loc.linenr = linenr;
67 symbol.sample.file_loc.linenr = 0;
71 symbol.sample.file_loc.linenr = (unsigned int)size_t(-1);
symbol_container.h 50 symbol_collection const find(debug_name_id filename, size_t linenr) const;
sample_container.h 51 count_array_t accumulate_samples(debug_name_id, size_t linenr) const;
profile_container.cpp 103 symb_entry.sample.file_loc.linenr = 0;
107 symb_entry.sample.file_loc.linenr)) {
147 sample.file_loc.linenr = 0;
151 sample.file_loc.linenr)) {
263 profile_container::find_symbol(debug_name_id filename, size_t linenr) const
265 return symbols->find(filename, linenr);
289 size_t linenr) const
291 return samples->accumulate_samples(filename, linenr);
profile_container.h 74 /// Find the symbols from its filename, linenr, return an empty
77 size_t linenr) const;
123 /// Get the samples count which belongs to filename, linenr. Return
126 size_t linenr) const;
169 /// provide also a sort order on (filename, linenr)
symbol_sort.cpp 76 ret = f1.linenr - f2.linenr;
callgraph_container.cpp 233 if (b.get_linenr(i, start, filename, loc.linenr))
format_output.cpp 49 out << filename << ":" << floc.linenr;
108 format_map[ff_linenr_info] = field_description(28, "linenr info", &formatter::format_linenr_info);
  /external/oprofile/libutil++/
bfd_support.cpp 220 * linenr info, if we can't get a valid line number. Problem uncovered
222 * application, the number of failure to retrieve linenr info from 835
232 unsigned int linenr; local
249 &linenr);
251 if (ret && cfilename && function && linenr != 0
254 *line = linenr;
614 unsigned int linenr = 0; local
646 &function, &linenr);
653 * but if the linenr is non-zero in the inline case, it is the correct
656 if (linenr == 0 && !is_correct_function(function, sym.name())
    [all...]
op_bfd.h 132 * @param linenr output parameter to store linenr.
134 * Retrieve the relevant finename:linenr information for the sym_idx
137 * retrieve the linenr and so can return zero in linenr
140 std::string & filename, unsigned int & linenr) const;
op_bfd.cpp 369 string & source_filename, unsigned int & linenr) const
383 linenr = info.line;
  /external/oprofile/pp/
opannotate.cpp 520 string const source_line_annotation(debug_name_id filename, size_t linenr)
524 count_array_t counts = samples->samples_count(filename, linenr);
538 string source_symbol_annotation(debug_name_id filename, size_t linenr)
540 symbol_collection const symbols = samples->find_symbol(filename, linenr);
610 for (size_t linenr = 1 ; getline(in, str) ; ++linenr) {
611 out << source_line_annotation(filename, linenr) << str
612 << source_symbol_annotation(filename, linenr)
  /external/qemu/include/sysemu/
sysemu.h 98 void qemu_error_internal(const char *file, int linenr, const char *func,
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c     [all...]

Completed in 348 milliseconds