source: trunk/packages/xen-3.1/xen-3.1/xen/include/asm-ia64/perfc.h @ 34

Last change on this file since 34 was 34, checked in by hartmans, 17 years ago

Add xen and xen-common

File size: 325 bytes
Line 
1#ifndef __ASM_PERFC_H__
2#define __ASM_PERFC_H__
3
4#include <asm/vhpt.h>
5#include <asm/privop_stat.h>
6
7static inline void arch_perfc_printall(void)
8{
9}
10
11static inline void arch_perfc_reset(void)
12{
13  reset_privop_addrs();
14}
15
16static inline void arch_perfc_gather(void)
17{
18  gather_vhpt_stats();
19  gather_privop_addrs();
20}
21
22#endif
Note: See TracBrowser for help on using the repository browser.