Home
last modified time | relevance | path

Searched defs:parent_db_id (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Dthread-stack.h65 u64 parent_db_id; member
H A Dthread-stack.c309 u64 *parent_db_id; in thread_stack__call_return() local
754 call_return_processor__new(int (*process)(struct call_return *cr, u64 *parent_db_id, void *data), in call_return_processor__new() argument
H A Ddb-export.c509 db_export__call_return(struct db_export * dbe,struct call_return * cr,u64 * parent_db_id) db_export__call_return() argument
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1459 return db_export__call_return(dbe, cr, parent_db_id); in python_process_call_return() argument
1381 u64 parent_db_id, sym_db_id; python_export_call_path() local