comm__new
struct comm *comm__new(const char *str, u64 timestamp, bool exec);
new = comm__new(str, timestamp, exec);
comm = comm__new(comm_str, 0, false);