Searched refs:tuple_set_s32 (Results  1 – 1 of 1) sorted by relevance
| /Linux-v6.6/tools/perf/util/scripting-engines/ | 
| D | trace-event-python.c | 1113 static int tuple_set_s32(PyObject *t, unsigned int pos, s32 val)  in tuple_set_s32()  function1160 	tuple_set_s32(t, 1, machine->pid);  in python_export_machine()
 1181 	tuple_set_s32(t, 3, thread__pid(thread));  in python_export_thread()
 1182 	tuple_set_s32(t, 4, thread__tid(thread));  in python_export_thread()
 1203 	tuple_set_s32(t, 4, comm->exec);  in python_export_comm()
 1268 	tuple_set_s32(t, 4, sym->binding);  in python_export_symbol()
 1286 	tuple_set_s32(t, 0, branch_type);  in python_export_branch_type()
 1314 	tuple_set_s32(t, 10, es->sample->cpu);  in python_export_sample_table()
 1323 	tuple_set_s32(t, 19, es->sample->flags & PERF_BRANCH_MASK);  in python_export_sample_table()
 1324 	tuple_set_s32(t, 20, !!(es->sample->flags & PERF_IP_FLAG_IN_TX));  in python_export_sample_table()
 [all …]
 
 |