Skip to content

Commit

Permalink
Add BPF_PROG_TYPE_PERF_EVENT to bpf_prog_type enum
Browse files Browse the repository at this point in the history
  • Loading branch information
palmtenor committed Oct 20, 2016
1 parent 315998d commit d1c78ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cc/compat/linux/bpf.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ enum bpf_prog_type {
BPF_PROG_TYPE_SCHED_ACT,
BPF_PROG_TYPE_TRACEPOINT,
BPF_PROG_TYPE_XDP,
BPF_PROG_TYPE_PERF_EVENT,
};

#define BPF_PSEUDO_MAP_FD 1
Expand Down

0 comments on commit d1c78ca

Please sign in to comment.