aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/trace/events.txt
diff options
context:
space:
mode:
authorThomas Weber <swirl@gmx.li>2010-03-16 06:47:56 -0400
committerJiri Kosina <jkosina@suse.cz>2010-03-16 06:47:56 -0400
commit88393161210493e317ae391696ee8ef463cb3c23 (patch)
tree6ec81a50d0e8174b415d83948b48cbabd7e54ddb /Documentation/trace/events.txt
parent932fb06b0898f5883200f1da2e00075f0d70ba9c (diff)
Fix typos in comments
[Ss]ytem => [Ss]ystem udpate => update paramters => parameters orginal => original Signed-off-by: Thomas Weber <swirl@gmx.li> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/trace/events.txt')
-rw-r--r--Documentation/trace/events.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/trace/events.txt b/Documentation/trace/events.txt
index 02ac6ed38b2d..b22000dbc57d 100644
--- a/Documentation/trace/events.txt
+++ b/Documentation/trace/events.txt
@@ -238,7 +238,7 @@ subsystem's filter file.
238 238
239For convenience, filters for every event in a subsystem can be set or 239For convenience, filters for every event in a subsystem can be set or
240cleared as a group by writing a filter expression into the filter file 240cleared as a group by writing a filter expression into the filter file
241at the root of the subsytem. Note however, that if a filter for any 241at the root of the subsystem. Note however, that if a filter for any
242event within the subsystem lacks a field specified in the subsystem 242event within the subsystem lacks a field specified in the subsystem
243filter, or if the filter can't be applied for any other reason, the 243filter, or if the filter can't be applied for any other reason, the
244filter for that event will retain its previous setting. This can 244filter for that event will retain its previous setting. This can
@@ -250,7 +250,7 @@ fields can be guaranteed to propagate successfully to all events.
250Here are a few subsystem filter examples that also illustrate the 250Here are a few subsystem filter examples that also illustrate the
251above points: 251above points:
252 252
253Clear the filters on all events in the sched subsytem: 253Clear the filters on all events in the sched subsystem:
254 254
255# cd /sys/kernel/debug/tracing/events/sched 255# cd /sys/kernel/debug/tracing/events/sched
256# echo 0 > filter 256# echo 0 > filter
@@ -260,7 +260,7 @@ none
260none 260none
261 261
262Set a filter using only common fields for all events in the sched 262Set a filter using only common fields for all events in the sched
263subsytem (all events end up with the same filter): 263subsystem (all events end up with the same filter):
264 264
265# cd /sys/kernel/debug/tracing/events/sched 265# cd /sys/kernel/debug/tracing/events/sched
266# echo common_pid == 0 > filter 266# echo common_pid == 0 > filter
@@ -270,7 +270,7 @@ common_pid == 0
270common_pid == 0 270common_pid == 0
271 271
272Attempt to set a filter using a non-common field for all events in the 272Attempt to set a filter using a non-common field for all events in the
273sched subsytem (all events but those that have a prev_pid field retain 273sched subsystem (all events but those that have a prev_pid field retain
274their old filters): 274their old filters):
275 275
276# cd /sys/kernel/debug/tracing/events/sched 276# cd /sys/kernel/debug/tracing/events/sched