commit | 786cc922a7ed7795e9c1beab1581eb11f6def39c | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Fri Sep 06 16:04:32 2019 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Fri Sep 06 16:04:32 2019 +0100 |
tree | 2eff99920cb94ddef52c6f0f347f2ed55f6938de | |
parent | 2fb6e61073094879707e17a903509ac970e5539c [diff] |
trace_processor: move db table names to macros This CL changes the location of user visible table names to be at the macro level rather than registering with SQLite. Doing this allows us to use these names in other contexts (e.g. for event/track types). Context: go/perfetto-tp-refactor Bug: 135177627 Change-Id: Idd8afd09a1de4894bbc19bd82fe3922b07a969af
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.