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

  /external/perf_data_converter/src/
builder.cc 152 const int64 mapping_id = location.mapping_id(); local
153 if (mapping_id != 0 && mapping_ids.count(mapping_id) == 0) {
154 std::cerr << "Missing mapping " << mapping_id << " from location " << id;
235 if (loc.address() != 0 && loc.mapping_id() == 0) {
perf_data_converter_test.cc 72 if (locations[id]->mapping_id() != 0) {
312 EXPECT_EQ(kernel_mapping_id, profile.location(0).mapping_id());
313 EXPECT_EQ(user_mapping_id, profile.location(1).mapping_id());
314 EXPECT_EQ(kernel_mapping_id, profile.location(2).mapping_id());
perf_data_converter.cc 413 uint64 mapping_id = profile->mapping_size(); local
414 mapping->set_id(mapping_id);
429 mapmap.insert(std::make_pair(smap, mapping_id));
430 return mapping_id;
516 uint64 mapping_id = AddOrGetMapping(pid, mapping, builder); local
517 if (mapping_id != 0) {
518 loc->set_mapping_id(mapping_id);
  /system/extras/simpleperf/scripts/
pprof_proto_generator.py 126 print('%smapping_id: %d' % (space, location.mapping_id))
127 self.show_mapping_id(location.mapping_id, sub_space)
133 def show_mapping_id(self, mapping_id, space=''):
134 mapping = self.profile.mapping[mapping_id - 1]
203 def __init__(self, mapping_id, address, vaddr_in_dso):
205 self.mapping_id = mapping_id
212 return (self.mapping_id, self.address)
388 mapping_id = self.get_mapping_id(symbol.mapping[0], symbol.dso_name)
389 location = Location(mapping_id, ip, symbol.vaddr_in_file
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.h 116 // If not a member, mapping_id is ignored. This method can also manipulate the
120 unsigned int mapping_id,
linux_dumper.cc 98 unsigned int mapping_id,
100 assert(!member || mapping_id < mappings_.size());
136 mappings_[mapping_id]->name[filename_len -
minidump_writer.cc 540 unsigned int mapping_id,
562 mapping_id, signature);
    [all...]
  /external/google-breakpad/src/client/linux/microdump_writer/
microdump_writer.cc 297 unsigned int mapping_id,
307 mapping_id,
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/profile/
encode.go 398 func(b *buffer, m message) error { return decodeUint64(b, &m.(*Location).mappingIDX) }, // optional uint64 mapping_id = 2;
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/profile/
encode.go 398 func(b *buffer, m message) error { return decodeUint64(b, &m.(*Location).mappingIDX) }, // optional uint64 mapping_id = 2;
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
encode.go 488 func(b *buffer, m message) error { return decodeUint64(b, &m.(*Location).mappingIDX) }, // optional uint64 mapping_id = 2;
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
encode.go 488 func(b *buffer, m message) error { return decodeUint64(b, &m.(*Location).mappingIDX) }, // optional uint64 mapping_id = 2;

Completed in 861 milliseconds