[Linux-Xtensa] [PATCH v2] perf: add support for the xtensa architecture
Baruch Siach
baruch at tkos.co.il
Thu Jan 2 07:57:10 UTC 2014
Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
v2: use the "core ID" field from /proc/cpuinfo (Max Filippov)
---
tools/perf/perf.h | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/tools/perf/perf.h b/tools/perf/perf.h
index b079304bd53d..e441864dbe03 100644
--- a/tools/perf/perf.h
+++ b/tools/perf/perf.h
@@ -132,6 +132,13 @@
#define CPUINFO_PROC "CPU"
#endif
+#ifdef __xtensa__
+#define mb() asm volatile("memw" ::: "memory")
+#define wmb() asm volatile("memw" ::: "memory")
+#define rmb() asm volatile("" ::: "memory")
+#define CPUINFO_PROC "core ID"
+#endif
+
#define barrier() asm volatile ("" ::: "memory")
#ifndef cpu_relax
--
1.8.5.2
More information about the linux-xtensa
mailing list