Searched refs:_PyUnicode_FromFormat (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | python.c | 21 #define _PyUnicode_FromFormat(...) \ macro 30 #define _PyUnicode_FromFormat(...) \ macro 170 return _PyUnicode_FromFormat("{ type: %s, pid: %u, ppid: %u, tid: %u, " in pyrf_task_event__repr() 203 return _PyUnicode_FromFormat("{ type: comm, pid: %u, tid: %u, comm: %s }", in pyrf_comm_event__repr() 234 return _PyUnicode_FromFormat("{ type: %sthrottle, time: %" PRIu64 ", id: %" PRIu64 in pyrf_throttle_event__repr() 296 return _PyUnicode_FromFormat("{ type: read, pid: %u, tid: %u }", in pyrf_read_event__repr()
|