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

/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1124 static int tuple_set_s32(PyObject *t, unsigned int pos, s32 val) function
1171 tuple_set_s32(t, 1, machine->pid);
1192 tuple_set_s32(t, 3, thread__pid(thread));
1193 tuple_set_s32(t, 4, thread__tid(thread));
1214 tuple_set_s32(t, 4, comm->exec);
1279 tuple_set_s32(t, 4, sym->binding);
1297 tuple_set_s32(t, 0, branch_type);
1325 tuple_set_s32(t, 10, es->sample->cpu);
1334 tuple_set_s32(t, 19, es->sample->flags & PERF_BRANCH_MASK);
1335 tuple_set_s32(
[all...]

Completed in 142 milliseconds