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

/linux-4.4.14/tools/perf/util/
H A Dthread-stack.h46 * struct call_return - paired call/return information.
58 struct call_return { struct
81 * In combination with the call_return structure, the call_path structure
103 call_return_processor__new(int (*process)(struct call_return *cr, void *data),
H A Ddb-export.h31 struct call_return;
65 struct call_return *cr);
104 int db_export__call_return(struct db_export *dbe, struct call_return *cr);
H A Dthread-stack.c59 int (*process)(struct call_return *cr, void *data);
201 struct call_return cr = { thread_stack__call_return()
441 call_return_processor__new(int (*process)(struct call_return *cr, void *data), call_return_processor__new()
H A Ddb-export.c418 int db_export__call_return(struct db_export *dbe, struct call_return *cr) db_export__call_return()
/linux-4.4.14/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c733 struct call_return *cr) python_export_call_return()
760 static int python_process_call_return(struct call_return *cr, void *data) python_process_call_return()
948 SET_TABLE_HANDLER(call_return); set_table_handlers()

Completed in 57 milliseconds