Home
last modified time | relevance | path

Searched refs:evlist__empty (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/tests/
H A Dexpand-cgroup.c28 TEST_ASSERT_VAL("evlist is empty", !evlist__empty(evlist)); in test_expand_events()
158 if (evlist__empty(evlist)) { in expand_libpfm_events()
/linux/tools/perf/util/
H A Devlist.h236 static inline bool evlist__empty(struct evlist *evlist) in evlist__empty() function
H A Devlist.c433 if (evlist__empty(evlist)) { in evlist_cpu_iterator__init()
H A Dsort.c3867 if (evlist == NULL || evlist__empty(evlist)) in get_default_sort_order()