unplugged-vendor/external/chromium-trace
2025-10-06 13:59:42 +00:00
..
catapult Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
.gitignore Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
Android.mk Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
METADATA Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
MODULE_LICENSE_BSD_LIKE_AND_APACHE_2 Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
NOTICE Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
OWNERS Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
systrace.py Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
update.py Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
UPSTREAM_REVISION Initial commit: AOSP 12 vendor with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

Systrace is now part of Catapult project. The catapult directory contains code
from:

    https://github.com/catapult-project/catapult.git

The file UPSTREAM_REVISION contains the upstream revision number that was last
pulled.  Changes should be made upstream and then pulled into the catapult
directory.

The update.py script should be used to pull the latest upstream code, update
the UPSTREAM_REVISION file, and generate systrace_trace_viewer.html. The
generated file is checked into the git repository, and they get embedded in each
trace HTML file that systrace.py generates.