Searched refs:tuple_set_d64 (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 951 #define tuple_set_d64 tuple_set_s64 macro 986 tuple_set_d64(t, 0, evsel->db_id); in python_export_evsel() 1004 tuple_set_d64(t, 0, machine->db_id); in python_export_machine() 1023 tuple_set_d64(t, 0, thread->db_id); in python_export_thread() 1024 tuple_set_d64(t, 1, machine->db_id); in python_export_thread() 1025 tuple_set_d64(t, 2, main_thread_db_id); in python_export_thread() 1044 tuple_set_d64(t, 0, comm->db_id); in python_export_comm() 1046 tuple_set_d64(t, 2, thread->db_id); in python_export_comm() 1047 tuple_set_d64(t, 3, comm->start); in python_export_comm() 1065 tuple_set_d64(t, 0, db_id); in python_export_comm_thread() [all …]
|