Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/scripting-engines/
Dtrace-event-python.c932 static int tuple_set_u64(PyObject *t, unsigned int pos, u64 val) in tuple_set_u64() function
965 tuple_set_u64(t, 0, evsel->db_id); in python_export_evsel()
983 tuple_set_u64(t, 0, machine->db_id); in python_export_machine()
1002 tuple_set_u64(t, 0, thread->db_id); in python_export_thread()
1003 tuple_set_u64(t, 1, machine->db_id); in python_export_thread()
1004 tuple_set_u64(t, 2, main_thread_db_id); in python_export_thread()
1023 tuple_set_u64(t, 0, comm->db_id); in python_export_comm()
1025 tuple_set_u64(t, 2, thread->db_id); in python_export_comm()
1026 tuple_set_u64(t, 3, comm->start); in python_export_comm()
1044 tuple_set_u64(t, 0, db_id); in python_export_comm_thread()
[all …]