Home
last modified time | relevance | path

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

/tools/perf/ui/browsers/
A Dannotate-data.c447 bool recursive) in annotated_data_browser__fold() argument
453 if (entry->folded && !recursive) in annotated_data_browser__fold()
456 if (recursive) { in annotated_data_browser__fold()
467 bool recursive) in annotated_data_browser__unfold() argument
474 if (!entry->folded && !recursive) in annotated_data_browser__unfold()
479 if (recursive) in annotated_data_browser__unfold()
490 bool recursive) in annotated_data_browser__toggle_fold() argument
503 annotated_data_browser__unfold(browser, curr, recursive); in annotated_data_browser__toggle_fold()
505 annotated_data_browser__fold(browser, curr, recursive); in annotated_data_browser__toggle_fold()
/tools/testing/selftests/cgroup/
A Dmemcg_protection.m54 % recursive protection
/tools/perf/util/
A Ddwarf-aux.c817 bool recursive; member
838 if (!lw->recursive) in __die_walk_funclines_cb()
856 static int __die_walk_funclines(Dwarf_Die *sp_die, bool recursive, in __die_walk_funclines() argument
860 .recursive = recursive, in __die_walk_funclines()
/tools/net/ynl/pyynl/
A Dynl_gen_c.py661 return self.family.pure_nested_structs[self.nested_attrs].recursive
969 self.recursive = False
1333 if self.pure_nested_structs[nested].recursive:
1449 struct.recursive = True
1461 if not child.recursive:
3598 if struct.recursive:

Completed in 69 milliseconds