Home
last modified time | relevance | path

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

/linux/tools/perf/ui/browsers/
H A Dannotate-data.c180 static struct browser_entry *get_first_child(struct browser_entry *entry) in get_first_child() function
202 return get_first_child(entry->parent) == entry; in is_first_child()
249 entry = get_first_child(entry); in browser__next_entry()