Sign in
android-kvm
/
linux
/
ec903f264f0184a0aba62b42d7717c61f1893450
/
.
/
tools
/
perf
/
lib
/
include
/
internal
/
evlist.h
blob: 9964e4a9456e17360629ae498e0d2244eced821d [
file
] [
log
] [
blame
]
/* 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 */