nt9856x/BSP/linux-kernel/tools/perf/util/group.h
2023-03-28 15:07:53 +08: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