Home
last modified time | relevance | path

Searched defs:ThreadReport (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/system/extras/simpleperf/
H A Dreport_utils.h129 struct ThreadReport { struct
134 ThreadReport(int pid = 0, int tid = 0, const char* thread_name = nullptr) argument
143 ThreadReport Build(const ThreadEntry& thread); argument