-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 169767 b: refs/heads/master c: b23d576 h: refs/heads/master i: 169765: 6f3f5cf 169763: 8dcc5c7 169759: ddfb577 v: v3
- Loading branch information
Li Zefan
authored and
Ingo Molnar
committed
Nov 24, 2009
1 parent
07c42e0
commit 9336e49
Showing
3 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 079d3f653134e2f2ac99dae28b08c0cc64268103 | ||
refs/heads/master: b23d5767a5818caec8547d0bce1588b02bdecd30 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
perf-kmem(1) | ||
============== | ||
|
||
NAME | ||
---- | ||
perf-kmem - Tool to trace/measure kernel memory(slab) properties | ||
|
||
SYNOPSIS | ||
-------- | ||
[verse] | ||
'perf kmem' {record} [<options>] | ||
|
||
DESCRIPTION | ||
----------- | ||
There's two variants of perf kmem: | ||
|
||
'perf kmem record <command>' to record the kmem events | ||
of an arbitrary workload. | ||
|
||
'perf kmem' to report kernel memory statistics. | ||
|
||
OPTIONS | ||
------- | ||
-i <file>:: | ||
--input=<file>:: | ||
Select the input file (default: perf.data) | ||
|
||
--stat=<caller|alloc>:: | ||
Select per callsite or 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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters