perf: Fix parsing of __print_flags() in TP_printk()
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / tools / perf / Documentation / perf-kmem.txt
bloba52fcde894c75ed2ab2a25cb3e8757f819b22e49
1 perf-kmem(1)
2 ============
4 NAME
5 ----
6 perf-kmem - Tool to trace/measure kernel memory(slab) properties
8 SYNOPSIS
9 --------
10 [verse]
11 'perf kmem' {record|stat} [<options>]
13 DESCRIPTION
14 -----------
15 There are two variants of perf kmem:
17   'perf kmem record <command>' to record the kmem events
18   of an arbitrary workload.
20   'perf kmem stat' to report kernel memory statistics.
22 OPTIONS
23 -------
24 -i <file>::
25 --input=<file>::
26         Select the input file (default: perf.data)
28 --caller::
29         Show per-callsite statistics
31 --alloc::
32         Show per-allocation statistics
34 -s <key[,key2...]>::
35 --sort=<key[,key2...]>::
36         Sort the output (default: frag,hit,bytes)
38 -l <num>::
39 --line=<num>::
40         Print n lines only
42 --raw-ip::
43         Print raw ip instead of symbol
45 SEE ALSO
46 --------
47 linkperf:perf-record[1]