Skip to content

Commit 4db25f6

Browse files
t00214307acmel
authored andcommitted
perf tools: Move arm-spe-pkt-decoder.h/c to the new dir
Create a new arm-spe-decoder directory for subsequent extensions and move arm-spe-pkt-decoder.h/c to this directory. No code changes. Signed-off-by: Tan Xiaojun <[email protected]> Tested-by: James Clark <[email protected]> Tested-by: Qi Liu <[email protected]> Cc: Adrian Hunter <[email protected]> Cc: Al Grant <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Ian Rogers <[email protected]> Cc: Jin Yao <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Leo Yan <[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: Thomas Gleixner <[email protected]> Cc: Will Deacon <[email protected]> Cc: [email protected] Link: http://lore.kernel.org/lkml/[email protected] Signed-off-by: James Clark <[email protected]> Signed-off-by: Leo Yan <[email protected]> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 0fb0d61 commit 4db25f6

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

tools/perf/util/Build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ perf-$(CONFIG_AUXTRACE) += intel-pt-decoder/
106106
perf-$(CONFIG_AUXTRACE) += intel-pt.o
107107
perf-$(CONFIG_AUXTRACE) += intel-bts.o
108108
perf-$(CONFIG_AUXTRACE) += arm-spe.o
109-
perf-$(CONFIG_AUXTRACE) += arm-spe-pkt-decoder.o
109+
perf-$(CONFIG_AUXTRACE) += arm-spe-decoder/
110110
perf-$(CONFIG_AUXTRACE) += s390-cpumsf.o
111111

112112
ifdef CONFIG_LIBOPENCSD

tools/perf/util/arm-spe-decoder/Build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
perf-$(CONFIG_AUXTRACE) += arm-spe-pkt-decoder.o

tools/perf/util/arm-spe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "debug.h"
2424
#include "auxtrace.h"
2525
#include "arm-spe.h"
26-
#include "arm-spe-pkt-decoder.h"
26+
#include "arm-spe-decoder/arm-spe-pkt-decoder.h"
2727

2828
struct arm_spe {
2929
struct auxtrace auxtrace;

0 commit comments

Comments
 (0)