Home
last modified time | relevance | path

Searched refs:list_last_entry (Results 1 – 6 of 6) sorted by relevance

/tools/include/linux/
A Dlist.h373 #define list_last_entry(ptr, type, member) \ macro
396 (!list_empty(ptr) ? list_last_entry(ptr, type, member) : NULL)
469 for (pos = list_last_entry(head, typeof(*pos), member); \
579 for (pos = list_last_entry(head, typeof(*pos), member), \
/tools/perf/util/
A Dcall-path.c59 cpb = list_last_entry(&cpr->blocks, struct call_path_block, in call_path__new()
A Dannotate.c2650 if (curr == list_last_entry(sources, struct disasm_line, al.node)) in annotation__next_asm_line()
2655 next != list_last_entry(sources, struct disasm_line, al.node)) in annotation__next_asm_line()
2978 last_dl = list_last_entry(&notes->src->source, in process_basic_block()
A Dannotate-data.c967 last_bb = list_last_entry(this_blocks, typeof(*last_bb), list); in prepend_basic_blocks()
/tools/perf/ui/browsers/
A Dannotate-data.c193 return list_last_entry(&entry->children, struct browser_entry, node); in get_last_child()
243 last = list_last_entry(&browser->entries, struct browser_entry, node); in browser__next_entry()
281 entry = list_last_entry(&browser->entries, typeof(*entry), node); in browser__seek()
/tools/bpf/bpftool/
A Dcfg.c57 list_last_entry(&cfg->funcs, struct func_node, l)
61 list_last_entry(&func->bbs, struct bb_node, l)

Completed in 19 milliseconds