commit | cd3647f73b1763d0be111d26e58dc4d818b5ff24 | [log] [tgz] |
---|---|---|
author | Hector Dearman <hjd@google.com> | Tue Oct 23 15:26:11 2018 +0100 |
committer | Hector Dearman <hjd@google.com> | Tue Oct 23 14:34:19 2018 +0000 |
tree | 9d46ab323f8cffe6ccc56cd3893a60cbd5a5f290 | |
parent | 38da6cc72e362b584a9b5d0acb061448b03f2fb8 [diff] |
traced_probes: Common pids trigger process scanning We have two code paths for collecting pid's seen in the raw trace buffer. One for 'common' pids where the pid is a common field present on every ftrace event and one for 'normal' pids where the pid is one of the fields special to that event. We used the former avoiding re-triggering inode scanning for our own activity and the latter to trigger process scanning. This change causes common pids to also trigger process scanning. Change-Id: I913dfc78b039b141158c795cfafaabc78728a2db
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.