Searched refs:pid_str (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/tools/tracing/rtla/src/ |
| H A D | utils.c | 783 char pid_str[24]; in set_pid_cgroup() local 813 snprintf(pid_str, sizeof(pid_str), "%d\n", pid); in set_pid_cgroup() 815 retval = write(cg_fd, pid_str, strlen(pid_str)); in set_pid_cgroup() 818 pid_str, strerror(errno)); in set_pid_cgroup() 820 debug_msg("Set cgroup attributes for pid:%s\n", pid_str); in set_pid_cgroup()
|
| /linux-6.15/block/ |
| H A D | bfq-iosched.h | 1179 char pid_str[MAX_BFQQ_NAME_LENGTH]; \ 1182 bfq_bfqq_name((bfqq), pid_str, MAX_BFQQ_NAME_LENGTH); \ 1185 "%s " fmt, pid_str, ##args); \ 1191 char pid_str[MAX_BFQQ_NAME_LENGTH]; \ 1194 bfq_bfqq_name((bfqq), pid_str, MAX_BFQQ_NAME_LENGTH); \ 1195 blk_add_trace_msg((bfqd)->queue, "%s " fmt, pid_str, ##args); \
|
| /linux-6.15/tools/mm/ |
| H A D | page_owner_sort.c | 316 char pid_str[FIELD_BUFF] = {0}; in get_pid() local 319 search_pattern(&pid_pattern, pid_str, buf); in get_pid() 321 pid = strtol(pid_str, &endptr, 10); in get_pid() 322 if (errno != 0 || endptr == pid_str || *endptr != '\0') { in get_pid()
|
| /linux-6.15/tools/perf/util/ |
| H A D | thread_map.c | 181 static struct perf_thread_map *thread_map__new_by_pid_str(const char *pid_str) in thread_map__new_by_pid_str() argument 192 struct strlist *slist = strlist__new(pid_str, &slist_config); in thread_map__new_by_pid_str()
|
| /linux-6.15/kernel/trace/ |
| H A D | trace_functions_graph.c | 530 char pid_str[11]; in print_graph_proc() local 537 sprintf(pid_str, "%d", pid); in print_graph_proc() 540 len = strlen(comm) + strlen(pid_str) + 1; in print_graph_proc() 549 trace_seq_printf(s, "%s-%s", comm, pid_str); in print_graph_proc()
|
| /linux-6.15/arch/x86/kernel/cpu/resctrl/ |
| H A D | rdtgroup.c | 775 char *pid_str; in rdtgroup_tasks_write() local 794 pid_str = strim(strsep(&buf, ",")); in rdtgroup_tasks_write() 796 if (kstrtoint(pid_str, 0, &pid)) { in rdtgroup_tasks_write() 797 rdt_last_cmd_printf("Task list parsing error pid %s\n", pid_str); in rdtgroup_tasks_write()
|