Browse Source

qcacld-3.0: Enable TSO segmentation debug for SLUB

Enable TSO segment history collection per TSO segment. This will
allow a better understanding of a rare instance (only 1 instance
so far) where a single TSO segment is detected by memory leak
detection logic.

Change-Id: I7b8277a7307706abdc9a68c8d62fe8c9bcf24513
CRs-Fixed: 2054062
Orhan K AKYILDIZ 7 years ago
parent
commit
e0d84884a2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Kbuild

+ 1 - 0
Kbuild

@@ -2120,6 +2120,7 @@ endif
 
 ifeq ($(CONFIG_SLUB_DEBUG_ON),y)
 CDEFINES += -DOL_RX_INDICATION_RECORD
+CDEFINES += -DTSOSEG_DEBUG
 endif
 
 endif