Searched refs:_PyUnicode_FromFormat (Results 1 – 1 of 1) sorted by relevance
/tools/perf/util/ |
D | python.c | 26 #define _PyUnicode_FromFormat(...) \ macro 35 #define _PyUnicode_FromFormat(...) \ macro 182 return _PyUnicode_FromFormat("{ type: %s, pid: %u, ppid: %u, tid: %u, " in pyrf_task_event__repr() 215 return _PyUnicode_FromFormat("{ type: comm, pid: %u, tid: %u, comm: %s }", in pyrf_comm_event__repr() 246 return _PyUnicode_FromFormat("{ type: %sthrottle, time: %" PRI_lu64 ", id: %" PRI_lu64 in pyrf_throttle_event__repr() 308 return _PyUnicode_FromFormat("{ type: read, pid: %u, tid: %u }", in pyrf_read_event__repr()
|