Home
last modified time | relevance | path

Searched refs:AddLocation (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.h46 virtual uint64 AddLocation(const CodeNode* callee,
Dtfprof_code.cc268 uint64 AddLocation(const CodeNode* callee, const CodeNode* caller) override { in AddLocation() function in tensorflow::tfprof::__anon1c1cedaa0111::PprofProfileImpl
522 uint64 loc_id = pprof_profile_->AddLocation(node, root); in Format()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cc61 rep.AddLocation(addr, 1); in ReportMutexMisuse()
122 rep.AddLocation(addr, 1); in MutexDestroy()
Dtsan_rtl_report.cc305 void ScopedReport::AddLocation(uptr addr, uptr size) { in AddLocation() function in __tsan::ScopedReport
661 rep.AddLocation(addr_min, addr_max - addr_min); in ReportRace()
Dtsan_rtl.h569 void AddLocation(uptr addr, uptr size);
/external/v8/src/profiler/
Dheap-snapshot-generator.h192 void AddLocation(int entry, int scriptId, int line, int col);
Dheap-snapshot-generator.cc252 void HeapSnapshot::AddLocation(int entry, int scriptId, int line, int col) { in AddLocation() function in v8::internal::HeapSnapshot
642 snapshot_->AddLocation(entry, scriptId, line, col); in ExtractLocationForJSFunction()