Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 903b20ad authored by James Hogan's avatar James Hogan
Browse files

metag: Perf



Add Perf support for metag.

Signed-off-by: default avatarJames Hogan <james.hogan@imgtec.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
parent 5633004c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ config METAG
	select HAVE_MEMBLOCK
	select HAVE_MEMBLOCK_NODE_MAP
	select HAVE_MOD_ARCH_SPECIFIC
	select HAVE_PERF_EVENTS
	select HAVE_SYSCALL_TRACEPOINTS
	select IRQ_DOMAIN
	select MODULES_USE_ELF_RELA
+4 −0
Original line number Diff line number Diff line
#ifndef __ASM_METAG_PERF_EVENT_H
#define __ASM_METAG_PERF_EVENT_H

#endif /* __ASM_METAG_PERF_EVENT_H */
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,8 @@ obj-y += topology.o
obj-y	+= traps.o
obj-y	+= user_gateway.o

obj-$(CONFIG_PERF_EVENTS)		+= perf/

obj-$(CONFIG_METAG_COREMEM)		+= coremem.o
obj-$(CONFIG_DYNAMIC_FTRACE)		+= ftrace.o
obj-$(CONFIG_FUNCTION_TRACER)		+= ftrace_stub.o
+3 −0
Original line number Diff line number Diff line
# Makefile for performance event core

obj-y += perf_event.o
+861 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading