Searched refs:db_export__pid_tid (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | db-export.c | 524 static int db_export__pid_tid(struct db_export *dbe, struct machine *machine, in db_export__pid_tid() function 570 err = db_export__pid_tid(dbe, machine, sample->pid, sample->tid, in db_export__switch() 579 err = db_export__pid_tid(dbe, machine, pid, tid, &th_b_id, in db_export__switch()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | db-export.c | 528 static int db_export__pid_tid(struct db_export *dbe, struct machine *machine, in db_export__pid_tid() function 574 err = db_export__pid_tid(dbe, machine, sample->pid, sample->tid, in db_export__switch() 583 err = db_export__pid_tid(dbe, machine, pid, tid, &th_b_id, in db_export__switch()
|
Completed in 2 milliseconds