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

/linux-master/tools/perf/util/
H A Dthread-stack.h38 * struct call_return - paired call/return information.
53 struct call_return { struct
78 int (*process)(struct call_return *cr, u64 *parent_db_id, void *data);
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 Ddb-export.c504 int db_export__call_return(struct db_export *dbe, struct call_return *cr,
H A Dthread-stack.c304 struct call_return cr = {
754 call_return_processor__new(int (*process)(struct call_return *cr, u64 *parent_db_id, void *data),
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1401 struct call_return *cr)
1459 static int python_process_call_return(struct call_return *cr, u64 *parent_db_id,
1883 SET_TABLE_HANDLER(call_return);

Completed in 167 milliseconds