mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
6 lines
157 B
C
6 lines
157 B
C
![]() |
// 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 */
|