linux-surface/tools/perf/util/group.h
2017-08-10 09:25:24 -04:00

8 lines
122 B
C

#ifndef GROUP_H
#define GROUP_H 1
bool arch_topdown_check_group(bool *warn);
void arch_topdown_group_warn(void);
#endif