commit | b23e91a6166cb9a74702615139bac1e9b6be9151 | [log] [tgz] |
---|---|---|
author | Primiano Tucci <primiano@google.com> | Mon Sep 09 06:02:33 2019 -0700 |
committer | Primiano Tucci <primiano@google.com> | Mon Sep 09 06:02:33 2019 -0700 |
tree | 01cf22eafe82001b1e6d862c2d1cf6858920ef0d | |
parent | a20b810d668513621caa65553d0855a4824cbc26 [diff] |
Clean up headers dependency on inode file scanner The inode file scanner code has a lot of unnecessary complexity in headers and dependencies to handle an integer type. Simplify the code and just directly typedef the InodeFileMap_Entry_Type to an integer, removing deps on the protozero type. This is needed because internal bazel builds require headers to be self-contained (they are compiled as standalone TUs) and this make that easier to achieve. Bug: 140126865 Change-Id: I1444d956a7c3608d31c84b54cf2c7ff22eb575eb
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.