Searched refs:tuple_set_d64 (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 1223 tuple_set_d64(t, 0, db_id); in python_export_comm_thread() 1270 tuple_set_d64(t, 3, sym->end); in python_export_symbol() 1307 tuple_set_d64(t, 0, es->db_id); in python_export_sample_table() 1348 tuple_set_d64(t, 0, es->db_id); in python_export_synth() 1381 tuple_set_d64(t, 0, cp->db_id); in python_export_call_path() 1383 tuple_set_d64(t, 2, sym_db_id); in python_export_call_path() 1384 tuple_set_d64(t, 3, cp->ip); in python_export_call_path() 1402 tuple_set_d64(t, 0, cr->db_id); in python_export_call_return() 1435 tuple_set_d64(t, 0, db_id); in python_export_context_switch() 1439 tuple_set_d64(t, 4, th_out_id); in python_export_context_switch() [all …]
|