summaryrefslogtreecommitdiffstats
path: root/drivers/interconnect/Makefile
diff options
context:
space:
mode:
authorGeorgi Djakov <georgi.djakov@linaro.org>2019-11-28 16:18:18 +0200
committerGeorgi Djakov <georgi.djakov@linaro.org>2019-12-16 09:25:23 +0200
commitc46ab9db64979b0875fff79e1b00013343ca8286 (patch)
tree88637294889e17c00fed6d35f0dbf65ca7208043 /drivers/interconnect/Makefile
parent05309830e1f869f939e283576dd3684313390062 (diff)
downloadlinux-c46ab9db64979b0875fff79e1b00013343ca8286.tar.bz2
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>
Diffstat (limited to 'drivers/interconnect/Makefile')
-rw-r--r--drivers/interconnect/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/interconnect/Makefile b/drivers/interconnect/Makefile
index 28f2ab0824d5..725029ae7a2c 100644
--- a/drivers/interconnect/Makefile
+++ b/drivers/interconnect/Makefile
@@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
+CFLAGS_core.o := -I$(src)
icc-core-objs := core.o
obj-$(CONFIG_INTERCONNECT) += icc-core.o