Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dhist.c2006 static bool can_goto_child(struct hist_entry *he, enum hierarchy_move_dir hmd) in can_goto_child() argument
2008 if (he->leaf || hmd == HMD_FORCE_SIBLING) in can_goto_child()
2011 if (he->unfolded || hmd == HMD_FORCE_CHILD) in can_goto_child()
2028 struct rb_node *__rb_hierarchy_next(struct rb_node *node, enum hierarchy_move_dir hmd) in __rb_hierarchy_next() argument
2032 if (can_goto_child(he, hmd)) in __rb_hierarchy_next()
H A Dhist.h577 enum hierarchy_move_dir hmd);