Searched refs:comm_prefix (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/tracing/rtla/src/ |
| H A D | utils.c | 283 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 D | utils.h | 67 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 D | common.c | 138 retval = set_comm_sched_attr(ops->comm_prefix, ¶ms->sched_param); in run_tool() 146 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 | 572 .comm_prefix = "osnoise/",
|
| H A D | osnoise_hist.c | 745 .comm_prefix = "osnoise/",
|
| H A D | timerlat_top.c | 926 .comm_prefix = "timerlat/",
|
| H A D | timerlat_hist.c | 1151 .comm_prefix = "timerlat/",
|