Home
last modified time | relevance | path

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

/linux-6.15/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.h249 static inline u64 thread__db_id(const struct thread *thread) in thread__db_id() function
/linux-6.15/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1181 tuple_set_d64(t, 0, thread__db_id(thread)); in python_export_thread()
1204 tuple_set_d64(t, 2, thread__db_id(thread)); in python_export_comm()
1225 tuple_set_d64(t, 2, thread__db_id(thread)); in python_export_comm_thread()
1310 tuple_set_d64(t, 3, thread__db_id(es->al->thread)); in python_export_sample_table()
1403 tuple_set_d64(t, 1, thread__db_id(cr->thread)); in python_export_call_return()