Searched defs:comm_str (Results 1 – 10 of 10) sorted by relevance
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | comm.c | 12 struct comm_str { struct 22 static struct comm_str *comm_str__get(struct comm_str *cs) in comm_str__get() argument
|
| D | comm.h | 12 struct comm_str *comm_str; member
|
| D | thread.c | 41 char *comm_str; in thread__new() local
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| D | comm.c | 12 struct comm_str { struct 22 static struct comm_str *comm_str__get(struct comm_str *cs) in comm_str__get() argument
|
| D | comm.h | 12 struct comm_str *comm_str; member
|
| D | thread.c | 47 char comm_str[32]; in thread__new() local
|
| /kernel/linux/linux-6.6/tools/perf/tests/ |
| D | dlfilter-test.c | 125 static int write_comm(int fd, pid_t pid, pid_t tid, const char *comm_str) in write_comm()
|
| /kernel/linux/linux-5.10/tools/perf/scripts/python/ |
| D | export-to-postgresql.py | 991 def comm_table(comm_id, comm_str, thread_id, time, exec_flag, *x): argument
|
| /kernel/linux/linux-6.6/tools/perf/scripts/python/ |
| D | export-to-postgresql.py | 994 def comm_table(comm_id, comm_str, thread_id, time, exec_flag, *x): argument
|
| /kernel/linux/linux-6.6/tools/mm/ |
| D | page_owner_sort.c | 389 char *comm_str = malloc(TASK_COMM_LEN); in get_comm() local
|