perf counters: add arch-specific perf counters
arch perf counters are placed at start, so offset all other counters (because placing arch perf counters at the end wouldn't have been intrusive enough?) Change-Id: Ifab1047872384927d9cfa0a0212327ee73545c29 Fujitsu: POSTK_DEBUG_ARCH_DEP_86
This commit is contained in:
@@ -14,6 +14,9 @@ static inline bool pte_is_write_combined(pte_t pte)
|
||||
}
|
||||
#endif /* POSTK_DEBUG_ARCH_DEP_12 */
|
||||
|
||||
#define ARMV8_IDX_COUNTER0 1
|
||||
#define ARCH_PERF_COUNTER_START ARMV8_IDX_COUNTER0
|
||||
|
||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(3,7,0)
|
||||
static const unsigned long arch_rus_vm_flags = VM_RESERVED | VM_MIXEDMAP | VM_EXEC;
|
||||
#else
|
||||
|
||||
@@ -14,6 +14,8 @@ static inline bool pte_is_write_combined(pte_t pte)
|
||||
}
|
||||
#endif /* POSTK_DEBUG_ARCH_DEP_12 */
|
||||
|
||||
#define ARCH_PERF_COUNTER_START 0
|
||||
|
||||
#if LINUX_VERSION_CODE < KERNEL_VERSION(3,7,0)
|
||||
static const unsigned long arch_rus_vm_flags = VM_RESERVED | VM_MIXEDMAP;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user