• A
    perf kmem: Resolve kernel symbols again · e727ca73
    Arnaldo Carvalho de Melo 提交于
    Due to the assumption in perf_session__new that the kernel maps would be
    created using the fake PERF_RECORD_MMAP event in a perf.data file 'perf
    kmem --stat caller', that doesn't have such event, ends up not being
    able to resolve the kernel addresses.
    
    Fix it by calling perf_session__create_kernel_maps() in __cmd_kmem().
    
    LKML-Reference: <new-submission>
    Cc: Frédéric Weisbecker <fweisbec@gmail.com>
    Cc: Mike Galbraith <efault@gmx.de>
    Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
    Cc: Paul Mackerras <paulus@samba.org>
    Signed-off-by: NArnaldo Carvalho de Melo <acme@redhat.com>
    e727ca73
session.h 2.8 KB