Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef _EVSEL_H
0003 #define _EVSEL_H 1
0004 
0005 bool evsel__sys_has_perf_metrics(const struct evsel *evsel);
0006 
0007 #endif