Searched refs:comm__new (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/perf/util/
H A Dcomm.h23 struct comm *comm__new(const char *str, u64 timestamp, bool exec);
H A Dcomm.c108 struct comm *comm__new(const char *str, u64 timestamp, bool exec) function
H A Dthread.c64 comm = comm__new(comm_str, 0, false);
245 new = comm__new(str, timestamp, exec);

Completed in 144 milliseconds