mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 01:28:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
43
tools/perf/Documentation/perf-buildid-list.txt
Normal file
43
tools/perf/Documentation/perf-buildid-list.txt
Normal file
|
@ -0,0 +1,43 @@
|
|||
perf-buildid-list(1)
|
||||
====================
|
||||
|
||||
NAME
|
||||
----
|
||||
perf-buildid-list - List the buildids in a perf.data file
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
[verse]
|
||||
'perf buildid-list <options>'
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
This command displays the buildids found in a perf.data file, so that other
|
||||
tools can be used to fetch packages with matching symbol tables for use by
|
||||
perf report.
|
||||
|
||||
It can also be used to show the build id of the running kernel or in an ELF
|
||||
file using -i/--input.
|
||||
|
||||
OPTIONS
|
||||
-------
|
||||
-H::
|
||||
--with-hits::
|
||||
Show only DSOs with hits.
|
||||
-i::
|
||||
--input=::
|
||||
Input file name. (default: perf.data unless stdin is a fifo)
|
||||
-f::
|
||||
--force::
|
||||
Don't do ownership validation.
|
||||
-k::
|
||||
--kernel::
|
||||
Show running kernel build id.
|
||||
-v::
|
||||
--verbose::
|
||||
Be more verbose.
|
||||
|
||||
SEE ALSO
|
||||
--------
|
||||
linkperf:perf-record[1], linkperf:perf-top[1],
|
||||
linkperf:perf-report[1]
|
Loading…
Add table
Add a link
Reference in a new issue