Back to home page

OSCL-LXR

 
 

    


0001 perf-buildid-list(1)
0002 ====================
0003 
0004 NAME
0005 ----
0006 perf-buildid-list - List the buildids in a perf.data file
0007 
0008 SYNOPSIS
0009 --------
0010 [verse]
0011 'perf buildid-list <options>'
0012 
0013 DESCRIPTION
0014 -----------
0015 This command displays the buildids found in a perf.data file, so that other
0016 tools can be used to fetch packages with matching symbol tables for use by
0017 perf report.
0018 
0019 It can also be used to show the build id of the running kernel or in an ELF
0020 file using -i/--input.
0021 
0022 OPTIONS
0023 -------
0024 -H::
0025 --with-hits::
0026         Show only DSOs with hits.
0027 -i::
0028 --input=::
0029         Input file name. (default: perf.data unless stdin is a fifo)
0030 -f::
0031 --force::
0032         Don't do ownership validation.
0033 -k::
0034 --kernel::
0035         Show running kernel build id.
0036 -m::
0037 --kernel-maps::
0038         Show buildid, start/end text address, and path of running kernel and
0039         its modules.
0040 -v::
0041 --verbose::
0042         Be more verbose.
0043 
0044 SEE ALSO
0045 --------
0046 linkperf:perf-record[1], linkperf:perf-top[1],
0047 linkperf:perf-report[1]