Searched refs:main_thread_db_id (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
H A D | db-export.c | 125 u64 main_thread_db_id = 0; db_export__thread() local 154 main_thread_db_id = main_thread->db_id; db_export__thread() 158 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.1.27/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 550 u64 main_thread_db_id, struct machine *machine) python_export_thread() 559 tuple_set_u64(t, 2, main_thread_db_id); python_export_thread() 549 python_export_thread(struct db_export *dbe, struct thread *thread, u64 main_thread_db_id, struct machine *machine) python_export_thread() argument
|
Completed in 205 milliseconds