Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/timers/
H A Dfreq-step.c48 static double get_sample(struct sample *sample) in get_sample() function
169 get_sample(&samples[i]); in run_test()
224 precision = get_sample(&sample) / 2.0; in init_test()
/linux/kernel/trace/
H A Dtrace_hwlat.c193 * get_sample - sample the CPU TSC and look for likely hardware latencies
198 static int get_sample(void)
347 * Used to periodically sample the CPU TSC via a call to get_sample. We
364 get_sample(); in kthread_fn()
199 static int get_sample(void) get_sample() function