forked from google/perfetto
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce an API for filtering the tracks created by the Perfetto UI, customizable via a registry of filters. Record filtered tracks and track groups for later creation by user request. For tracks and track groups that had been filtered out but are subsequently created, add a trash-can action button to them to remove them. Includes refactorings to - align the filter registration API with other plug-in registrations - change the "user defined" flag in the AddTrackArgs to an internal "isRemovable" flag used also for un-filtered tracks and track groups
- Loading branch information
Showing
11 changed files
with
618 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.