Searched refs:add_location (Results 1 – 14 of 14) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | pprof_profile_builder.cc | 58 auto* location = profile_.add_location(); in LocationId()
|
/external/flatbuffers/benchmarks/cpp/flatbuffers/ |
D | bench_generated.h | 278 void add_location(flatbuffers::Offset<flatbuffers::String> location) { in add_location() function 299 builder_.add_location(location);
|
/external/bcc/src/cc/usdt/ |
D | usdt.cc | 230 void Probe::add_location(uint64_t addr, const std::string &bin_path, const char *fmt) { in add_location() function in USDT::Probe 276 p->add_location(probe->pc, binpath, probe->arg_fmt); in add_probe() 285 probes_.back()->add_location(probe->pc, binpath, probe->arg_fmt); in add_probe()
|
/external/perfetto/src/tools/protoprofile/ |
D | main.cc | 160 auto* location = profile->add_location(); in Compute()
|
/external/bcc/src/cc/ |
D | usdt.h | 237 void add_location(uint64_t addr, const std::string &bin_path, const char *fmt);
|
/external/bcc/src/cc/includes/ |
D | usdt.h | 237 void add_location(uint64_t addr, const std::string &bin_path, const char *fmt);
|
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 401 location_(parser_->source_code_info_->add_location()) { in LocationRecorder() 435 location_ = source_code_info_->add_location(); in Init() 1689 SourceCodeInfo_Location* dest = source_code_info_->add_location(); in ParseExtensions()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 402 location_(parser_->source_code_info_->add_location()) { in LocationRecorder() 436 location_ = source_code_info_->add_location(); in Init() 1695 SourceCodeInfo_Location* dest = source_code_info_->add_location(); in ParseExtensions()
|
/external/perfetto/src/trace_processor/util/ |
D | profile_builder.cc | 394 auto* location = result_->add_location(); in WriteLocations()
|
/external/perfetto/src/traceconv/ |
D | pprof_builder.cc | 497 auto* glocation = result_->add_location(); in WriteLocations()
|
/external/cronet/third_party/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 7923 proto.mutable_source_code_info()->add_location(); in TEST_F()
|
D | descriptor.pb.h | 8001 ::PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location* add_location(); in Swap() 14358 inline ::PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location* SourceCodeInfo::add_location() { in add_location() function
|
/external/protobuf/src/google/protobuf/ |
D | descriptor_unittest.cc | 8000 proto.mutable_source_code_info()->add_location(); in TEST_F()
|
D | descriptor.pb.h | 8123 ::PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location* add_location(); in Swap() 14493 inline ::PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location* SourceCodeInfo::add_location() { in add_location() function
|