Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 /*
0003  * Copyright 2013 Michael Ellerman, IBM Corp.
0004  *
0005  * This program is free software; you can redistribute it and/or
0006  * modify it under the terms of the GNU General Public License
0007  * as published by the Free Software Foundation; version 2 of the
0008  * License.
0009  */
0010 
0011 #ifndef _UAPI_ASM_POWERPC_PERF_EVENT_H
0012 #define _UAPI_ASM_POWERPC_PERF_EVENT_H
0013 
0014 /*
0015  * We use bit 63 of perf_event_attr.config as a flag to request EBB.
0016  */
0017 #define PERF_EVENT_CONFIG_EBB_SHIFT 63
0018 
0019 #endif /* _UAPI_ASM_POWERPC_PERF_EVENT_H */