Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/include/linux/
Dperf_event.h810 extern bool perf_event_can_stop_tick(void);
812 static inline bool perf_event_can_stop_tick(void) { return true; } in perf_event_can_stop_tick() function