logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

bpf_perf_event.h (529B)


  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. /* Copyright (c) 2016 Facebook
  3. *
  4. * This program is free software; you can redistribute it and/or
  5. * modify it under the terms of version 2 of the GNU General Public
  6. * License as published by the Free Software Foundation.
  7. */
  8. #ifndef __LINUX_BPF_PERF_EVENT_H__
  9. #define __LINUX_BPF_PERF_EVENT_H__
  10. #include <asm/bpf_perf_event.h>
  11. struct bpf_perf_event_data {
  12. bpf_user_pt_regs_t regs;
  13. __u64 sample_period;
  14. __u64 addr;
  15. };
  16. #endif /* __LINUX_BPF_PERF_EVENT_H__ */