Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dosnoise_top.c46 cpu_set_t hk_cpu_set; member
465 retval = parse_cpu_set(optarg, &params->hk_cpu_set); in osnoise_top_parse_args()
613 retval = sched_setaffinity(getpid(), sizeof(params->hk_cpu_set), in osnoise_top_apply_config()
614 &params->hk_cpu_set); in osnoise_top_apply_config()
H A Dosnoise_hist.c36 cpu_set_t hk_cpu_set; member
631 retval = parse_cpu_set(optarg, &params->hk_cpu_set); in osnoise_hist_parse_args()
783 retval = sched_setaffinity(getpid(), sizeof(params->hk_cpu_set), in osnoise_hist_apply_config()
784 &params->hk_cpu_set); in osnoise_hist_apply_config()
H A Dtimerlat_top.c51 cpu_set_t hk_cpu_set; member
635 retval = parse_cpu_set(optarg, &params->hk_cpu_set); in timerlat_top_parse_args()
812 retval = sched_setaffinity(getpid(), sizeof(params->hk_cpu_set), in timerlat_top_apply_config()
813 &params->hk_cpu_set); in timerlat_top_apply_config()
H A Dtimerlat_hist.c45 cpu_set_t hk_cpu_set; member
855 retval = parse_cpu_set(optarg, &params->hk_cpu_set); in timerlat_hist_parse_args()
1046 retval = sched_setaffinity(getpid(), sizeof(params->hk_cpu_set), in timerlat_hist_apply_config()
1047 &params->hk_cpu_set); in timerlat_hist_apply_config()