aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/pmus.h
blob: 5ec12007eb5cd5e400013dce30ee8954b006a20f (plain)
1
2
3
4
5
6
7
8
9
/* 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 */