Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dexpand-cgroup.c29 TEST_ASSERT_VAL("evlist is empty", !evlist__empty(evlist)); in test_expand_events()
165 if (evlist__empty(evlist)) { in expand_libpfm_events()
/openbmc/linux/tools/perf/util/
H A Devlist.h233 static inline bool evlist__empty(struct evlist *evlist) in evlist__empty() function
H A Devlist.c413 if (evlist__empty(evlist)) { in evlist__cpu_begin()
H A Dsort.c3325 if (evlist == NULL || evlist__empty(evlist)) in get_default_sort_order()