qcacmn: Add support to dump SWLM stats

Add the support to print the software
latency manager statistics.

Change-Id: I7b6f77eefc6f4f800996dc868d41e7e0f7dd3331
CRs-Fixed: 2769020
This commit is contained in:
Rakesh Pillai
2020-08-25 07:23:09 -07:00
committed by snandini
parent 156a7ecfc0
commit b6835a9413
2 changed files with 15 additions and 0 deletions

View File

@@ -84,6 +84,7 @@
#define CDP_CREDIT_STATS 24
#define CDP_DISCONNECT_STATS 25
#define CDP_DP_RX_FISA_STATS 26
#define CDP_DP_SWLM_STATS 27
#define WME_AC_TO_TID(_ac) ( \
((_ac) == WME_AC_VO) ? 6 : \