Home
last modified time | relevance | path

Searched defs:child (Results 1 – 6 of 6) sorted by relevance

/tools/perf/util/
Dcallchain.c31 #define chain_for_each_child(child, parent) \ argument
34 #define chain_for_each_child_safe(child, next, parent) \ argument
81 struct callchain_node *child; in __sort_chain_flat() local
104 struct callchain_node *child; in __sort_chain_graph_abs() local
127 struct callchain_node *child; in __sort_chain_graph_rel() local
403 struct callchain_node *child, *next_child; in merge_chain_branch() local
Dprobe-finder.h91 bool child; /* Search child scopes */ member
/tools/testing/selftests/ptrace/
Dpeeksiginfo.c39 static int check_error_paths(pid_t child) in check_error_paths()
100 int check_direct_path(pid_t child, int shared, int nr) in check_direct_path()
152 pid_t child; in main() local
/tools/perf/ui/browsers/
Dhists.c81 struct callchain_node *child = rb_entry(nd, struct callchain_node, rb_node); in callchain_node__count_rows_rb_tree() local
147 struct callchain_node *child = rb_entry(nd, struct callchain_node, rb_node); in callchain_node__init_have_children_rb_tree() local
222 struct callchain_node *child = rb_entry(nd, struct callchain_node, rb_node); in callchain_node__set_folding_rb_tree() local
420 struct callchain_node *child = rb_entry(node, struct callchain_node, rb_node); in hist_browser__show_callchain_node_rb_tree() local
976 struct callchain_node *child = rb_entry(node, struct callchain_node, rb_node); in hist_browser__fprintf_callchain_node_rb_tree() local
/tools/perf/ui/stdio/
Dhist.c87 struct callchain_node *child; in __callchain__fprintf_graph() local
/tools/perf/scripts/python/
Dsched-migration.py69 def __init__(self, child): argument