Lines Matching refs:cr
1393 struct call_return *cr) in python_export_call_return() argument
1396 u64 comm_db_id = cr->comm ? cr->comm->db_id : 0; in python_export_call_return()
1401 tuple_set_d64(t, 0, cr->db_id); in python_export_call_return()
1402 tuple_set_d64(t, 1, thread__db_id(cr->thread)); in python_export_call_return()
1404 tuple_set_d64(t, 3, cr->cp->db_id); in python_export_call_return()
1405 tuple_set_d64(t, 4, cr->call_time); in python_export_call_return()
1406 tuple_set_d64(t, 5, cr->return_time); in python_export_call_return()
1407 tuple_set_d64(t, 6, cr->branch_count); in python_export_call_return()
1408 tuple_set_d64(t, 7, cr->call_ref); in python_export_call_return()
1409 tuple_set_d64(t, 8, cr->return_ref); in python_export_call_return()
1410 tuple_set_d64(t, 9, cr->cp->parent->db_id); in python_export_call_return()
1411 tuple_set_s32(t, 10, cr->flags); in python_export_call_return()
1412 tuple_set_d64(t, 11, cr->parent_db_id); in python_export_call_return()
1413 tuple_set_d64(t, 12, cr->insn_count); in python_export_call_return()
1414 tuple_set_d64(t, 13, cr->cyc_count); in python_export_call_return()
1451 static int python_process_call_return(struct call_return *cr, u64 *parent_db_id, in python_process_call_return() argument
1456 return db_export__call_return(dbe, cr, parent_db_id); in python_process_call_return()