Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BACKPORT: perf cs-etm: Move definition of 'traceid_list' global varia…
…ble from header file The variable 'traceid_list' is defined in the header file cs-etm.h, if multiple C files include cs-etm.h the compiler might complaint for multiple definition of 'traceid_list'. To fix multiple definition error, move the definition of 'traceid_list' into cs-etm.c. Fixes: cd8bfd8 ("perf tools: Add processing of coresight metadata") Reported-by: Thomas Backlund <[email protected]> Signed-off-by: Leo Yan <[email protected]> Reviewed-by: Mathieu Poirier <[email protected]> Reviewed-by: Mike Leach <[email protected]> Tested-by: Mike Leach <[email protected]> Tested-by: Thomas Backlund <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Suzuki Poulouse <[email protected]> Cc: Tor Jeremiassen <[email protected]> Cc: [email protected] Link: http://lore.kernel.org/lkml/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> (cherry picked from commit 168200b) Conflicts: tools/perf/util/cs-etm.c tools/perf/util/cs-etm.h Change-Id: I3c15e3cdbd3ca8082f6eab16ba9edd71e891772f Signed-off-by: Jeffy Chen <[email protected]> Signed-off-by: Caesar Wang <[email protected]>
- Loading branch information