Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dcallchain.h58 struct list_head parent_val; member
163 INIT_LIST_HEAD(&root->node.parent_val); in callchain_init()
Dcallchain.c530 INIT_LIST_HEAD(&new->parent_val); in create_child()
1445 list_for_each_entry_safe(list, tmp, &node->parent_val, list) { in free_callchain_node()
1524 list_move_tail(&chain->list, &node->parent_val); in callchain_node__make_parent_list()
1526 if (!list_empty(&node->parent_val)) { in callchain_node__make_parent_list()
1527 chain = list_first_entry(&node->parent_val, struct callchain_list, list); in callchain_node__make_parent_list()
/Linux-v4.19/tools/perf/ui/gtk/
Dhists.c114 list_for_each_entry(chain, &node->parent_val, list) { in perf_gtk__add_callchain_flat()
175 list_for_each_entry(chain, &node->parent_val, list) { in perf_gtk__add_callchain_folded()
/Linux-v4.19/tools/perf/ui/browsers/
Dhists.c193 list_for_each_entry(chain, &node->parent_val, list) { in callchain_node__count_flat_rows()
864 list_for_each_entry(chain, &child->parent_val, list) { in hist_browser__show_callchain_flat()
984 list_for_each_entry(chain, &child->parent_val, list) { in hist_browser__show_callchain_folded()