kernel_samsung_a34x-permissive/tools/perf/util/group.h
2024-04-28 15:51:13 +02:00

9 lines
161 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef GROUP_H
#define GROUP_H 1
bool arch_topdown_check_group(bool *warn);
void arch_topdown_group_warn(void);
#endif