Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Ddb-export.c67 if (thread__db_id(thread)) in db_export__thread()
73 main_thread_db_id = thread__db_id(main_thread); in db_export__thread()
328 bool export_comm_thread = comm && !thread__db_id(thread); in db_export__threads()
545 *db_id = thread__db_id(thread); in db_export__pid_tid()
H A Dthread.h245 static inline u64 thread__db_id(const struct thread *thread) in thread__db_id() function