Home
last modified time | relevance | path

Searched defs:comm_str (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dcomm.c7 struct comm_str { struct
16 static struct comm_str *comm_str__get(struct comm_str *cs) in comm_str__get() argument
Dcomm.h11 struct comm_str *comm_str; member
Dthread.c31 char *comm_str; in thread__new() local
/linux-4.4.14/tools/perf/scripts/python/
Dexport-to-postgresql.py666 def comm_table(comm_id, comm_str, *x): argument