Searched refs:_PyUnicode_FromFormat (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/tools/perf/util/ |
D | python.c | 29 #define _PyUnicode_FromFormat(...) \ macro 38 #define _PyUnicode_FromFormat(...) \ macro 253 return _PyUnicode_FromFormat("{ type: %s, pid: %u, ppid: %u, tid: %u, " in pyrf_task_event__repr() 286 return _PyUnicode_FromFormat("{ type: comm, pid: %u, tid: %u, comm: %s }", in pyrf_comm_event__repr() 317 return _PyUnicode_FromFormat("{ type: %sthrottle, time: %" PRI_lu64 ", id: %" PRI_lu64 in pyrf_throttle_event__repr() 379 return _PyUnicode_FromFormat("{ type: read, pid: %u, tid: %u }", in pyrf_read_event__repr()
|