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.c283 static int procfs_is_workload_pid(const char *comm_prefix, struct dirent *proc_entry) in procfs_is_workload_pid() argument
317 retval = strncmp(comm_prefix, buffer, strlen(comm_prefix)); in procfs_is_workload_pid()
335 int set_comm_sched_attr(const char *comm_prefix, struct sched_attr *attr) in set_comm_sched_attr() argument
341 if (strlen(comm_prefix) >= MAX_PATH) { in set_comm_sched_attr()
343 MAX_PATH, comm_prefix); in set_comm_sched_attr()
355 retval = procfs_is_workload_pid(comm_prefix, proc_entry); in set_comm_sched_attr()
854 int set_comm_cgroup(const char *comm_prefix, const char *cgroup) in set_comm_cgroup() argument
863 if (strlen(comm_prefix) >= MAX_PATH) { in set_comm_cgroup()
865 MAX_PATH, comm_prefix); in set_comm_cgroup()
903 retval = procfs_is_workload_pid(comm_prefix, proc_entry); in set_comm_cgroup()
H A Dutils.h67 int set_comm_sched_attr(const char *comm_prefix, struct sched_attr *attr);
68 int set_comm_cgroup(const char *comm_prefix, const char *cgroup);
H A Dcommon.c138 retval = set_comm_sched_attr(ops->comm_prefix, &params->sched_param); in run_tool()
146 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.c572 .comm_prefix = "osnoise/",
H A Dosnoise_hist.c745 .comm_prefix = "osnoise/",
H A Dtimerlat_top.c926 .comm_prefix = "timerlat/",
H A Dtimerlat_hist.c1151 .comm_prefix = "timerlat/",