mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
selftests/ftrace: Fix typo in trigger-multihist.tc
This patch fix a spelling typo in trigger-multihist.tc Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
This commit is contained in:
parent
785c4e834f
commit
9c249ec312
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ if [ ! -f events/sched/sched_process_fork/hist ]; then
|
|||
exit_unsupported
|
||||
fi
|
||||
|
||||
echo "Test histogram multiple tiggers"
|
||||
echo "Test histogram multiple triggers"
|
||||
|
||||
echo 'hist:keys=parent_pid:vals=child_pid' > events/sched/sched_process_fork/trigger
|
||||
echo 'hist:keys=parent_comm:vals=child_pid' >> events/sched/sched_process_fork/trigger
|
||||
|
|
Loading…
Add table
Reference in a new issue