Correct atrace event thread association The impl assumed the atrace identifier was the thread id, whereas it was the result of getpid() (that is, tgid). Change the impl to use the ftrace tid as the authoritative source. Bug: b/123470271 Change-Id: I52edc13e6c8c54547dfa44f05fa286b5ba0ef198
Perfetto is an open-source project for performance instrumentation and tracing of Linux/Android/Chrome platforms and user-space apps.
See www.perfetto.dev for docs.