Home
last modified time | relevance | path

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

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