Name Date Size #Lines LOC

..--

.gcloudignoreH A D25-Apr-2025562 1918

.gitignoreH A D25-Apr-20255 21

MakefileH A D25-Apr-2025708 225

README.mdH A D25-Apr-2025392 148

app.yamlH A D25-Apr-2025767 269

appengine_config.pyH A D25-Apr-2025153 63

index.yamlH A D25-Apr-2025626 171

main.pyH A D25-Apr-20252.1 KiB7043

requirements.txtH A D25-Apr-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