• Jiri Olsa's avatar
    perf buildid-list: Add support for mmap2's buildid events · d176db95
    Jiri Olsa authored
    
    
    Add buildid-list support for mmap2's build id data, so we can display
    build ids for dso objects for data without the build id cache update.
    
      $ perf buildid-list
      1805c738c8f3ec0f47b7ea09080c28f34d18a82b /usr/lib64/ld-2.31.so
      d278249792061c6b74d1693ca59513be1def13f2 /usr/lib64/libc-2.31.so
    
    By default only dso objects with hits are shown.
    Signed-off-by: default avatarJiri Olsa <jolsa@kernel.org>
    Acked-by: default avatarNamhyung Kim <namhyung@kernel.org>
    Cc: Adrian Hunter <adrian.hunter@intel.com>
    Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
    Cc: Alexei Budankov <abudankov@huawei.com>
    Cc: Andi Kleen <ak@linux.intel.com>
    Cc: Ian Rogers <irogers@google.com>
    Cc: Mark Rutland <mark.rutland@arm.com>
    Cc: Michael Petlan <mpetlan@redhat.com>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Song Liu <songliubraving@fb.com>
    Cc: Stephane Eranian <eranian@google.com>
    Link: http://lore.kernel.org/lkml/20201214105457.543111-15-jolsa@kernel.org
    Signed-off-by: Arnaldo Carvalho...
    d176db95
builtin-buildid-list.c 3.07 KB