Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dmshv_debugfs.c195 u64 parent_val, self_val; in vp_stats_show() local
215 parent_val = pstats[HV_STATS_AREA_PARENT]->data[idx]; in vp_stats_show()
218 parent_val ? parent_val : self_val); in vp_stats_show()
264 u64 parent_val, self_val; in partition_stats_show() local
273 parent_val = pstats[HV_STATS_AREA_PARENT]->data[idx]; in partition_stats_show()
276 parent_val ? parent_val : self_val); in partition_stats_show()
/linux/tools/perf/util/
H A Dcallchain.h63 struct list_head parent_val; member
175 INIT_LIST_HEAD(&root->node.parent_val); in callchain_init()
H A Dcallchain.c555 INIT_LIST_HEAD(&new->parent_val); in create_child()
1501 list_for_each_entry_safe(list, tmp, &node->parent_val, list) { in free_callchain_node()
1582 list_move_tail(&chain->list, &node->parent_val); in callchain_node__make_parent_list()
1584 if (!list_empty(&node->parent_val)) { in callchain_node__make_parent_list()
1585 chain = list_first_entry(&node->parent_val, struct callchain_list, list); in callchain_node__make_parent_list()
/linux/tools/perf/ui/gtk/
H A Dhists.c116 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()
/linux/tools/perf/ui/browsers/
H A Dhists.c209 list_for_each_entry(chain, &node->parent_val, list) { in callchain_node__count_flat_rows()
932 list_for_each_entry(chain, &child->parent_val, list) { in hist_browser__show_callchain_flat()
1052 list_for_each_entry(chain, &child->parent_val, list) { in hist_browser__show_callchain_folded()