Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Dcmd_list.cpp209 if (IsSettingClockIdSupported()) { in ShowFeatures()
H A Devent_selection_set.h223 bool IsSettingClockIdSupported();
H A Dcmd_trace_sched.cpp182 if (IsSettingClockIdSupported()) { in RecordSchedEvents()
H A Devent_selection_set.cpp119 bool IsSettingClockIdSupported() { in IsSettingClockIdSupported() function
H A Dcmd_record.cpp848 if (!IsSettingClockIdSupported()) { in ParseOptions()
1133 clockid_ = IsSettingClockIdSupported() ? "monotonic" : "perf"; in ParseOptions()
H A Dcmd_record_test.cpp565 if (!IsSettingClockIdSupported()) { in TEST()