16a9755d20a995756487bb1aafb7e954f4fd868a7Christopher Ferris/****************************************************************************
26a9755d20a995756487bb1aafb7e954f4fd868a7Christopher Ferris ****************************************************************************
36a9755d20a995756487bb1aafb7e954f4fd868a7Christopher Ferris ***
46a9755d20a995756487bb1aafb7e954f4fd868a7Christopher Ferris ***   This header was automatically generated from a Linux kernel header
56a9755d20a995756487bb1aafb7e954f4fd868a7Christopher Ferris ***   of the same name, to make information necessary for userspace to
66a9755d20a995756487bb1aafb7e954f4fd868a7Christopher Ferris ***   call into the kernel available to libc.  It contains only constants,
76a9755d20a995756487bb1aafb7e954f4fd868a7Christopher Ferris ***   structures, and macros generated from the original header, and thus,
86a9755d20a995756487bb1aafb7e954f4fd868a7Christopher Ferris ***   contains no copyrightable information.
96a9755d20a995756487bb1aafb7e954f4fd868a7Christopher Ferris ***
106a9755d20a995756487bb1aafb7e954f4fd868a7Christopher Ferris ***   To edit the content of this header, modify the corresponding
116a9755d20a995756487bb1aafb7e954f4fd868a7Christopher Ferris ***   source file (e.g. under external/kernel-headers/original/) then
126a9755d20a995756487bb1aafb7e954f4fd868a7Christopher Ferris ***   run bionic/libc/kernel/tools/update_all.py
136a9755d20a995756487bb1aafb7e954f4fd868a7Christopher Ferris ***
146a9755d20a995756487bb1aafb7e954f4fd868a7Christopher Ferris ***   Any manual change here will be lost the next time this script will
156a9755d20a995756487bb1aafb7e954f4fd868a7Christopher Ferris ***   be run. You've been warned!
166a9755d20a995756487bb1aafb7e954f4fd868a7Christopher Ferris ***
176a9755d20a995756487bb1aafb7e954f4fd868a7Christopher Ferris ****************************************************************************
186a9755d20a995756487bb1aafb7e954f4fd868a7Christopher Ferris ****************************************************************************/
196a9755d20a995756487bb1aafb7e954f4fd868a7Christopher Ferris#ifndef _UAPI__LINUX_BPF_PERF_EVENT_H__
206a9755d20a995756487bb1aafb7e954f4fd868a7Christopher Ferris#define _UAPI__LINUX_BPF_PERF_EVENT_H__
21934ec9495505d234b2c2fa284470c2f44aae9de9Christopher Ferris#include <asm/bpf_perf_event.h>
226a9755d20a995756487bb1aafb7e954f4fd868a7Christopher Ferrisstruct bpf_perf_event_data {
23934ec9495505d234b2c2fa284470c2f44aae9de9Christopher Ferris  bpf_user_pt_regs_t regs;
246a9755d20a995756487bb1aafb7e954f4fd868a7Christopher Ferris  __u64 sample_period;
256a9755d20a995756487bb1aafb7e954f4fd868a7Christopher Ferris};
266a9755d20a995756487bb1aafb7e954f4fd868a7Christopher Ferris#endif
27