18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright 2013 Michael Ellerman, IBM Corp. 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * This program is free software; you can redistribute it and/or 68c2ecf20Sopenharmony_ci * modify it under the terms of the GNU General Public License 78c2ecf20Sopenharmony_ci * as published by the Free Software Foundation; version 2 of the 88c2ecf20Sopenharmony_ci * License. 98c2ecf20Sopenharmony_ci */ 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#ifndef _UAPI_ASM_POWERPC_PERF_EVENT_H 128c2ecf20Sopenharmony_ci#define _UAPI_ASM_POWERPC_PERF_EVENT_H 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci/* 158c2ecf20Sopenharmony_ci * We use bit 63 of perf_event_attr.config as a flag to request EBB. 168c2ecf20Sopenharmony_ci */ 178c2ecf20Sopenharmony_ci#define PERF_EVENT_CONFIG_EBB_SHIFT 63 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#endif /* _UAPI_ASM_POWERPC_PERF_EVENT_H */ 20