Re: [PATCH v3 0/4] Some new features for the latency tracers

2019-05-14 Thread Viktor Rosendahl
On 5/14/19 6:51 PM, Steven Rostedt wrote: Hi Viktor, Note, as the merge window is open and I'm also currently at a conference, it may be a while before I can take a look at this. If you don't hear something from me in 10 days, feel free to send me a ping. -- Steve Hi Steve, Ok, good to kn

Re: [PATCH v3 0/4] Some new features for the latency tracers

2019-05-14 Thread Steven Rostedt
On Mon, 13 May 2019 23:50:04 +0200 Viktor Rosendahl wrote: > Hello all, Hi Viktor, Note, as the merge window is open and I'm also currently at a conference, it may be a while before I can take a look at this. If you don't hear something from me in 10 days, feel free to send me a ping. -- Steve

[PATCH v3 0/4] Some new features for the latency tracers

2019-05-13 Thread Viktor Rosendahl
Hello all, Changes in v3: - [PATCH 1/4]: * I have generalized this to send the fsnotify() notifications for all tracers that use tracing_max_latency. * There are large additions of code to prevent queue_work() from being called while we are in __schedule() or do_idle(). This was a bu