Searched refs:tuple_set_u64 (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/perf/util/scripting-engines/ |
| H A D | trace-event-python.c | 1538 tuple_set_u64(t, 0, event->throttle.time); in python_process_throttle() 1539 tuple_set_u64(t, 1, event->throttle.id); in python_process_throttle() 1540 tuple_set_u64(t, 2, event->throttle.stream_id); in python_process_throttle() 1573 tuple_set_u64(t, 0, sample->time); in python_do_process_switch() 1628 tuple_set_u64(t, 5, e->ip); in python_process_auxtrace_error() 1629 tuple_set_u64(t, 6, tm); in python_process_auxtrace_error() 1677 tuple_set_u64(t, n++, tstamp); in process_stat() 1678 tuple_set_u64(t, n++, count->val); in process_stat() 1679 tuple_set_u64(t, n++, count->ena); in process_stat() 1680 tuple_set_u64(t, n++, count->run); in process_stat() [all …]
|