Searched refs:db_export__call_path (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | db-export.c | 387 db_export__call_path(dbe, cp); in db_export__sample() 479 int db_export__call_path(struct db_export *dbe, struct call_path *cp) in db_export__call_path() function 487 err = db_export__call_path(dbe, cp->parent); in db_export__call_path() 505 err = db_export__call_path(dbe, cr->cp); in db_export__call_return()
|
H A D | db-export.h | 104 int db_export__call_path(struct db_export *dbe, struct call_path *cp);
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | db-export.c | 393 db_export__call_path(dbe, cp); in db_export__sample() 483 int db_export__call_path(struct db_export *dbe, struct call_path *cp) in db_export__call_path() function 491 err = db_export__call_path(dbe, cp->parent); in db_export__call_path() 509 err = db_export__call_path(dbe, cr->cp); in db_export__call_return()
|
H A D | db-export.h | 104 int db_export__call_path(struct db_export *dbe, struct call_path *cp);
|
Completed in 3 milliseconds