Searched refs:comm_prefix (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/tracing/rtla/src/ |
| H A D | utils.c | 284 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 D | utils.h | 68 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 D | common.c | 218 retval = set_comm_sched_attr(ops->comm_prefix, ¶ms->sched_param); in run_tool() 226 retval = set_comm_cgroup(ops->comm_prefix, params->cgroup_name); in run_tool()
|
| H A D | common.h | 135 const char *comm_prefix; member
|
| H A D | osnoise_top.c | 520 .comm_prefix = "osnoise/",
|
| H A D | osnoise_hist.c | 693 .comm_prefix = "osnoise/",
|
| H A D | timerlat_top.c | 880 .comm_prefix = "timerlat/",
|
| H A D | timerlat_hist.c | 1105 .comm_prefix = "timerlat/",
|