Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dcomm.h24 int comm__override(struct comm *comm, const char *str, u64 timestamp,
Dcomm.c103 int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) in comm__override() function
Dthread.c132 err = comm__override(curr, str, timestamp, exec); in __thread__set_comm()