Skip to content

Commit a0c2f92

Browse files
captain5050acmel
authored andcommitted
perf arm: Fix include path to cs-etm.h
Change "../cs-etm.h" to just "../../../util/cs-etm.h" as ../cs-etm.h doesn't exist. Suggested-by: Leo Yan <[email protected]> Reviewed-by: Leo Yan <[email protected]> Signed-off-by: Ian Rogers <[email protected]> Cc: Adrian Hunter <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: James Clark <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: John Garry <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Mathieu Poirier <[email protected]> Cc: Mike Leach <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Suzuki Poulouse <[email protected]> Cc: Will Deacon <[email protected]> Cc: [email protected] Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 690917c commit a0c2f92

File tree

1 file changed

+1
-1
lines changed
  • tools/perf/arch/arm/util

1 file changed

+1
-1
lines changed

tools/perf/arch/arm/util/pmu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "arm-spe.h"
1313
#include "hisi-ptt.h"
1414
#include "../../../util/pmu.h"
15-
#include "../cs-etm.h"
15+
#include "../../../util/cs-etm.h"
1616

1717
struct perf_event_attr
1818
*perf_pmu__get_default_config(struct perf_pmu *pmu __maybe_unused)

0 commit comments

Comments
 (0)