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
47
tools/perf/Documentation/perf-kmem.txt
Normal file
47
tools/perf/Documentation/perf-kmem.txt
Normal file
|
@ -0,0 +1,47 @@
|
|||
perf-kmem(1)
|
||||
============
|
||||
|
||||
NAME
|
||||
----
|
||||
perf-kmem - Tool to trace/measure kernel memory(slab) properties
|
||||
|
||||
SYNOPSIS
|
||||
--------
|
||||
[verse]
|
||||
'perf kmem' {record|stat} [<options>]
|
||||
|
||||
DESCRIPTION
|
||||
-----------
|
||||
There are two variants of perf kmem:
|
||||
|
||||
'perf kmem record <command>' to record the kmem events
|
||||
of an arbitrary workload.
|
||||
|
||||
'perf kmem stat' to report kernel memory statistics.
|
||||
|
||||
OPTIONS
|
||||
-------
|
||||
-i <file>::
|
||||
--input=<file>::
|
||||
Select the input file (default: perf.data unless stdin is a fifo)
|
||||
|
||||
--caller::
|
||||
Show per-callsite statistics
|
||||
|
||||
--alloc::
|
||||
Show per-allocation statistics
|
||||
|
||||
-s <key[,key2...]>::
|
||||
--sort=<key[,key2...]>::
|
||||
Sort the output (default: frag,hit,bytes)
|
||||
|
||||
-l <num>::
|
||||
--line=<num>::
|
||||
Print n lines only
|
||||
|
||||
--raw-ip::
|
||||
Print raw ip instead of symbol
|
||||
|
||||
SEE ALSO
|
||||
--------
|
||||
linkperf:perf-record[1]
|
Loading…
Add table
Add a link
Reference in a new issue