Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c953 static int tuple_set_u64(PyObject *t, unsigned int pos, u64 val) in tuple_set_u64() function
1400 tuple_set_u64(t, n++, tstamp); in process_stat()
1401 tuple_set_u64(t, n++, count->val); in process_stat()
1402 tuple_set_u64(t, n++, count->ena); in process_stat()
1403 tuple_set_u64(t, n++, count->run); in process_stat()
1451 tuple_set_u64(t, n++, tstamp); in python_process_stat_interval()