Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
android_log.cfg | 22-Oct-2020 | 1.1K | |
atrace.cfg | 22-Oct-2020 | 1.1K | |
background.cfg | 22-Oct-2020 | 1.2K | |
BUILD.gn | 22-Oct-2020 | 1.3K | |
ftrace.cfg | 22-Oct-2020 | 11K | |
ftrace_largebuffer.cfg | 22-Oct-2020 | 962 | |
heapprofd.cfg | 22-Oct-2020 | 411 | |
long_trace.cfg | 22-Oct-2020 | 1.7K | |
processes.cfg | 22-Oct-2020 | 1.5K | |
README.md | 22-Oct-2020 | 503 | |
summary.cfg | 22-Oct-2020 | 550 | |
sys_stats.cfg | 22-Oct-2020 | 2.6K |
1 # Configs 2 3 This directory contains a number of perfetto TraceConfigs in human readable 4 form for easier testing. Each file is serialized into the protobuf format at 5 build time. For example the file `ftrace.cfg` is serialized to 6 `out/some_gn_config/ftrace.cfg.protobuf`. 7 8 ## Example 9 10 ```bash 11 $ adb push out/some_gn_config/ftrace.cfg.protobuf /data/local/tmp 12 $ adb push out/some_gn_config/perfetto /data/local/tmp 13 $ adb shell 'cd /data/local/tmp && ./perfetto -c ftrace_cfg.protobuf -o out.protobuf' 14 ``` 15 16