interconnect: Add interconnect_graph file to debugfs
The interconnect graphs can be difficult to understand and the current "interconnect_summary" file doesn't even display links in any way. Add a new "interconnect_graph" file to debugfs in the graphviz "dot" format which describes interconnect providers, nodes and links. The file is human-readable and can be visualized by piping through graphviz. Example: ssh $TARGET cat /sys/kernel/debug/interconnect/interconnect_graph \ | dot -Tsvg > interconnect_graph.svg Change-Id: I372a284efd67cf02b6791758c0ab836b8f011f7a Signed-off-by:Leonard Crestez <leonard.crestez@nxp.com> Reviewed-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> Reviewed-by:
Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by:
Georgi Djakov <georgi.djakov@linaro.org> Git-commit: 1a0013c62b33158dcb67a3c11872a03be50711a3 Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git Signed-off-by:
Georgi Djakov <gdjako@codeaurora.org>
Loading
Please register or sign in to comment