commit | 58a991068a6fb8c03aa0755dfd72c9b8e83ee536 | [log] [tgz] |
---|---|---|
author | Tom Zanussi <zanussi@kernel.org> | Fri Oct 09 09:32:43 2020 -0500 |
committer | Tom Zanussi <zanussi@kernel.org> | Fri Oct 09 09:44:45 2020 -0500 |
tree | 3bca6a5a0a390627ae30ce0127b9b72615bb5fe8 | |
parent | ad3aa73bb8d20ae83ae466ed0561997bd12e69fc [diff] |
selftests/ftrace: Change synthetic event name for inter-event-combined test This test uses waking+wakeup_latency as an event name, which doesn't make sense since it includes an operator. Illegal names are now detected by the synthetic event command parsing, which causes this test to fail. Change the name to 'waking_plus_wakeup_latency' to prevent this. Fixes: f06eec4d0f2c (selftests: ftrace: Add inter-event hist triggers testcases) Signed-off-by: Tom Zanussi <zanussi@kernel.org>