Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dcomm.h22 struct comm *comm__new(const char *str, u64 timestamp, bool exec);
Dthread.c50 comm = comm__new(comm_str, 0, false); in thread__new()
136 new = comm__new(str, timestamp, exec); in __thread__set_comm()
Dcomm.c82 struct comm *comm__new(const char *str, u64 timestamp, bool exec) in comm__new() function