Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp303 GetThreadTimer(tid).ForEachTimedTask(print_duration); in DumpTraceInfo()
306 GetGlobalTimer().ForEachTimedTask(print_duration); in DumpTraceInfo()
397 GetTimer().ForThread(tid).ForEachTimedTask( in DumpTraceInfoAsJson()
442 GetTimer().ForGlobal().ForEachTimedTask( in DumpTraceInfoAsJson()