• A
    perf tools: Improve message about missing symtabs for deleted DSOs · d70a5402
    Arnaldo Carvalho de Melo 提交于
    Instead of:
    
      no symbols found in /usr/lib/gstreamer-0.10/libgsttypefindfunctions.so (deleted), maybe install a debug package?
      no symbols found in /usr/lib/gstreamer-0.10/libgstaudioconvert.so (deleted), maybe install a debug package?
    
    We now emit:
    
      /usr/lib/gstreamer-0.10/libgsttypefindfunctions.so was updated, restart the long running apps that use it!
      /usr/lib/gstreamer-0.10/libgstaudioconvert.so was updated, restart the long running apps that use it!
    
    Which is far less misleading about what the cause of the
    symbol mismatch is.
    Signed-off-by: NArnaldo Carvalho de Melo <acme@redhat.com>
    Cc: Frederic Weisbecker <fweisbec@gmail.com>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Paul Mackerras <paulus@samba.org>
    Cc: Mike Galbraith <efault@gmx.de>
    LKML-Reference: <1256927305-4628-3-git-send-email-acme@infradead.org>
    Signed-off-by: NIngo Molnar <mingo@elte.hu>
    d70a5402
map.c 2.8 KB