Searched refs:comm__new (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | comm.h | 23 struct comm *comm__new(const char *str, u64 timestamp, bool exec);
|
H A D | comm.c | 108 struct comm *comm__new(const char *str, u64 timestamp, bool exec) in comm__new() function
|
H A D | thread.c | 61 comm = comm__new(comm_str, 0, false); in thread__new() 250 new = comm__new(str, timestamp, exec); in ____thread__set_comm()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | comm.h | 23 struct comm *comm__new(const char *str, u64 timestamp, bool exec);
|
H A D | comm.c | 108 struct comm *comm__new(const char *str, u64 timestamp, bool exec) in comm__new() function
|
H A D | thread.c | 64 comm = comm__new(comm_str, 0, false); in thread__new() 245 new = comm__new(str, timestamp, exec); in ____thread__set_comm()
|
Completed in 3 milliseconds