boottime-trace.rst (cbecf716ca618fd44feda6bd9a64a8179d031fc5) boottime-trace.rst (ee0a07017ae34f2dbf5775956d8fc3f6d36be985)
1.. SPDX-License-Identifier: GPL-2.0
2
3=================
4Boot-time tracing
5=================
6
7:Author: Masami Hiramatsu <mhiramat@kernel.org>
8

--- 85 unchanged lines hidden (view full) ---

94Ftrace Per-Event Options
95------------------------
96
97These options are setting per-event options.
98
99ftrace.[instance.INSTANCE.]event.GROUP.EVENT.enable
100 Enable GROUP:EVENT tracing.
101
1.. SPDX-License-Identifier: GPL-2.0
2
3=================
4Boot-time tracing
5=================
6
7:Author: Masami Hiramatsu <mhiramat@kernel.org>
8

--- 85 unchanged lines hidden (view full) ---

94Ftrace Per-Event Options
95------------------------
96
97These options are setting per-event options.
98
99ftrace.[instance.INSTANCE.]event.GROUP.EVENT.enable
100 Enable GROUP:EVENT tracing.
101
102ftrace.[instance.INSTANCE.]event.GROUP.enable
103 Enable all event tracing within GROUP.
104
105ftrace.[instance.INSTANCE.]event.enable
106 Enable all event tracing.
107
102ftrace.[instance.INSTANCE.]event.GROUP.EVENT.filter = FILTER
103 Set FILTER rule to the GROUP:EVENT.
104
105ftrace.[instance.INSTANCE.]event.GROUP.EVENT.actions = ACTION[, ACTION2[...]]
106 Set ACTIONs to the GROUP:EVENT.
107
108ftrace.[instance.INSTANCE.]event.kprobes.EVENT.probes = PROBE[, PROBE2[...]]
109 Defines new kprobe event based on PROBEs. It is able to define

--- 113 unchanged lines hidden ---
108ftrace.[instance.INSTANCE.]event.GROUP.EVENT.filter = FILTER
109 Set FILTER rule to the GROUP:EVENT.
110
111ftrace.[instance.INSTANCE.]event.GROUP.EVENT.actions = ACTION[, ACTION2[...]]
112 Set ACTIONs to the GROUP:EVENT.
113
114ftrace.[instance.INSTANCE.]event.kprobes.EVENT.probes = PROBE[, PROBE2[...]]
115 Defines new kprobe event based on PROBEs. It is able to define

--- 113 unchanged lines hidden ---