Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.h53 struct SampleSpeed { struct
59 SampleSpeed(uint64_t freq = 0, uint64_t period = 0) : sample_freq(freq), sample_period(period) {} in sample_freq() argument
60 bool UseFreq() const { in UseFreq()