linux-zen-desktop/tools/perf/util/topdown.h

12 lines
176 B
C
Raw Permalink Normal View History

2023-08-30 17:31:07 +02:00
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef TOPDOWN_H
#define TOPDOWN_H 1
2023-10-24 12:59:35 +02:00
#include <stdbool.h>
struct evsel;
2023-08-30 17:31:07 +02:00
bool arch_topdown_sample_read(struct evsel *leader);
#endif