^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) /* SPDX-License-Identifier: GPL-2.0 */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #ifndef TOPDOWN_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) #define TOPDOWN_H 1
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) #include "evsel.h"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) bool arch_topdown_check_group(bool *warn);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) void arch_topdown_group_warn(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) bool arch_topdown_sample_read(struct evsel *leader);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) int topdown_filter_events(const char **attr, char **str, bool use_group);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) #endif