Home
last modified time | relevance | path

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

/openbmc/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.h251 static inline u64 thread__db_id(const struct thread *thread) in thread__db_id() function
/openbmc/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1178 tuple_set_d64(t, 0, thread__db_id(thread)); in python_export_thread()
1201 tuple_set_d64(t, 2, thread__db_id(thread)); in python_export_comm()
1222 tuple_set_d64(t, 2, thread__db_id(thread)); in python_export_comm_thread()
1307 tuple_set_d64(t, 3, thread__db_id(es->al->thread)); in python_export_sample_table()
1397 tuple_set_d64(t, 1, thread__db_id(cr->thread)); in python_export_call_return()