[PATCH v2 0/2] Get callbacks/names of shrinkers from tracepoints

2016-08-17 Thread Janani Ravichandran
Currently, it is not possible to know which shrinkers are being run. Even though the callbacks are printed using %pF in tracepoints mm_shrink_slab_start and mm_shrink_slab_end, they are not visible to userspace tools like perf. To address this, this patchset 1. Enables the display of names of

[PATCH v2 0/2] Get callbacks/names of shrinkers from tracepoints

2016-08-17 Thread Janani Ravichandran
Currently, it is not possible to know which shrinkers are being run. Even though the callbacks are printed using %pF in tracepoints mm_shrink_slab_start and mm_shrink_slab_end, they are not visible to userspace tools like perf. To address this, this patchset 1. Enables the display of names of