call_return       500 tools/perf/util/db-export.c int db_export__call_return(struct db_export *dbe, struct call_return *cr,
call_return        23 tools/perf/util/db-export.h struct call_return;
call_return        59 tools/perf/util/db-export.h 				  struct call_return *cr);
call_return       105 tools/perf/util/db-export.h int db_export__call_return(struct db_export *dbe, struct call_return *cr,
call_return      1211 tools/perf/util/scripting-engines/trace-event-python.c 				     struct call_return *cr)
call_return      1269 tools/perf/util/scripting-engines/trace-event-python.c static int python_process_call_return(struct call_return *cr, u64 *parent_db_id,
call_return      1556 tools/perf/util/scripting-engines/trace-event-python.c 	SET_TABLE_HANDLER(call_return);
call_return       281 tools/perf/util/thread-stack.c 	struct call_return cr = {
call_return       501 tools/perf/util/thread-stack.c call_return_processor__new(int (*process)(struct call_return *cr, u64 *parent_db_id, void *data),
call_return        79 tools/perf/util/thread-stack.h 	int (*process)(struct call_return *cr, u64 *parent_db_id, void *data);
call_return        93 tools/perf/util/thread-stack.h call_return_processor__new(int (*process)(struct call_return *cr, u64 *parent_db_id, void *data),