Path: blob/master/tools/perf/Documentation/perf-buildid-list.txt
26282 views
perf-buildid-list(1)1====================23NAME4----5perf-buildid-list - List the buildids in a perf.data file67SYNOPSIS8--------9[verse]10'perf buildid-list <options>'1112DESCRIPTION13-----------14This command displays the buildids found in a perf.data file, so that other15tools can be used to fetch packages with matching symbol tables for use by16perf report.1718It can also be used to show the build id of the running kernel or in an ELF19file using -i/--input.2021OPTIONS22-------23-H::24--with-hits::25Show only DSOs with hits.26-i::27--input=::28Input file name. (default: perf.data unless stdin is a fifo)29-f::30--force::31Don't do ownership validation.32-k::33--kernel::34Show running kernel build id.35-m::36--kernel-maps::37Show buildid, start/end text address, and path of running kernel and38its modules.39-v::40--verbose::41Be more verbose.4243SEE ALSO44--------45linkperf:perf-record[1], linkperf:perf-top[1],46linkperf:perf-report[1]474849