![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 0002 /* Copyright (c) 2016 Facebook 0003 * 0004 * This program is free software; you can redistribute it and/or 0005 * modify it under the terms of version 2 of the GNU General Public 0006 * License as published by the Free Software Foundation. 0007 */ 0008 #ifndef _UAPI__LINUX_BPF_PERF_EVENT_H__ 0009 #define _UAPI__LINUX_BPF_PERF_EVENT_H__ 0010 0011 #include <asm/bpf_perf_event.h> 0012 0013 struct bpf_perf_event_data { 0014 bpf_user_pt_regs_t regs; 0015 __u64 sample_period; 0016 __u64 addr; 0017 }; 0018 0019 #endif /* _UAPI__LINUX_BPF_PERF_EVENT_H__ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |