Searched refs:hk_cpu_set (Results 1 – 4 of 4) sorted by relevance
/linux/tools/tracing/rtla/src/ |
H A D | osnoise_top.c | 46 cpu_set_t hk_cpu_set; member 465 retval = parse_cpu_set(optarg, ¶ms->hk_cpu_set); in osnoise_top_parse_args() 613 retval = sched_setaffinity(getpid(), sizeof(params->hk_cpu_set), in osnoise_top_apply_config() 614 ¶ms->hk_cpu_set); in osnoise_top_apply_config()
|
H A D | osnoise_hist.c | 36 cpu_set_t hk_cpu_set; member 631 retval = parse_cpu_set(optarg, ¶ms->hk_cpu_set); in osnoise_hist_parse_args() 783 retval = sched_setaffinity(getpid(), sizeof(params->hk_cpu_set), in osnoise_hist_apply_config() 784 ¶ms->hk_cpu_set); in osnoise_hist_apply_config()
|
H A D | timerlat_top.c | 51 cpu_set_t hk_cpu_set; member 635 retval = parse_cpu_set(optarg, ¶ms->hk_cpu_set); in timerlat_top_parse_args() 812 retval = sched_setaffinity(getpid(), sizeof(params->hk_cpu_set), in timerlat_top_apply_config() 813 ¶ms->hk_cpu_set); in timerlat_top_apply_config()
|
H A D | timerlat_hist.c | 45 cpu_set_t hk_cpu_set; member 855 retval = parse_cpu_set(optarg, ¶ms->hk_cpu_set); in timerlat_hist_parse_args() 1046 retval = sched_setaffinity(getpid(), sizeof(params->hk_cpu_set), in timerlat_hist_apply_config() 1047 ¶ms->hk_cpu_set); in timerlat_hist_apply_config()
|