1request_id: 1 2 session_config { 3 buffers { 4 pages: 16384 5 } 6 } 7 plugin_configs { 8 plugin_name: "hiperf-plugin" 9 sample_interval: 5000 10 config_data { 11 is_root: true 12 outfile_name: "/data/local/tmp/perf.data" 13 record_args: "-f 1000 -a --cpu-limit 100 -e hw-cpu-cycles,sched:sched_waking --call-stack dwarf --clockid monotonic --offcpu --kernel-callchain -m 256" 14 } 15 }