Home
last modified time | relevance | path

Searched refs:comm_prefix (Results 1 – 8 of 8) sorted by relevance

/linux/tools/tracing/rtla/src/
H A Dutils.c284 static int procfs_is_workload_pid(const char *comm_prefix, struct dirent *proc_entry) in procfs_is_workload_pid() argument
319 retval = strncmp(comm_prefix, buffer, strlen(comm_prefix)); in procfs_is_workload_pid()
337 int set_comm_sched_attr(const char *comm_prefix, struct sched_attr *attr) in set_comm_sched_attr() argument
344 if (strlen(comm_prefix) >= MAX_PATH) { in set_comm_sched_attr()
346 MAX_PATH, comm_prefix); in set_comm_sched_attr()
358 retval = procfs_is_workload_pid(comm_prefix, proc_entry); in set_comm_sched_attr()
886 int set_comm_cgroup(const char *comm_prefix, const char *cgroup) in set_comm_cgroup() argument
893 if (strlen(comm_prefix) >= MAX_PATH) { in set_comm_cgroup()
895 MAX_PATH, comm_prefix); in set_comm_cgroup()
911 retval = procfs_is_workload_pid(comm_prefix, proc_entry); in set_comm_cgroup()
H A Dutils.h68 int set_comm_sched_attr(const char *comm_prefix, struct sched_attr *attr);
69 int set_comm_cgroup(const char *comm_prefix, const char *cgroup);
H A Dcommon.c218 retval = set_comm_sched_attr(ops->comm_prefix, &params->sched_param); in run_tool()
226 retval = set_comm_cgroup(ops->comm_prefix, params->cgroup_name); in run_tool()
H A Dcommon.h135 const char *comm_prefix; member
H A Dosnoise_top.c520 .comm_prefix = "osnoise/",
H A Dosnoise_hist.c693 .comm_prefix = "osnoise/",
H A Dtimerlat_top.c880 .comm_prefix = "timerlat/",
H A Dtimerlat_hist.c1105 .comm_prefix = "timerlat/",