qcacmn: Add new apis for High Latency systems (Part 3 - HL Datapath)
Add two new apis of dump bundle stats and clear bundle stats for debug logging support. CRs-Fixed: 975526 Change-Id: If8e3bc2bc5e5a4f1b2e180d7d5c4ce0695e933ee
This commit is contained in:

کامیت شده توسط
Vishwajith Upendra

والد
0f1038d24d
کامیت
df030095a3
@@ -730,4 +730,23 @@ void htc_ipa_get_ce_resource(HTC_HANDLE htc_handle,
|
||||
ce_reg_paddr) /* NO-OP */
|
||||
#endif /* IPA_OFFLOAD */
|
||||
|
||||
#if defined(DEBUG_HL_LOGGING) && defined(CONFIG_HL_SUPPORT)
|
||||
|
||||
/**
|
||||
* htc_dump_bundle_stats() - dump tx and rx htc message bundle stats
|
||||
* @HTCHandle: htc handle
|
||||
*
|
||||
* Return: None
|
||||
*/
|
||||
void htc_dump_bundle_stats(HTC_HANDLE HTCHandle);
|
||||
|
||||
/**
|
||||
* htc_clear_bundle_stats() - clear tx and rx htc message bundle stats
|
||||
* @HTCHandle: htc handle
|
||||
*
|
||||
* Return: None
|
||||
*/
|
||||
void htc_clear_bundle_stats(HTC_HANDLE HTCHandle);
|
||||
#endif
|
||||
|
||||
#endif /* _HTC_API_H_ */
|
||||
|
مرجع در شماره جدید
Block a user