Lines Matching +full:max +full:- +full:functions
1 perf-ftrace(1)
5 ----
6 perf-ftrace - simple wrapper for kernel's ftrace functionality
10 --------
15 -----------
23 -------
25 -t::
26 --tracer=::
29 -v::
30 --verbose=::
33 -p::
34 --pid=::
37 -a::
38 --all-cpus::
39 Force system-wide collection. Scripts run without a <command>
40 normally use -a by default, while scripts run with a <command>
41 normally don't - this option allows the latter to be run in
42 system-wide mode.
44 -C::
45 --cpu=::
48 Ranges of CPUs are specified with -: 0-2.
51 -T::
52 --trace-funcs=::
53 Only trace functions given by the argument. Multiple functions
58 -N::
59 --notrace-funcs=::
60 Do not trace functions given by the argument. Like -T option,
61 this can be used more than once to specify multiple functions
65 -G::
66 --graph-funcs=::
69 tracing for functions executed from the given function.
70 This can be used more than once to specify multiple functions.
73 -g::
74 --nograph-funcs=::
76 Like -G option, this is useful for the function_graph tracer only
78 This can be used more than once to specify multiple functions.
81 -D::
82 --graph-depth=::
83 Set max depth for function graph tracer to follow
86 --------
87 linkperf:perf-record[1], linkperf:perf-trace[1]