fs/ext4/inode.c: use pr_warn_ratelimited()
[linux/fpc-iii.git] / tools / perf / Documentation / perf-lock.txt
blob921de259ea1086f36ce5b7e6a3426cec5618deba
1 perf-lock(1)
2 ============
4 NAME
5 ----
6 perf-lock - Analyze lock events
8 SYNOPSIS
9 --------
10 [verse]
11 'perf lock' {record|report|trace}
13 DESCRIPTION
14 -----------
15 You can analyze various lock behaviours
16 and statistics with this 'perf lock' command.
18   'perf lock record <command>' records lock events
19   between start and end <command>. And this command
20   produces the file "perf.data" which contains tracing
21   results of lock events.
23   'perf lock trace' shows raw lock events.
25   'perf lock report' reports statistical data.
27 OPTIONS
28 -------
30 -i::
31 --input=<file>::
32         Input file name.
34 -v::
35 --verbose::
36         Be more verbose (show symbol address, etc).
38 -D::
39 --dump-raw-trace::
40         Dump raw trace in ASCII.
42 SEE ALSO
43 --------
44 linkperf:perf[1]