Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __PERF_EVLIST_HYBRID_H
0003 #define __PERF_EVLIST_HYBRID_H
0004 
0005 #include <linux/compiler.h>
0006 #include <linux/kernel.h>
0007 #include "evlist.h"
0008 #include <unistd.h>
0009 
0010 int evlist__add_default_hybrid(struct evlist *evlist, bool precise);
0011 void evlist__warn_hybrid_group(struct evlist *evlist);
0012 bool evlist__has_hybrid(struct evlist *evlist);
0013 int evlist__fix_hybrid_cpus(struct evlist *evlist, const char *cpu_list);
0014 
0015 #endif /* __PERF_EVLIST_HYBRID_H */