summaryrefslogtreecommitdiff
path: root/tools/perf/include/bpf/bpf.h
blob: 003afcab4e51fec7408d3810865b95a498df912f (plain)
1
2
3
4
5
// SPDX-License-Identifier: GPL-2.0
#ifndef _PERF_BPF_H
#define _PERF_BPF_H
#define SEC(NAME) __attribute__((section(NAME),  used))
#endif /* _PERF_BPF_H */