@@ -1765,7 +1765,7 @@ For example, here's how a latency can be calculated::
17651765 # echo 'hist:keys=pid,prio:ts0=common_timestamp ...' >> event1/trigger
17661766 # echo 'hist:keys=next_pid:wakeup_lat=common_timestamp-$ts0 ...' >> event2/trigger
17671767
1768- In the first line above, the event's timetamp is saved into the
1768+ In the first line above, the event's timestamp is saved into the
17691769variable ts0. In the next line, ts0 is subtracted from the second
17701770event's timestamp to produce the latency, which is then assigned into
17711771yet another variable, 'wakeup_lat'. The hist trigger below in turn
@@ -1811,7 +1811,7 @@ the command that defined it with a '!'::
18111811 /sys/kernel/debug/tracing/synthetic_events
18121812
18131813At this point, there isn't yet an actual 'wakeup_latency' event
1814- instantiated in the event subsytem - for this to happen, a 'hist
1814+ instantiated in the event subsystem - for this to happen, a 'hist
18151815trigger action' needs to be instantiated and bound to actual fields
18161816and variables defined on other events (see Section 2.2.3 below on
18171817how that is done using hist trigger 'onmatch' action). Once that is
@@ -1837,7 +1837,7 @@ output can be displayed by reading the event's 'hist' file.
18371837A hist trigger 'action' is a function that's executed whenever a
18381838histogram entry is added or updated.
18391839
1840- The default 'action' if no special function is explicity specified is
1840+ The default 'action' if no special function is explicitly specified is
18411841as it always has been, to simply update the set of values associated
18421842with an entry. Some applications, however, may want to perform
18431843additional actions at that point, such as generate another event, or
0 commit comments