[PATCH 6/6] dynamic_debug: Add flag for dynamic event tracing

2018-09-08 Thread Sai Prakash Ranjan
Debugging a specific driver or subsystem can be a lot easier if we can trace events specific to that driver or subsystem. This type of filtering can be achieved using existing dynamic debug library which provides a way to filter based on files, functions and modules. Using this, provide an

[PATCH 6/6] dynamic_debug: Add flag for dynamic event tracing

2018-09-08 Thread Sai Prakash Ranjan
Debugging a specific driver or subsystem can be a lot easier if we can trace events specific to that driver or subsystem. This type of filtering can be achieved using existing dynamic debug library which provides a way to filter based on files, functions and modules. Using this, provide an