Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTaskTimer.cpp8 void ScopedTaskTimer::ForEachTimedTask( in ForEachTimedTask() function in ScopedTaskTimer
H A DTaskTimer.h53 void ForEachTimedTask(std::function<void(const std::string &name,
H A DTraceIntelPT.cpp254 GetThreadTimer(tid).ForEachTimedTask(print_duration); in DumpTraceInfo()
257 GetGlobalTimer().ForEachTimedTask(print_duration); in DumpTraceInfo()
348 GetTimer().ForThread(tid).ForEachTimedTask( in DumpTraceInfoAsJson()
393 GetTimer().ForGlobal().ForEachTimedTask( in DumpTraceInfoAsJson()