Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dutils.h67 int set_comm_sched_attr(const char *comm_prefix, struct sched_attr *attr);
H A Dcommon.c138 retval = set_comm_sched_attr(ops->comm_prefix, &params->sched_param); in run_tool()
H A Dutils.c335 int set_comm_sched_attr(const char *comm_prefix, struct sched_attr *attr) in set_comm_sched_attr() function