qcacmn: Add support to calculate percentile delay-stats

Add support to calculate percentile of delay-bound
for for Tx-delay stats.

Change-Id: If386e0d1c5091f260aa4281adbd3debde4bf8446
CRs-Fixed: 3243170
This commit is contained in:
Debasis Das
2022-07-12 13:31:49 +05:30
committed by Madan Koyyalamudi
parent 4fc084d9c6
commit 73c7a4f2a3
3 changed files with 45 additions and 1 deletions

View File

@@ -42,4 +42,5 @@ void dp_accumulate_hist_stats(struct cdp_hist_stats *src_hist_stats,
void dp_copy_hist_stats(struct cdp_hist_stats *src_hist_stats,
struct cdp_hist_stats *dst_hist_stats);
const char *dp_hist_tx_hw_delay_str(uint8_t index);
const char *dp_hist_delay_percentile_str(uint8_t index);
#endif /* __DP_HIST_H_ */