Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dsubcommand_record.cpp73 static std::map<std::string, int> mapClockid = { in GetClockId() local
79 auto it = mapClockid.find(name); in GetClockId()
80 if (it == mapClockid.end()) { in GetClockId()