SmartAudio/lichee/linux-4.9/tools/perf/util/group.h

8 lines
122 B
C
Raw Normal View History

2018-07-13 01:31:50 +00:00
#ifndef GROUP_H
#define GROUP_H 1
bool arch_topdown_check_group(bool *warn);
void arch_topdown_group_warn(void);
#endif