Searched refs:hk_cpu_set (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/tracing/rtla/src/ |
H A D | osnoise_top.c | 43 cpu_set_t hk_cpu_set; member 451 retval = parse_cpu_set(optarg, ¶ms->hk_cpu_set); in osnoise_top_parse_args() 589 retval = sched_setaffinity(getpid(), sizeof(params->hk_cpu_set), in osnoise_top_apply_config() 590 ¶ms->hk_cpu_set); in osnoise_top_apply_config()
|
H A D | timerlat_top.c | 46 cpu_set_t hk_cpu_set; member 507 retval = parse_cpu_set(optarg, ¶ms->hk_cpu_set); in timerlat_top_parse_args() 665 retval = sched_setaffinity(getpid(), sizeof(params->hk_cpu_set), in timerlat_top_apply_config() 666 ¶ms->hk_cpu_set); in timerlat_top_apply_config()
|
H A D | osnoise_hist.c | 36 cpu_set_t hk_cpu_set; member 611 retval = parse_cpu_set(optarg, ¶ms->hk_cpu_set); in osnoise_hist_parse_args() 753 retval = sched_setaffinity(getpid(), sizeof(params->hk_cpu_set), in osnoise_hist_apply_config() 754 ¶ms->hk_cpu_set); in osnoise_hist_apply_config()
|
H A D | timerlat_hist.c | 43 cpu_set_t hk_cpu_set; member 714 retval = parse_cpu_set(optarg, ¶ms->hk_cpu_set); in timerlat_hist_parse_args() 886 retval = sched_setaffinity(getpid(), sizeof(params->hk_cpu_set), in timerlat_hist_apply_config() 887 ¶ms->hk_cpu_set); in timerlat_hist_apply_config()
|