You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
BUILD.gn | 4 months ago | |
README.md | 4 months ago | |
android_log.cfg | 4 months ago | |
atrace.cfg | 4 months ago | |
background.cfg | 4 months ago | |
bad_config.cfg | 4 months ago | |
camera.cfg | 4 months ago | |
client_api.cfg | 4 months ago | |
ftrace.cfg | 4 months ago | |
ftrace_largebuffer.cfg | 4 months ago | |
ftrace_with_filter.cfg | 4 months ago | |
ftrace_with_ksyms.cfg | 4 months ago | |
heapprofd.cfg | 4 months ago | |
java_hprof.cfg | 4 months ago | |
long_trace.cfg | 4 months ago | |
mm_events.cfg | 4 months ago | |
scheduling.cfg | 4 months ago | |
scm.cfg | 4 months ago | |
summary.cfg | 4 months ago | |
sys_stats.cfg | 4 months ago | |
thermal.cfg | 4 months ago | |
traced_perf.cfg | 4 months ago |
README.md
Configs
This directory contains a number of perfetto TraceConfigs in human readable
form for easier testing. Each file is serialized into the protobuf format at
build time. For example the file ftrace.cfg
is serialized to
out/some_gn_config/ftrace.cfg.protobuf
.
Example
$ adb push out/some_gn_config/ftrace.cfg.protobuf /data/local/tmp
$ adb push out/some_gn_config/perfetto /data/local/tmp
$ adb shell 'cd /data/local/tmp && ./perfetto -c ftrace_cfg.protobuf -o out.protobuf'