Sign in
linux
/
linux
/
kernel
/
git
/
dhowells
/
linux-fs
/
ecf1d926661bec4080a79c0ac9dbfe02b31702cf
/
.
/
tools
/
perf
/
util
/
pmus.h
blob: 5ec12007eb5cd5e400013dce30ee8954b006a20f [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
__PMUS_H
#define
__PMUS_H
extern
struct
list_head pmus
;
#define
perf_pmus__for_each_pmu
(
pmu
)
list_for_each_entry
(
pmu
,
&
pmus
,
list
)
#endif
/* __PMUS_H */