Searched refs:parse_cpu_set (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/tools/tracing/rtla/src/ |
D | utils.h | 61 int parse_cpu_set(char *cpu_list, cpu_set_t *set);
|
D | osnoise_top.c | 424 retval = parse_cpu_set(optarg, ¶ms->monitored_cpus); in osnoise_top_parse_args() 465 retval = parse_cpu_set(optarg, ¶ms->hk_cpu_set); in osnoise_top_parse_args()
|
D | osnoise_hist.c | 585 retval = parse_cpu_set(optarg, ¶ms->monitored_cpus); in osnoise_hist_parse_args() 631 retval = parse_cpu_set(optarg, ¶ms->hk_cpu_set); in osnoise_hist_parse_args()
|
D | timerlat_top.c | 595 retval = parse_cpu_set(optarg, ¶ms->monitored_cpus); in timerlat_top_parse_args() 635 retval = parse_cpu_set(optarg, ¶ms->hk_cpu_set); in timerlat_top_parse_args()
|
D | utils.c | 99 int parse_cpu_set(char *cpu_list, cpu_set_t *set) in parse_cpu_set() function
|
D | timerlat_hist.c | 804 retval = parse_cpu_set(optarg, ¶ms->monitored_cpus); in timerlat_hist_parse_args() 855 retval = parse_cpu_set(optarg, ¶ms->hk_cpu_set); in timerlat_hist_parse_args()
|