Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dperf_event.h968 extern bool perf_event_can_stop_tick(void);
970 static inline bool perf_event_can_stop_tick(void) { return true; } in perf_event_can_stop_tick() function
/linux-4.1.27/kernel/time/
Dtick-sched.c174 if (!perf_event_can_stop_tick()) { in can_stop_full_tick()
/linux-4.1.27/kernel/events/
Dcore.c3086 bool perf_event_can_stop_tick(void) in perf_event_can_stop_tick() function