Home
last modified time | relevance | path

Searched refs:thread__db_id (Results 1 – 3 of 3) 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
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1193 tuple_set_d64(t, 0, thread__db_id(thread)); in python_export_thread()
1216 tuple_set_d64(t, 2, thread__db_id(thread)); in python_export_comm()
1237 tuple_set_d64(t, 2, thread__db_id(thread)); in python_export_comm_thread()
1322 tuple_set_d64(t, 3, thread__db_id(es->al->thread)); in python_export_sample_table()
1415 tuple_set_d64(t, 1, thread__db_id(cr->thread)); in python_export_call_return()