Home
last modified time | relevance | path

Searched refs:ForEachTimedTask (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTaskTimer.cpp16 void ScopedTaskTimer::ForEachTimedTask( in ForEachTimedTask() function in ScopedTaskTimer
H A DTaskTimer.h51 void ForEachTimedTask(std::function<void(const std::string &name,
H A DTraceIntelPT.cpp304 GetThreadTimer(tid).ForEachTimedTask(print_duration); in DumpTraceInfo()
307 GetGlobalTimer().ForEachTimedTask(print_duration); in DumpTraceInfo()
398 GetTimer().ForThread(tid).ForEachTimedTask( in DumpTraceInfoAsJson()
443 GetTimer().ForGlobal().ForEachTimedTask( in DumpTraceInfoAsJson()