aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/perfc.h
blob: a1a591e803a69a4e18a07f57769df67dc7181663 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __ASM_PERFC_H__
#define __ASM_PERFC_H__

static inline void arch_perfc_reset(void)
{
}

static inline void arch_perfc_gather(void)
{
}

#endif