• Laura Abbott's avatar
    mm: Add notifier framework for showing memory · 42844307
    Laura Abbott authored
    
    
    There are many drivers in the kernel which can hold on
    to lots of memory. It can be useful to dump out all those
    drivers at key points in the kernel. Introduct a notifier
    framework for dumping this information. When the notifiers
    are called, drivers can dump out the state of any memory
    they may be using.
    
    Change-Id: I514ef1d01510a50970a661c8e9bedc8b78683eab
    Signed-off-by: default avatarLaura Abbott <lauraa@codeaurora.org>
    42844307
show_mem_notifier.h 719 Bytes