/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __LIBPERF_INTERNAL_EVSEL_H #define __LIBPERF_INTERNAL_EVSEL_H #include #include struct perf_evsel { struct list_head node; struct perf_event_attr attr; }; #endif /* __LIBPERF_INTERNAL_EVSEL_H */