1TRACE-CMD-LIST(1) [FIXME: manual] 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
19 This option will list the available events that are enabled on the
20 local system.
21
22 -t
23 This option will list the available tracers that are enabled on the
24 local system.
25
26 -p
27 Same as -t and only for legacy purposes.
28
29 -o
30 This option will list the available Ftrace options that are
31 configured on the local system.
32
33 -f [regex]
34 This option will list the available filter functions. These are the
35 list of functions on the system that you can trace, or filter on.
36 It takes an optional argument that uses regcomp(3) expressions to
37 seach.
38
39 trace-cmd list -f ´^sched.*´
40
41 -P
42 List the plugin files that get loaded on trace-cmd report.
43
44 -O
45 List plugin options that can be used by trace-cmd report -O option.
46
48 trace-cmd(1), trace-cmd-record(1), trace-cmd-report(1),
49 trace-cmd-start(1), trace-cmd-stop(1), trace-cmd-extract(1),
50 trace-cmd-reset(1), trace-cmd-split(1), trace-cmd-listen(1)
51
53 Written by Steven Rostedt, <rostedt@goodmis.org[1]>
54
56 git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git
57
59 Copyright (C) 2010 Red Hat, Inc. Free use of this software is granted
60 under the terms of the GNU Public License (GPL).
61
63 1. rostedt@goodmis.org
64 mailto:rostedt@goodmis.org
65
66
67
68[FIXME: source] 03/23/2017 TRACE-CMD-LIST(1)