Searched refs:pid_str (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/block/ |
D | bfq-iosched.h | 1099 char pid_str[MAX_BFQQ_NAME_LENGTH]; \ 1102 bfq_bfqq_name((bfqq), pid_str, MAX_BFQQ_NAME_LENGTH); \ 1105 "%s " fmt, pid_str, ##args); \ 1116 char pid_str[MAX_BFQQ_NAME_LENGTH]; \ 1119 bfq_bfqq_name((bfqq), pid_str, MAX_BFQQ_NAME_LENGTH); \ 1120 blk_add_trace_msg((bfqd)->queue, "%s " fmt, pid_str, ##args); \
|
/linux-6.1.9/tools/perf/util/ |
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.1.9/tools/vm/ |
D | page_owner_sort.c | 315 char pid_str[FIELD_BUFF] = {0}; in get_pid() local 318 search_pattern(&pid_pattern, pid_str, buf); in get_pid() 320 pid = strtol(pid_str, &endptr, 10); in get_pid() 321 if (errno != 0 || endptr == pid_str || *endptr != '\0') { in get_pid()
|
/linux-6.1.9/kernel/trace/ |
D | trace_functions_graph.c | 347 char pid_str[11]; in print_graph_proc() local 354 sprintf(pid_str, "%d", pid); in print_graph_proc() 357 len = strlen(comm) + strlen(pid_str) + 1; in print_graph_proc() 366 trace_seq_printf(s, "%s-%s", comm, pid_str); in print_graph_proc()
|