qcacmn: Enable CE scheduling logging feature
Enable CE schedulign logging feature such that each CE activity can be recorded for debug purpose. Previous commit I68a765c6219a2ff2a6a7adc7e8ed031f8957d243 has broken this debug feature. Fix the CE scheduling logging feature properly such that its available in SLUB debug enabled builds. Change-Id: I24ca711378ecda8a8563fe3899fae16ca032f29d CRs-Fixed: 2272459
This commit is contained in:
@@ -932,7 +932,7 @@ void hif_set_initial_wakeup_cb(struct hif_opaque_softc *hif_ctx,
|
||||
* Note: For MCL, #if defined (HIF_CONFIG_SLUB_DEBUG_ON) needs to be checked
|
||||
* for defined here
|
||||
*/
|
||||
#if HIF_CE_DEBUG_DATA_BUF
|
||||
#if defined(HIF_CONFIG_SLUB_DEBUG_ON) || defined(HIF_CE_DEBUG_DATA_BUF)
|
||||
ssize_t hif_dump_desc_trace_buf(struct device *dev,
|
||||
struct device_attribute *attr, char *buf);
|
||||
ssize_t hif_input_desc_trace_buf_index(struct hif_softc *scn,
|
||||
|
Reference in New Issue
Block a user