Searched refs:parent_val (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | callchain.h | 63 struct list_head parent_val; member 176 INIT_LIST_HEAD(&root->node.parent_val); in callchain_init()
|
H A D | callchain.c | 537 INIT_LIST_HEAD(&new->parent_val); in create_child() 1460 list_for_each_entry_safe(list, tmp, &node->parent_val, list) { in free_callchain_node() 1539 list_move_tail(&chain->list, &node->parent_val); in callchain_node__make_parent_list() 1541 if (!list_empty(&node->parent_val)) { in callchain_node__make_parent_list() 1542 chain = list_first_entry(&node->parent_val, struct callchain_list, list); in callchain_node__make_parent_list()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | callchain.h | 63 struct list_head parent_val; member 174 INIT_LIST_HEAD(&root->node.parent_val); in callchain_init()
|
H A D | callchain.c | 544 INIT_LIST_HEAD(&new->parent_val); in create_child() 1475 list_for_each_entry_safe(list, tmp, &node->parent_val, list) { in free_callchain_node() 1556 list_move_tail(&chain->list, &node->parent_val); in callchain_node__make_parent_list() 1558 if (!list_empty(&node->parent_val)) { in callchain_node__make_parent_list() 1559 chain = list_first_entry(&node->parent_val, struct callchain_list, list); in callchain_node__make_parent_list()
|
/kernel/linux/linux-5.10/tools/perf/ui/gtk/ |
H A D | hists.c | 116 list_for_each_entry(chain, &node->parent_val, list) { in perf_gtk__add_callchain_flat() 177 list_for_each_entry(chain, &node->parent_val, list) { in perf_gtk__add_callchain_folded()
|
/kernel/linux/linux-6.6/tools/perf/ui/gtk/ |
H A D | hists.c | 116 list_for_each_entry(chain, &node->parent_val, list) { in perf_gtk__add_callchain_flat() 177 list_for_each_entry(chain, &node->parent_val, list) { in perf_gtk__add_callchain_folded()
|
/kernel/linux/linux-5.10/tools/perf/ui/browsers/ |
H A D | hists.c | 208 list_for_each_entry(chain, &node->parent_val, list) { in callchain_node__count_flat_rows() 220 /* node->parent_val list might be empty */ in callchain_node__count_flat_rows() 930 list_for_each_entry(chain, &child->parent_val, list) { in hist_browser__show_callchain_flat() 1050 list_for_each_entry(chain, &child->parent_val, list) { in hist_browser__show_callchain_folded()
|
/kernel/linux/linux-6.6/tools/perf/ui/browsers/ |
H A D | hists.c | 208 list_for_each_entry(chain, &node->parent_val, list) { in callchain_node__count_flat_rows() 220 /* node->parent_val list might be empty */ in callchain_node__count_flat_rows() 931 list_for_each_entry(chain, &child->parent_val, list) { in hist_browser__show_callchain_flat() 1051 list_for_each_entry(chain, &child->parent_val, list) { in hist_browser__show_callchain_folded()
|
Completed in 18 milliseconds