summaryrefslogtreecommitdiffstats
path: root/tools/perf/lib/include/internal/evsel.h
blob: 690943d0408a02e9ec6393f883b40a13c23f76a7 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __LIBPERF_INTERNAL_EVSEL_H
#define __LIBPERF_INTERNAL_EVSEL_H

struct perf_evsel {
	struct list_head	node;
};

#endif /* __LIBPERF_INTERNAL_EVSEL_H */