Lines Matching full:sampling
27 * sampling the built-in CPU timer, looking for discontiguous readings.
109 u64 sample_window; /* total sampling window (on+off) */
110 u64 sample_width; /* active sampling portion of window */
351 * kthread_fn - The CPU time sampling/hardware latency detection kernel thread
391 * stop_stop_kthread - Inform the hardware latency sampling/detector kthread to stop
393 * This kicks the running hardware latency sampling/detector kernel thread and
394 * tells it to stop sampling now. Use this on unload and at system shutdown.
416 * start_single_kthread - Kick off the hardware latency sampling/detector kthread
434 pr_err(BANNER "could not start sampling thread\n"); in start_single_kthread()
473 * stop_per_cpu_kthreads - Inform the hardware latency sampling/detector kthread to stop
475 * This kicks the running hardware latency sampling/detector kernel threads and
476 * tells it to stop sampling now. Use this on unload and at system shutdown.
501 pr_err(BANNER "could not start sampling thread\n"); in start_cpu_kthread()
575 * start_per_cpu_kthreads - Kick off the hardware latency sampling/detector kthreads