Home
last modified time | relevance | path

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

/Linux-v6.6/tools/tracing/rtla/src/
Dutils.h59 int parse_cpu_set(char *cpu_list, cpu_set_t *set);
Dosnoise_top.c406 retval = parse_cpu_set(optarg, &params->monitored_cpus); in osnoise_top_parse_args()
447 retval = parse_cpu_set(optarg, &params->hk_cpu_set); in osnoise_top_parse_args()
Dtimerlat_top.c470 retval = parse_cpu_set(optarg, &params->monitored_cpus); in timerlat_top_parse_args()
510 retval = parse_cpu_set(optarg, &params->hk_cpu_set); in timerlat_top_parse_args()
Dosnoise_hist.c562 retval = parse_cpu_set(optarg, &params->monitored_cpus); in osnoise_hist_parse_args()
608 retval = parse_cpu_set(optarg, &params->hk_cpu_set); in osnoise_hist_parse_args()
Dtimerlat_hist.c636 retval = parse_cpu_set(optarg, &params->monitored_cpus); in timerlat_hist_parse_args()
687 retval = parse_cpu_set(optarg, &params->hk_cpu_set); in timerlat_hist_parse_args()
Dutils.c99 int parse_cpu_set(char *cpu_list, cpu_set_t *set) in parse_cpu_set() function