Searched refs:comm__new (Results 1 – 3 of 3) sorted by relevance
23 struct comm *comm__new(const char *str, u64 timestamp, bool exec);
108 struct comm *comm__new(const char *str, u64 timestamp, bool exec) in comm__new() function
64 comm = comm__new(comm_str, 0, false); in thread__new()245 new = comm__new(str, timestamp, exec); in ____thread__set_comm()