summaryrefslogtreecommitdiff
path: root/tools/perf/lib/include/internal/evlist.h
blob: 9964e4a9456e17360629ae498e0d2244eced821d (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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;
	bool			has_user_cpus;
};

#endif /* __LIBPERF_INTERNAL_EVLIST_H */