Home
last modified time | relevance | path

Searched refs:threadid (Results 1 – 2 of 2) sorted by relevance

/developtools/hiperf/src/
Dvirtual_runtime.cpp63 std::string threadid = std::to_string(tid); in ReadFromSavedCmdLines() local
65 if (line.find(threadid) != std::string::npos) { in ReadFromSavedCmdLines()
71 if (threadid != linesToken[0]) { in ReadFromSavedCmdLines()
/developtools/profiler/hiebpf/include/
Dvmlinux.h27355 long unsigned int threadid; member