Back to home page

OSCL-LXR

 
 

    


0001 
0002 /* SPDX-License-Identifier: GPL-2.0 */
0003 #ifndef __PERF_API_PROBE_H
0004 #define __PERF_API_PROBE_H
0005 
0006 #include <stdbool.h>
0007 
0008 bool perf_can_aux_sample(void);
0009 bool perf_can_comm_exec(void);
0010 bool perf_can_record_cpu_wide(void);
0011 bool perf_can_record_switch_events(void);
0012 bool perf_can_record_text_poke_events(void);
0013 bool perf_can_sample_identifier(void);
0014 bool perf_can_record_build_id(void);
0015 bool perf_can_record_cgroup(void);
0016 
0017 #endif // __PERF_API_PROBE_H