Searched refs:main_thread_db_id (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
H A D | db-export.c | 126 u64 main_thread_db_id = 0; db_export__thread() local 153 main_thread_db_id = main_thread->db_id; db_export__thread() 159 return dbe->export_thread(dbe, thread, main_thread_db_id, db_export__thread()
|
H A D | db-export.h | 52 u64 main_thread_db_id, struct machine *machine);
|
/linux-4.4.14/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 551 u64 main_thread_db_id, struct machine *machine) python_export_thread() 560 tuple_set_u64(t, 2, main_thread_db_id); python_export_thread() 550 python_export_thread(struct db_export *dbe, struct thread *thread, u64 main_thread_db_id, struct machine *machine) python_export_thread() argument
|
Completed in 134 milliseconds