Home
last modified time | relevance | path

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

/kernel/time/
Dtimer_stats.c99 int __read_mostly timer_stats_active; variable
245 if (likely(!timer_stats_active)) in timer_stats_update_stats()
257 if (!timer_stats_active) in timer_stats_update_stats()
293 if (timer_stats_active) in tstats_show()
305 seq_printf(m, "Collection: %s\n", timer_stats_active ? "active" : "inactive"); in tstats_show()
373 if (timer_stats_active) { in tstats_write()
374 timer_stats_active = 0; in tstats_write()
380 if (!timer_stats_active) { in tstats_write()
384 timer_stats_active = 1; in tstats_write()
Dhrtimer.c768 if (likely(!timer_stats_active)) in timer_stats_account_hrtimer()