Home
last modified time | relevance | path

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

/tools/perf/util/
Ddb-export.c65 u64 main_thread_db_id = 0; in db_export__thread() local
73 main_thread_db_id = thread__db_id(main_thread); in db_export__thread()
76 return dbe->export_thread(dbe, thread, main_thread_db_id, in db_export__thread()
Ddb-export.h45 u64 main_thread_db_id, struct machine *machine);
/tools/perf/util/scripting-engines/
Dtrace-event-python.c1171 u64 main_thread_db_id, struct machine *machine) in python_export_thread() argument
1180 tuple_set_d64(t, 2, main_thread_db_id); in python_export_thread()