Lines Matching +full:input +full:- +full:depth
1 perf-lock(1)
5 ----
6 perf-lock - Analyze lock events
9 --------
14 -----------
33 --------------
35 -i::
36 --input=<file>::
37 Input file name. (default: perf.data unless stdin is a fifo)
39 -v::
40 --verbose::
43 -q::
44 --quiet::
45 Do not show any message. (Suppress -v)
47 -D::
48 --dump-raw-trace::
51 -f::
52 --force::
55 --vmlinux=<file>::
58 --kallsyms=<file>::
63 --------------
65 -k::
66 --key=<value>::
70 -F::
71 --field=<value>::
76 -c::
77 --combine-locks::
80 -t::
81 --threads::
82 The -t option is to show per-thread lock stat like below:
84 $ perf lock report -t -F acquired,contended,avg_wait
99 futex-default-S 1609 0 0
101 -E::
102 --entries=<value>::
107 ------------
109 -t::
110 --threads::
113 -m::
114 --map::
119 --------------
121 -k::
122 --key=<value>::
126 -F::
127 --field=<value>::
132 -t::
133 --threads::
134 Show per-thread lock contention stat
136 -b::
137 --use-bpf::
139 using the input data.
141 -a::
142 --all-cpus::
143 System-wide collection from all CPUs.
145 -C::
146 --cpu::
148 provided as a comma-separated list with no space: 0,1. Ranges of CPUs
149 are specified with -: 0-2. Default is to monitor all CPUs.
151 -p::
152 --pid=::
155 --tid=::
158 --map-nr-entries::
161 --max-stack::
162 Maximum stack depth when collecting lock contention (default: 8).
164 --stack-skip
165 Number of stack depth to skip when finding a lock caller (default: 3).
167 -E::
168 --entries=<value>::
173 --------