Go to the documentation of this file. 1 #ifndef __PERF_EVLIST_H
2 #define __PERF_EVLIST_H 1
4 #include <linux/list.h>
17 #define PERF_EVLIST__HLIST_BITS 8
18 #define PERF_EVLIST__HLIST_SIZE (1 << PERF_EVLIST__HLIST_BITS)
57 #define perf_evlist__add_default_attrs(evlist, array) \
58 __perf_evlist__add_default_attrs(evlist, array, ARRAY_SIZE(array))
61 const char *
sys,
const char *
name,
void *handler);
97 static inline void perf_evlist__set_maps(
struct perf_evlist *evlist,