Re: [PATCH 4/4] trace: introduce trace event injection

2019-07-11 Thread Cong Wang
On Tue, Jul 9, 2019 at 12:51 PM Steven Rostedt wrote: > > > Hi Cong, > > I finally got around to looking at these patches. Sorry for such a long > time, I've been terribly busy :-( > > BTW, it's best to look at how other commits in a subsystem do their > subject lines. The subsystem is "tracing" n

Re: [PATCH 4/4] trace: introduce trace event injection

2019-07-09 Thread Steven Rostedt
Hi Cong, I finally got around to looking at these patches. Sorry for such a long time, I've been terribly busy :-( BTW, it's best to look at how other commits in a subsystem do their subject lines. The subsystem is "tracing" not "trace", and Linus prefers to have the first letter after that cap

[PATCH 4/4] trace: introduce trace event injection

2019-05-25 Thread Cong Wang
We have been trying to use rasdaemon to monitor hardware errors like correctable memory errors. rasdaemon uses trace events to monitor various hardware errors. In order to test it, we have to inject some hardware errors, unfortunately not all of them provide error injections. MCE does provide a way