]> asedeno.scripts.mit.edu Git - linux.git/commit
interconnect: Add basic tracepoints
authorGeorgi Djakov <georgi.djakov@linaro.org>
Thu, 28 Nov 2019 14:18:18 +0000 (16:18 +0200)
committerGeorgi Djakov <georgi.djakov@linaro.org>
Mon, 16 Dec 2019 07:25:23 +0000 (09:25 +0200)
commitc46ab9db64979b0875fff79e1b00013343ca8286
tree88637294889e17c00fed6d35f0dbf65ca7208043
parent05309830e1f869f939e283576dd3684313390062
interconnect: Add basic tracepoints

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 for each client driver. The paths may share the
same nodes and this will help to understand "who and when is requesting
what". All this is useful for subsystem drivers developers and may also
provide hints when optimizing the power and performance profile of the
system.

Reviewed-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
drivers/interconnect/Makefile
drivers/interconnect/core.c
drivers/interconnect/trace.h [new file with mode: 0644]