Home
last modified time | relevance | path

Searched refs:get_comm (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/tools/perf/util/
Dthread_map.c318 static int get_comm(char **comm, pid_t pid) in get_comm() function
357 if (get_comm(&comm, pid)) in comm_init()
/linux-6.1.9/tools/vm/
Dpage_owner_sort.c386 static char *get_comm(char *buf) in get_comm() function
486 char *comm = get_comm(buf); in is_need()
514 list[list_size].comm = get_comm(buf); in add_list()
/linux-6.1.9/fs/dlm/
Dconfig.c846 static struct dlm_comm *get_comm(int nodeid) in get_comm() function
928 struct dlm_comm *cm = get_comm(nodeid); in dlm_comm_seq()
/linux-6.1.9/tools/lib/traceevent/
Dparse-filter.c1528 get_comm(struct tep_event *event, struct tep_record *record) in get_comm() function
1548 name = get_comm(event, record); in get_value()
1758 val = get_comm(event, record); in test_str()