commit | 17534ceb835a1a96eb921a2a80df168723d6570a | [log] [tgz] |
---|---|---|
author | Mathieu Poirier <mathieu.poirier@linaro.org> | Wed Feb 17 17:52:02 2016 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Feb 20 14:11:01 2016 -0800 |
tree | 6cbfd344150ab19190bf415ef4c328ccbf9dcf3d | |
parent | 0bcbf2e30ff2271b54f54c8697a185f7d86ec6e4 [diff] |
coresight: introducing a global trace ID function TraceID values have to be unique for all tracers and consistent between drivers and user space. As such introducing a central function to be used whenever a traceID value is required. The patch also account for data traceIDs, which are usually I(N) + 1. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>