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
v811_spc009_project
4 months ago
..
BUILD.gn v811_spc009_project 4 months ago
README.md v811_spc009_project 4 months ago
android_log.cfg v811_spc009_project 4 months ago
atrace.cfg v811_spc009_project 4 months ago
background.cfg v811_spc009_project 4 months ago
bad_config.cfg v811_spc009_project 4 months ago
camera.cfg v811_spc009_project 4 months ago
client_api.cfg v811_spc009_project 4 months ago
ftrace.cfg v811_spc009_project 4 months ago
ftrace_largebuffer.cfg v811_spc009_project 4 months ago
ftrace_with_filter.cfg v811_spc009_project 4 months ago
ftrace_with_ksyms.cfg v811_spc009_project 4 months ago
heapprofd.cfg v811_spc009_project 4 months ago
java_hprof.cfg v811_spc009_project 4 months ago
long_trace.cfg v811_spc009_project 4 months ago
mm_events.cfg v811_spc009_project 4 months ago
scheduling.cfg v811_spc009_project 4 months ago
scm.cfg v811_spc009_project 4 months ago
summary.cfg v811_spc009_project 4 months ago
sys_stats.cfg v811_spc009_project 4 months ago
thermal.cfg v811_spc009_project 4 months ago
traced_perf.cfg v811_spc009_project 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'