Searched refs:db_export__threads (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | db-export.c | 290 static int db_export__threads(struct db_export *dbe, struct thread *thread, in db_export__threads() function 369 err = db_export__threads(dbe, thread, main_thread, al->maps->machine, &comm); in db_export__sample() 539 err = db_export__threads(dbe, thread, main_thread, machine, comm_ptr); in db_export__pid_tid()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | db-export.c | 294 static int db_export__threads(struct db_export *dbe, struct thread *thread, in db_export__threads() function 375 err = db_export__threads(dbe, thread, main_thread, machine, &comm); in db_export__sample() 543 err = db_export__threads(dbe, thread, main_thread, machine, comm_ptr); in db_export__pid_tid()
|
Completed in 3 milliseconds