Searched refs:parse_cpu_set (Results 1 – 6 of 6) sorted by relevance
/linux/tools/tracing/rtla/src/ |
H A D | utils.h | 63 int parse_cpu_set(char *cpu_list, cpu_set_t *set);
|
H A D | osnoise_top.c | 390 retval = parse_cpu_set(optarg, ¶ms->monitored_cpus); in osnoise_top_parse_args() 431 retval = parse_cpu_set(optarg, ¶ms->hk_cpu_set); in osnoise_top_parse_args()
|
H A D | osnoise_hist.c | 555 retval = parse_cpu_set(optarg, ¶ms->monitored_cpus); in osnoise_hist_parse_args() 601 retval = parse_cpu_set(optarg, ¶ms->hk_cpu_set); in osnoise_hist_parse_args()
|
H A D | timerlat_top.c | 634 retval = parse_cpu_set(optarg, ¶ms->monitored_cpus); in timerlat_top_parse_args() 674 retval = parse_cpu_set(optarg, ¶ms->hk_cpu_set); in timerlat_top_parse_args()
|
H A D | utils.c | 102 int parse_cpu_set(char *cpu_list, cpu_set_t *set) in parse_cpu_set() function
|
H A D | timerlat_hist.c | 870 retval = parse_cpu_set(optarg, ¶ms->monitored_cpus); in timerlat_hist_parse_args() 921 retval = parse_cpu_set(optarg, ¶ms->hk_cpu_set); in timerlat_hist_parse_args()
|