Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / tools / perf / util / perf_api_probe.h
blobd5506a983a94a4be830f4cc056a0d63aa65ec55d
2 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef __PERF_API_PROBE_H
4 #define __PERF_API_PROBE_H
6 #include <stdbool.h>
8 bool perf_can_aux_sample(void);
9 bool perf_can_comm_exec(void);
10 bool perf_can_record_cpu_wide(void);
11 bool perf_can_record_switch_events(void);
12 bool perf_can_record_text_poke_events(void);
13 bool perf_can_sample_identifier(void);
15 #endif // __PERF_API_PROBE_H