Home
last modified time | relevance | path

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

/Linux-v6.6/tools/tracing/rtla/src/
Dosnoise_top.c43 cpu_set_t hk_cpu_set; member
447 retval = parse_cpu_set(optarg, &params->hk_cpu_set); in osnoise_top_parse_args()
585 retval = sched_setaffinity(getpid(), sizeof(params->hk_cpu_set), in osnoise_top_apply_config()
586 &params->hk_cpu_set); in osnoise_top_apply_config()
Dtimerlat_top.c46 cpu_set_t hk_cpu_set; member
510 retval = parse_cpu_set(optarg, &params->hk_cpu_set); in timerlat_top_parse_args()
668 retval = sched_setaffinity(getpid(), sizeof(params->hk_cpu_set), in timerlat_top_apply_config()
669 &params->hk_cpu_set); in timerlat_top_apply_config()
Dosnoise_hist.c36 cpu_set_t hk_cpu_set; member
608 retval = parse_cpu_set(optarg, &params->hk_cpu_set); in osnoise_hist_parse_args()
750 retval = sched_setaffinity(getpid(), sizeof(params->hk_cpu_set), in osnoise_hist_apply_config()
751 &params->hk_cpu_set); in osnoise_hist_apply_config()
Dtimerlat_hist.c43 cpu_set_t hk_cpu_set; member
687 retval = parse_cpu_set(optarg, &params->hk_cpu_set); in timerlat_hist_parse_args()
859 retval = sched_setaffinity(getpid(), sizeof(params->hk_cpu_set), in timerlat_hist_apply_config()
860 &params->hk_cpu_set); in timerlat_hist_apply_config()