Searched refs:_PyUnicode_FromFormat (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | python.c | 34 #define _PyUnicode_FromFormat(...) \ macro 43 #define _PyUnicode_FromFormat(...) \ macro 310 return _PyUnicode_FromFormat("{ type: %s, pid: %u, ppid: %u, tid: %u, " in pyrf_task_event__repr() 343 return _PyUnicode_FromFormat("{ type: comm, pid: %u, tid: %u, comm: %s }", in pyrf_comm_event__repr() 374 return _PyUnicode_FromFormat("{ type: %sthrottle, time: %" PRI_lu64 ", id: %" PRI_lu64 in pyrf_throttle_event__repr() 436 return _PyUnicode_FromFormat("{ type: read, pid: %u, tid: %u }", in pyrf_read_event__repr()
|