Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dutils.h76 static inline int have_libcpupower_support(void) { return 1; } in have_libcpupower_support() function
82 static inline int have_libcpupower_support(void) { return 0; } in have_libcpupower_support() function
H A Dtimerlat.c122 if (!have_libcpupower_support()) { in timerlat_enable()