performance profiling enable: add conf file for profiling enabling

After add this file, with -o app/perf_overlay.conf in build command
line, profiling functionality will be enabled and mtrace/sof log will
have performance data for further analysis.

Signed-off-by: Baofeng Tian <baofeng.tian@intel.com>
This commit is contained in:
Baofeng Tian 2022-10-12 21:42:07 +08:00 committed by Kai Vehmanen
parent 5594ad3512
commit 56bc7efb91
1 changed files with 2 additions and 0 deletions

2
app/perf_overlay.conf Normal file
View File

@ -0,0 +1,2 @@
CONFIG_PERFORMANCE_COUNTERS=y
CONFIG_PERFORMANCE_COUNTERS_RUN_AVERAGE=y