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

/linux-4.1.27/tools/perf/util/
H A Dcomm.h22 struct comm *comm__new(const char *str, u64 timestamp, bool exec);
H A Dcomm.c77 struct comm *comm__new(const char *str, u64 timestamp, bool exec) comm__new() function
H A Dthread.c50 comm = comm__new(comm_str, 0, false); thread__new()
132 new = comm__new(str, timestamp, exec); __thread__set_comm()

Completed in 99 milliseconds