Home
last modified time | relevance | path

Searched refs:list_first_entry (Results 1 – 3 of 3) sorted by relevance

/external/linux-tools-perf/src/include/linux/
Dlist.h361 #define list_first_entry(ptr, type, member) \ macro
373 (!list_empty(ptr) ? list_first_entry(ptr, type, member) : NULL)
/external/linux-tools-perf/src/tools/perf/ui/stdio/
Dhist.c302 struct sort_entry *se = list_first_entry(&hist_entry__sort_list, in hist_entry__callchain_fprintf()
/external/linux-tools-perf/src/tools/perf/util/
Dprobe-finder.c98 ln = list_first_entry(head, struct line_node, list); in line_list__free()