qcacmn: Add support to enable tx hw latency stats at run time

This feature can be enabled runtime using sysfs interface.
Support is added to dump and clear the histogram stats.

The lower delay regions has to be more granular to indicate any
medium related issues for time sensitive XR applications.

Change-Id: I0a44a54d12d92ce016de349810cb2bedebaf9a58
CRs-Fixed: 2981006
这个提交包含在:
Yeshwanth Sriram Guntuka
2021-11-15 21:41:57 +05:30
提交者 Madan Koyyalamudi
父节点 3de51ff2c5
当前提交 df666b7116
修改 13 个文件,包含 515 行新增103 行删除

查看文件

@@ -92,6 +92,7 @@
#define CDP_DISCONNECT_STATS 25
#define CDP_DP_RX_FISA_STATS 26
#define CDP_DP_SWLM_STATS 27
#define CDP_DP_TX_HW_LATENCY_STATS 28
#define WME_AC_TO_TID(_ac) ( \
((_ac) == WME_AC_VO) ? 6 : \