1TRACE-CMD-LIST(1) TRACE-CMD-LIST(1)
2
3
4
6 trace-cmd-list - list available plugins, events or options for Ftrace.
7
9 trace-cmd list [OPTIONS]
10
12 The trace-cmd(1) list displays the available plugins, events or Ftrace
13 options that are configured on the current machine. If no option is
14 given, then it lists all plugins, events and Ftrace options to standard
15 output.
16
18 -e [regex]
19 This option will list the available events that are enabled on the
20 local system.
21
22 It takes an optional argument that uses 'regcomp(3)' expressions to seach.
23
24 trace-cmd list -e '^sys.*'
25
26 -F
27 Used with -e regex to show those events formats.
28
29 -l
30 Used with -e regex to show those events filters.
31
32 -R
33 Used with -e regex to show those events triggers.
34
35 -t
36 This option will list the available tracers that are enabled on the
37 local system.
38
39 -p
40 Same as -t and only for legacy purposes.
41
42 -o
43 This option will list the available Ftrace options that are
44 configured on the local system.
45
46 -f [regex]
47 This option will list the available filter functions. These are the
48 list of functions on the system that you can trace, or filter on.
49 It takes an optional argument that uses regcomp(3) expressions to
50 seach.
51
52 trace-cmd list -f '^sched.*'
53
54 -P
55 List the plugin files that get loaded on trace-cmd report.
56
57 -O
58 List plugin options that can be used by trace-cmd report -O option.
59
60 -B
61 List defined buffer instances (sub buffers).
62
63 -C
64 List defined clocks that can be used with trace-cmd record -C. The
65 one in brackets ([]) is the active clock.
66
68 trace-cmd(1), trace-cmd-record(1), trace-cmd-report(1),
69 trace-cmd-start(1), trace-cmd-stop(1), trace-cmd-extract(1),
70 trace-cmd-reset(1), trace-cmd-split(1), trace-cmd-listen(1)
71
73 Written by Steven Rostedt, <rostedt@goodmis.org[1]>
74
76 git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git
77
79 Copyright (C) 2010 Red Hat, Inc. Free use of this software is granted
80 under the terms of the GNU Public License (GPL).
81
83 1. rostedt@goodmis.org
84 mailto:rostedt@goodmis.org
85
86
87
88 02/08/2020 TRACE-CMD-LIST(1)