1TRACE-CMD-LIST(1)              libtracefs Manual             TRACE-CMD-LIST(1)
2
3
4

NAME

6       trace-cmd-list - list available plugins, events or options for Ftrace.
7

SYNOPSIS

9       trace-cmd list [OPTIONS]
10

DESCRIPTION

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, event systems, events and Ftrace
15       options to standard output.
16

OPTIONS

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 the fields of the event.
28
29       --full
30           Used with -F which will show the "print fmt" of the event along
31           with the fields.
32
33       -l
34           Used with -e regex to show those events filters.
35
36       -R
37           Used with -e regex to show those events triggers.
38
39       -s
40           This option will list the available event systems.
41
42       -t
43           This option will list the available tracers that are enabled on the
44           local system.
45
46       -p
47           Same as -t and only for legacy purposes.
48
49       -o
50           This option will list the available Ftrace options that are
51           configured on the local system.
52
53       -f [regex]
54           This option will list the available filter functions. These are the
55           list of functions on the system that you can trace, or filter on.
56           It takes an optional argument that uses regcomp(3) expressions to
57           seach.
58
59               trace-cmd list -f '^sched.*'
60
61       -P
62           List the plugin files that get loaded on trace-cmd report.
63
64       -O
65           List plugin options that can be used by trace-cmd report -O option.
66
67       -B
68           List defined buffer instances (sub buffers).
69
70       -C
71           List defined clocks that can be used with trace-cmd record -C. The
72           one in brackets ([]) is the active clock.
73
74       -c
75           List the available trace file compression algorithms.
76

SEE ALSO

78       trace-cmd(1), trace-cmd-record(1), trace-cmd-report(1),
79       trace-cmd-start(1), trace-cmd-stop(1), trace-cmd-extract(1),
80       trace-cmd-reset(1), trace-cmd-split(1), trace-cmd-listen(1)
81

AUTHOR

83       Written by Steven Rostedt, <rostedt@goodmis.org[1]>
84

RESOURCES

86       https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/
87

COPYING

89       Copyright (C) 2010 Red Hat, Inc. Free use of this software is granted
90       under the terms of the GNU Public License (GPL).
91

NOTES

93        1. rostedt@goodmis.org
94           mailto:rostedt@goodmis.org
95
96
97
98libtracefs                        04/15/2022                 TRACE-CMD-LIST(1)
Impressum