Searched refs:tid_to (Results 1 – 1 of 1) sorted by relevance
/external/toolchain-utils/heatmaps/ |
D | heatmap_generator_test.py | 27 def _write_perf_fork(pid_from, tid_from, pid_to, tid_to, fp): argument 29 '0 0 0 0 PERF_RECORD_FORK(%d:%d):(%d:%d)\n' % (pid_to, tid_to, pid_from, 34 def _write_perf_exit(pid_from, tid_from, pid_to, tid_to, fp): argument 36 '0 0 0 0 PERF_RECORD_EXIT(%d:%d):(%d:%d)\n' % (pid_to, tid_to, pid_from,
|