Home
last modified time | relevance | path

Searched refs:parse_cpu_set (Results 1 – 6 of 6) sorted by relevance

/linux/tools/tracing/rtla/src/
H A Dutils.h65 int parse_cpu_set(char *cpu_list, cpu_set_t *set);
H A Dosnoise_top.c394 retval = parse_cpu_set(optarg, &params->common.monitored_cpus); in osnoise_top_parse_args()
427 retval = parse_cpu_set(optarg, &params->common.hk_cpu_set); in osnoise_top_parse_args()
H A Dosnoise_hist.c548 retval = parse_cpu_set(optarg, &params->common.monitored_cpus); in osnoise_hist_parse_args()
587 retval = parse_cpu_set(optarg, &params->common.hk_cpu_set); in osnoise_hist_parse_args()
H A Dtimerlat_top.c639 retval = parse_cpu_set(optarg, &params->common.monitored_cpus); in timerlat_top_parse_args()
671 retval = parse_cpu_set(optarg, &params->common.hk_cpu_set); in timerlat_top_parse_args()
H A Dtimerlat_hist.c861 retval = parse_cpu_set(optarg, &params->common.monitored_cpus); in timerlat_hist_parse_args()
906 retval = parse_cpu_set(optarg, &params->common.hk_cpu_set); in timerlat_hist_parse_args()
H A Dutils.c117 int parse_cpu_set(char *cpu_list, cpu_set_t *set) in parse_cpu_set() function