Browse Source

qcacld-3.0: Enable objmgr ref id tracing

Enable WLAN_OBJMGR_REF_ID_TRACE macro to tracing
objmgr ref id ref/deref logging.

Change-Id: I017ac15d4064c53432ceaa5b3e2c1adc99653002
CRs-Fixed: 2803773
Liangwei Dong 4 years ago
parent
commit
82cc63c710
2 changed files with 2 additions and 0 deletions
  1. 1 0
      Kbuild
  2. 1 0
      configs/default_defconfig

+ 1 - 0
Kbuild

@@ -2839,6 +2839,7 @@ cppflags-$(CONFIG_WLAN_MWS_INFO_DEBUGFS) += -DWLAN_MWS_INFO_DEBUGFS
 # Enable object manager reference count debug infrastructure
 cppflags-$(CONFIG_WLAN_OBJMGR_DEBUG) += -DWLAN_OBJMGR_DEBUG
 cppflags-$(CONFIG_WLAN_OBJMGR_DEBUG) += -DWLAN_OBJMGR_REF_ID_DEBUG
+cppflags-$(CONFIG_WLAN_OBJMGR_REF_ID_TRACE) += -DWLAN_OBJMGR_REF_ID_TRACE
 
 cppflags-$(CONFIG_WLAN_FEATURE_SAE) += -DWLAN_FEATURE_SAE
 

+ 1 - 0
configs/default_defconfig

@@ -415,6 +415,7 @@ ifeq ($(CONFIG_SLUB_DEBUG), y)
 	CONFIG_WLAN_OBJMGR_DEBUG:= y
 	CONFIG_MPC_UT_FRAMEWORK := y
 	CONFIG_LOCK_STATS_ON:= y
+	CONFIG_WLAN_OBJMGR_REF_ID_TRACE := y
 endif
 
 ifeq ($(CONFIG_WLAN_SYSFS), y)