Home
last modified time | relevance | path

Searched refs:call_return (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/util/
H A Dthread-stack.h53 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 Ddb-export.h23 struct call_return;
59 struct call_return *cr);
105 int db_export__call_return(struct db_export *dbe, struct call_return *cr,
H A Dthread-stack.c304 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 Ddb-export.c504 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 Dtrace-event-python.c1406 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()