Home
last modified time | relevance | path

Searched refs:parse_prio (Results 1 – 3 of 3) sorted by relevance

/linux/tools/tracing/rtla/src/
H A Dutils.h65 int parse_prio(char *arg, struct sched_attr *sched_param);
H A Dcommon.c108 if (parse_prio(optarg, &common->sched_param) == -1) in common_parse_options()
H A Dutils.c430 int parse_prio(char *arg, struct sched_attr *sched_param) in parse_prio() function