Searched refs:call_return (Results 1 – 5 of 5) sorted by relevance
/linux/tools/perf/util/ |
H A D | thread-stack.h | 53 struct call_return { struct 78 int (*process)(struct call_return *cr, u64 *parent_db_id, void *data); argument 101 call_return_processor__new(int (*process)(struct call_return *cr, u64 *parent_db_id, void *data),
|
H A D | db-export.h | 23 struct call_return; 59 struct call_return *cr); 105 int db_export__call_return(struct db_export *dbe, struct call_return *cr,
|
H A D | thread-stack.c | 304 struct call_return cr = { in thread_stack__call_return() 754 call_return_processor__new(int (*process)(struct call_return *cr, u64 *parent_db_id, void *data), in call_return_processor__new()
|
H A D | db-export.c | 504 int db_export__call_return(struct db_export *dbe, struct call_return *cr, in db_export__call_return()
|
/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 1406 struct call_return *cr) in python_export_call_return() 1464 static int python_process_call_return(struct call_return *cr, u64 *parent_db_id, in python_process_call_return() 1890 SET_TABLE_HANDLER(call_return); in set_table_handlers()
|