xref: /openbmc/linux/tools/perf/util/topdown.h (revision 1647cd5b)
1687986bbSKan Liang /* SPDX-License-Identifier: GPL-2.0 */
2687986bbSKan Liang #ifndef TOPDOWN_H
3687986bbSKan Liang #define TOPDOWN_H 1
4687986bbSKan Liang 
5*1647cd5bSIan Rogers #include <stdbool.h>
6*1647cd5bSIan Rogers 
7*1647cd5bSIan Rogers struct evsel;
8*1647cd5bSIan Rogers 
9acb65150SKan Liang bool arch_topdown_sample_read(struct evsel *leader);
10687986bbSKan Liang 
11687986bbSKan Liang #endif
12