Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_profiling.c74 static struct hrtimer profiling_sampling_timer; variable
421 hrtimer_forward_now(&profiling_sampling_timer, ns_to_ktime(profiling_sample_rate)); in _mali_profiling_sampling_counters()
695 hrtimer_init(&profiling_sampling_timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL); in _mali_osk_profiling_init()
697 profiling_sampling_timer.function = _mali_profiling_sampling_counters; in _mali_osk_profiling_init()
707 hrtimer_cancel(&profiling_sampling_timer); in _mali_osk_profiling_term()
744 hrtimer_cancel(&profiling_sampling_timer); in _mali_osk_profiling_stop_sampling()
1083 hrtimer_start(&profiling_sampling_timer, in _mali_ukk_profiling_control_set()