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/perf_data_converter/src/ |
D | builder.cc | 217 auto loc = profile_->add_location(); in Finalize()
|
D | perf_data_converter.cc | 512 perftools::profiles::Location* loc = profile->add_location(); in AddOrGetLocation()
|
/external/bcc/src/cc/includes/ |
D | usdt.h | 204 void add_location(uint64_t addr, const std::string &bin_path, const char *fmt);
|
/external/bcc/src/cc/ |
D | usdt.h | 204 void add_location(uint64_t addr, const std::string &bin_path, const char *fmt);
|
/external/perfetto/tools/trace_to_text/ |
D | trace_to_profile.cc | 178 GLocation* glocation = profile.add_location(); in DumpProfilePacket()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser.cc | 339 location_(parser_->source_code_info_->add_location()) { in LocationRecorder() 363 location_ = parser_->source_code_info_->add_location(); in Init()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.h | 3395 ::google::protobuf::SourceCodeInfo_Location* add_location(); 7440 inline ::google::protobuf::SourceCodeInfo_Location* SourceCodeInfo::add_location() { in add_location() function
|
D | descriptor_unittest.cc | 6539 proto.mutable_source_code_info()->add_location(); in TEST_F()
|
D | descriptor.pb.cc | 13919 input, add_location())); in MergePartialFromCodedStream() 14315 ::google::protobuf::SourceCodeInfo_Location* SourceCodeInfo::add_location() { in add_location() function in google::protobuf::SourceCodeInfo
|