blob: 18e8b80c766d4d1252c011bdc5e9b86c761f5aaf [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
2 * This file is auto-generated. Modifications will be lost.
3 *
4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5 * for more information.
6 */
Christopher Ferris6a9755d2017-01-13 14:09:31 -08007#ifndef _UAPI__LINUX_BPF_PERF_EVENT_H__
8#define _UAPI__LINUX_BPF_PERF_EVENT_H__
Christopher Ferris934ec942018-01-31 15:29:16 -08009#include <asm/bpf_perf_event.h>
Christopher Ferris6a9755d2017-01-13 14:09:31 -080010struct bpf_perf_event_data {
Christopher Ferris934ec942018-01-31 15:29:16 -080011 bpf_user_pt_regs_t regs;
Christopher Ferris6a9755d2017-01-13 14:09:31 -080012 __u64 sample_period;
Christopher Ferris76a1d452018-06-27 14:12:29 -070013 __u64 addr;
Christopher Ferris6a9755d2017-01-13 14:09:31 -080014};
Christopher Ferris6a9755d2017-01-13 14:09:31 -080015#endif