summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorKaixu Xia <xiakaixu@huawei.com>2015-08-06 07:02:34 +0000
committerDavid S. Miller <davem@davemloft.net>2015-08-09 22:50:05 -0700
commitea317b267e9d03a8241893aa176fba7661d07579 (patch)
tree75d0e648c42e56ae0f2ae0f5e33226ce4bb77fee /include/uapi/linux
parent2a36f0b92eb638dd023870574eb471b1c56be9ad (diff)
downloadop-kernel-dev-ea317b267e9d03a8241893aa176fba7661d07579.zip
op-kernel-dev-ea317b267e9d03a8241893aa176fba7661d07579.tar.gz
bpf: Add new bpf map type to store the pointer to struct perf_event
Introduce a new bpf map type 'BPF_MAP_TYPE_PERF_EVENT_ARRAY'. This map only stores the pointer to struct perf_event. The user space event FDs from perf_event_open() syscall are converted to the pointer to struct perf_event and stored in map. Signed-off-by: Kaixu Xia <xiakaixu@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/bpf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/bpf.h b/include/uapi/linux/bpf.h
index 2ce13c1..a1814e8 100644
--- a/include/uapi/linux/bpf.h
+++ b/include/uapi/linux/bpf.h
@@ -114,6 +114,7 @@ enum bpf_map_type {
BPF_MAP_TYPE_HASH,
BPF_MAP_TYPE_ARRAY,
BPF_MAP_TYPE_PROG_ARRAY,
+ BPF_MAP_TYPE_PERF_EVENT_ARRAY,
};
enum bpf_prog_type {
OpenPOWER on IntegriCloud