Home
last modified time | relevance | path

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

/linux/tools/perf/util/
A Dhist.c1970 static bool can_goto_child(struct hist_entry *he, enum hierarchy_move_dir hmd) in can_goto_child() argument
1972 if (he->leaf || hmd == HMD_FORCE_SIBLING) in can_goto_child()
1975 if (he->unfolded || hmd == HMD_FORCE_CHILD) in can_goto_child()
1992 struct rb_node *__rb_hierarchy_next(struct rb_node *node, enum hierarchy_move_dir hmd) in __rb_hierarchy_next() argument
1996 if (can_goto_child(he, hmd)) in __rb_hierarchy_next()
A Dhist.h567 enum hierarchy_move_dir hmd);

Completed in 11 milliseconds