Home
last modified time | relevance | path

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

/linux/tools/perf/ui/browsers/
H A Dannotate-data.c188 static struct browser_entry *get_last_child(struct browser_entry *entry) in get_last_child() function
211 return get_last_child(entry->parent) == entry; in is_last_child()
228 entry = get_last_child(entry); in browser__prev_entry()
245 last = get_last_child(last); in browser__next_entry()
283 entry = get_last_child(entry); in browser__seek()