Searched refs:list_last_entry (Results 1 – 6 of 6) sorted by relevance
| /tools/include/linux/ |
| A D | list.h | 373 #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 D | call-path.c | 59 cpb = list_last_entry(&cpr->blocks, struct call_path_block, in call_path__new()
|
| A D | annotate.c | 2650 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(¬es->src->source, in process_basic_block()
|
| A D | annotate-data.c | 967 last_bb = list_last_entry(this_blocks, typeof(*last_bb), list); in prepend_basic_blocks()
|
| /tools/perf/ui/browsers/ |
| A D | annotate-data.c | 193 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 D | cfg.c | 57 list_last_entry(&cfg->funcs, struct func_node, l) 61 list_last_entry(&func->bbs, struct bb_node, l)
|
Completed in 19 milliseconds