• Home
Name Date Size #Lines LOC

..--

.gcloudignoreD04-Jul-2025562 1918

.gitignoreD04-Jul-20255 21

MakefileD04-Jul-2025708 225

README.mdD04-Jul-2025392 148

app.yamlD04-Jul-2025767 269

appengine_config.pyD04-Jul-2025153 63

index.yamlD04-Jul-2025626 171

main.pyD04-Jul-20252.1 KiB7043

requirements.txtD04-Jul-202530 32

README.md

1This folder contains the sources for the
2https://get.perfetto.dev/XXX web service.
3
4This service simply proxies request of the form
5
6https://get.perfetto.dev/XXX
7
8to the raw content of the files hosted on AOSP Gerrit, e.g.:
9
10https://android.googlesource.com/platform/external/perfetto/+/main/XXX
11
12See main.py for the dictionary that maps /XXX into the actual path in the
13perfetto repository.
14