Searched refs:add_location (Results 1 – 10 of 10) sorted by relevance
/external/bcc/src/cc/usdt/ |
D | usdt.cc | 214 void Probe::add_location(uint64_t addr, const std::string &bin_path, const char *fmt) { in add_location() function in USDT::Probe 252 p->add_location(probe->pc, binpath, probe->arg_fmt); in add_probe() 260 probes_.back()->add_location(probe->pc, binpath, probe->arg_fmt); in add_probe()
|
/external/bcc/src/cc/ |
D | usdt.h | 204 void add_location(uint64_t addr, const std::string &bin_path, const char *fmt);
|
/external/bcc/src/cc/includes/ |
D | usdt.h | 204 void add_location(uint64_t addr, const std::string &bin_path, const char *fmt);
|
/external/perfetto/tools/protoprofile/ |
D | main.cc | 244 auto* location = profile->add_location(); in Compute()
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | py_client.cc | 227 auto* location = profile_.add_location(); in LocationId()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 403 location_(parser_->source_code_info_->add_location()) { in LocationRecorder() 437 location_ = source_code_info_->add_location(); in Init() 1648 SourceCodeInfo_Location* dest = source_code_info_->add_location(); in ParseExtensions()
|
/external/perfetto/tools/trace_to_text/ |
D | pprof_builder.cc | 503 auto* glocation = result_->add_location(); in WriteLocations()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.h | 6128 PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location* add_location(); 11720 inline PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location* SourceCodeInfo::add_location() { in add_location() function
|
D | descriptor_unittest.cc | 7614 proto.mutable_source_code_info()->add_location(); in TEST_F()
|
D | descriptor.pb.cc | 14373 ptr = ctx->ParseMessage(add_location(), ptr); in _InternalParse() 14413 input, add_location())); in MergePartialFromCodedStream()
|