Home
last modified time | relevance | path

Searched refs:hk_cpu_set (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Dosnoise_top.c43 cpu_set_t hk_cpu_set; member
451 retval = parse_cpu_set(optarg, &params->hk_cpu_set); in osnoise_top_parse_args()
589 retval = sched_setaffinity(getpid(), sizeof(params->hk_cpu_set), in osnoise_top_apply_config()
590 &params->hk_cpu_set); in osnoise_top_apply_config()
H A Dtimerlat_top.c46 cpu_set_t hk_cpu_set; member
514 retval = parse_cpu_set(optarg, &params->hk_cpu_set); in timerlat_top_parse_args()
672 retval = sched_setaffinity(getpid(), sizeof(params->hk_cpu_set), in timerlat_top_apply_config()
673 &params->hk_cpu_set); in timerlat_top_apply_config()
H A Dosnoise_hist.c36 cpu_set_t hk_cpu_set; member
611 retval = parse_cpu_set(optarg, &params->hk_cpu_set); in osnoise_hist_parse_args()
753 retval = sched_setaffinity(getpid(), sizeof(params->hk_cpu_set), in osnoise_hist_apply_config()
754 &params->hk_cpu_set); in osnoise_hist_apply_config()
H A Dtimerlat_hist.c43 cpu_set_t hk_cpu_set; member
690 retval = parse_cpu_set(optarg, &params->hk_cpu_set); in timerlat_hist_parse_args()
862 retval = sched_setaffinity(getpid(), sizeof(params->hk_cpu_set), in timerlat_hist_apply_config()
863 &params->hk_cpu_set); in timerlat_hist_apply_config()

Completed in 5 milliseconds