aboutsummaryrefslogtreecommitdiffstats
path: root/samples/rpmsg
diff options
context:
space:
mode:
authorAnna, Suman <s-anna@ti.com>2016-08-12 18:42:27 -0500
committerBjorn Andersson <bjorn.andersson@linaro.org>2016-08-12 21:26:21 -0700
commit211e3a93e5b5933e64ddfb299eee462ac7c7d500 (patch)
tree4cfcfde8ac4e2136bf7d27d9468e011e6e024e7f /samples/rpmsg
parentrpmsg: align code with open parenthesis (diff)
downloadlinux-dev-211e3a93e5b5933e64ddfb299eee462ac7c7d500.tar.xz
linux-dev-211e3a93e5b5933e64ddfb299eee462ac7c7d500.zip
rpmsg: use dynamic_hex_dump for hex dump traces
There are couple of print_hex_dump traces used in rpmsg code which prints the actual byte messages being transferred between host and the remote processors. These traces are quiet verbose and affects performance, if the appropriate trace level is enabled. These hex dumps are needed rather rarely, but are quite useful when debugging complex IPC corner cases. So, this patch switches these hex dump traces to use the dynamic_hex_dump() API. The hex dump traces are also enabled only when CONFIG_DYNAMIC_DEBUG is enabled. This switch allows flexibility of controlling these traces through dynamic debug, instead of removing them completely. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'samples/rpmsg')
0 files changed, 0 insertions, 0 deletions