Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ftracetest: Use proper logic to find process PID | Steven Rostedt (Red Hat) | 2016-05-23 |
| | | | | | | | | | Half of the test in instance-event.tc was updated to use $! to find the PID of the previous background process that was launched, but the second part of the test still used the parsing of "jobs", which does not work on all shells like $! does. Signed-off-by: Steven Rostedt <rostedt@goodmis.org> | ||
* | ftracetest: Add instance created, delete, read and enable event test | Steven Rostedt (Red Hat) | 2016-05-09 |
Add a new ftrace test that creates three threads. One that creates and removes an ftrace instance, one that reads the instance, and one that enables and disables events in the instance. This is a stress test for accessing and removing instances at the same time. Signed-off-by: Steven Rostedt <rostedt@goodmis.org> |