Merge tag 'spi-fix-v6.9-merge-window' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / tools / perf / util / topdown.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
687986bb
KL
2#ifndef TOPDOWN_H
3#define TOPDOWN_H 1
44b1e60a 4
1647cd5b
IR
5#include <stdbool.h>
6
7struct evsel;
8
acb65150 9bool arch_topdown_sample_read(struct evsel *leader);
687986bb 10
44b1e60a 11#endif