Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Devent_selection_set.h55 struct SampleSpeed { struct
61 SampleSpeed(uint64_t freq = 0, uint64_t period = 0) : sample_freq(freq), sample_period(period) {} argument
62 bool UseFreq() const { in UseFreq()