perf-archive(1) =============== NAME ---- perf-archive - Create archive with object files with build-ids found in perf.data file SYNOPSIS -------- [verse] 'perf archive' [file] DESCRIPTION ----------- This command runs perf-buildid-list --with-hits, and collects the files with the buildids found so that analysis of perf.data contents can be possible on another machine. SEE ALSO -------- linkperf:perf-record[1], linkperf:perf-buildid-list[1], linkperf:perf-report[1] title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDean Luick <dean.luick@intel.com>2016-04-12 10:50:35 -0700
committerDoug Ledford <dledford@redhat.com>2016-04-28 16:32:27 -0400
commit60d585ad6e64bac87a676df4d941c823360f6ae1 (patch)
treea44dab109b41b5567a2a7e993f01d6dbb61cdf3c
parentde882ff5b8640c34d5f1d5dfd2f22f405465aa19 (diff)
IB/hfi1: Simplify init_qpmap_table()
Make init_qpmap_table() easier to understand by simplifying the loop indexing and writing each register when it is "full", removing the need for a follow-on register write. Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Reviewed-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Dean Luick <dean.luick@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>