Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/scripting-engines/
Dtrace-event-python.c939 static int tuple_set_s32(PyObject *t, unsigned int pos, s32 val) in tuple_set_s32() function
975 tuple_set_s32(t, 1, machine->pid); in python_export_machine()
996 tuple_set_s32(t, 3, thread->pid_); in python_export_thread()
997 tuple_set_s32(t, 4, thread->tid); in python_export_thread()
1079 tuple_set_s32(t, 4, sym->binding); in python_export_symbol()
1097 tuple_set_s32(t, 0, branch_type); in python_export_branch_type()
1125 tuple_set_s32(t, 10, es->sample->cpu); in python_export_sample()
1134 tuple_set_s32(t, 19, es->sample->flags & PERF_BRANCH_MASK); in python_export_sample()
1135 tuple_set_s32(t, 20, !!(es->sample->flags & PERF_IP_FLAG_IN_TX)); in python_export_sample()
1187 tuple_set_s32(t, 10, cr->flags); in python_export_call_return()