You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rds: Provision to allow all trace points at module load time
By default, the RDS module is enabled to print only a subset of
trace prints during module load time. By setting flag 'RDS_RTD_ALL'
in 'rds_rt_debug_bitmap' module param, this patch allows the user
to enable all the logs at module load time.
Note: If debug level is changed without 'RDS_RTD_ALL' bit, then it will
first disable all RDS trace points and enable only bits given in the new
debug bitmap.
Orabug: 35916076
Signed-off-by: Arumugam Kolappan <[email protected]>
Reviewed-by: Alan Maguire <[email protected]>
Reviewed-by: Håkon Bugge <[email protected]>
0 commit comments