Home
last modified time | relevance | path

Searched refs:add_location (Results 1 – 10 of 10) sorted by relevance

/external/bcc/src/cc/usdt/
Dusdt.cc214 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/
Dusdt.h204 void add_location(uint64_t addr, const std::string &bin_path, const char *fmt);
/external/bcc/src/cc/includes/
Dusdt.h204 void add_location(uint64_t addr, const std::string &bin_path, const char *fmt);
/external/perfetto/tools/protoprofile/
Dmain.cc244 auto* location = profile->add_location(); in Compute()
/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_client.cc227 auto* location = profile_.add_location(); in LocationId()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc403 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/
Dpprof_builder.cc503 auto* glocation = result_->add_location(); in WriteLocations()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h6128 PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location* add_location();
11720 inline PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location* SourceCodeInfo::add_location() { in add_location() function
Ddescriptor_unittest.cc7614 proto.mutable_source_code_info()->add_location(); in TEST_F()
Ddescriptor.pb.cc14373 ptr = ctx->ParseMessage(add_location(), ptr); in _InternalParse()
14413 input, add_location())); in MergePartialFromCodedStream()