qcacmn: Print the DP delay histogram
Prints the dp delay histogram on peer basis. This stats are print as part of the fc_peer_delay command. Change-Id: I9be971f5b5aa42f40741ee403a0f82dae97981c3
This commit is contained in:
@@ -36,5 +36,8 @@
|
||||
void dp_hist_update_stats(struct cdp_hist_stats *hist_stats, int value);
|
||||
void dp_hist_init(struct cdp_hist_stats *hist_stats,
|
||||
enum cdp_hist_types hist_type);
|
||||
|
||||
void dp_accumulate_hist_stats(struct cdp_hist_stats *src_hist_stats,
|
||||
struct cdp_hist_stats *dst_hist_stats);
|
||||
void dp_copy_hist_stats(struct cdp_hist_stats *src_hist_stats,
|
||||
struct cdp_hist_stats *dst_hist_stats);
|
||||
#endif /* __DP_HIST_H_ */
|
||||
|
Reference in New Issue
Block a user