1 /* SPDX-License-Identifier: GPL-2.0 */
7 /* For older systems */
13 #define CAP_PERFMON 38
16 /* Query if a capability is supported, used_root is set if the fallback root check was used. */
17 bool perf_cap__capable(int cap
, bool *used_root
);
19 #endif /* __PERF_CAP_H */