summary refs log tree commit diff
path: root/tools/perf/lib/include/internal/evlist.h
blob: a12c712a91975a60ea8f314cdf739b3c0d19279f (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __LIBPERF_INTERNAL_EVLIST_H
#define __LIBPERF_INTERNAL_EVLIST_H

struct perf_evlist {
	struct list_head	entries;
	int			nr_entries;
};

#endif /* __LIBPERF_INTERNAL_EVLIST_H */