aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/lib/include/internal/evlist.h
blob: 7fbfe57166523e92562ecf273e0341bcb391dd43 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __LIBPERF_INTERNAL_EVLIST_H
#define __LIBPERF_INTERNAL_EVLIST_H

struct perf_evlist {
	struct list_head	entries;
};

#endif /* __LIBPERF_INTERNAL_EVLIST_H */