Home
last modified time | relevance | path

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

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