Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Ddb-export.c300 struct comm *curr_comm; in db_export__threads() local
342 curr_comm = thread__comm(thread); in db_export__threads()
343 if (curr_comm) in db_export__threads()
344 return db_export__comm(dbe, curr_comm, thread); in db_export__threads()