qcacmn: Add support for displaying TID statistics

Framework is added to print per TID Video and delay statistics
Change-Id: Icdf825d0b90b6c698d20d80a16a65b11f4e385a0
This commit is contained in:
Mainak Sen
2019-02-21 14:03:24 +05:30
committed by nshrivas
parent a6dcfa32c0
commit 2e43fb26f0
3 changed files with 290 additions and 3 deletions

View File

@@ -9371,7 +9371,7 @@ static struct cdp_raw_ops dp_ops_raw = {
#ifdef CONFIG_WIN
static struct cdp_pflow_ops dp_ops_pflow = {
/* TODO */
dp_pdev_tid_stats_display,
};
#endif /* CONFIG_WIN */
@@ -9942,7 +9942,7 @@ bool dp_is_soc_reinit(struct dp_soc *soc)
*/
#ifdef WDI_EVENT_ENABLE
int dp_set_pktlog_wifi3(struct dp_pdev *pdev, uint32_t event,
bool enable)
bool enable)
{
struct dp_soc *soc = NULL;
struct htt_rx_ring_tlv_filter htt_tlv_filter = {0};