Re: [PATCH] interconnect: Add basic tracepoints

2019-10-18 Thread Steven Rostedt
On Fri, 18 Oct 2019 09:44:03 -0700 Bjorn Andersson wrote: > > @@ -449,6 +452,9 @@ int icc_set_bw(struct icc_path *path, u32 avg_bw, u32 > > peak_bw) > > > > /* aggregate requests for this node */ > > aggregate_requests(node); > > + > > + trace_icc_set_bw(node,

Re: [PATCH] interconnect: Add basic tracepoints

2019-10-18 Thread Bjorn Andersson
On Fri 18 Oct 07:02 PDT 2019, Georgi Djakov wrote: > The tracepoints can help with understanding the system behavior of a > given interconnect path when the consumer drivers change their bandwidth > demands. This might be interesting when we want to monitor the requested > interconnect bandwidth f

Re: [PATCH] interconnect: Add basic tracepoints

2019-10-18 Thread Steven Rostedt
On Fri, 18 Oct 2019 17:02:24 +0300 Georgi Djakov wrote: > The tracepoints can help with understanding the system behavior of a > given interconnect path when the consumer drivers change their bandwidth > demands. This might be interesting when we want to monitor the requested > interconnect bandw