aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/include
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2013-01-18 04:42:24 -0500
committerVineet Gupta <vgupta@synopsys.com>2013-02-15 12:46:09 -0500
commit9c57564e26c5392ac7f0e08cc0ad8d29e225a3a3 (patch)
treec9af782e3787da683aed1d35ae1da0ec53130197 /arch/arc/include
parent9854783e55d5f42a0ea3e951fad3a5910023c1b1 (diff)
ARC: perf support (software counters only)
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/include')
-rw-r--r--arch/arc/include/asm/perf_event.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arc/include/asm/perf_event.h b/arch/arc/include/asm/perf_event.h
new file mode 100644
index 000000000000..115ad96480e6
--- /dev/null
+++ b/arch/arc/include/asm/perf_event.h
@@ -0,0 +1,13 @@
1/*
2 * Copyright (C) 2011-2012 Synopsys, Inc. (www.synopsys.com)
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 *
8 */
9
10#ifndef __ASM_PERF_EVENT_H
11#define __ASM_PERF_EVENT_H
12
13#endif /* __ASM_PERF_EVENT_H */