Home
last modified time | relevance | path

Searched defs:recursive (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/ui/browsers/
H A Dannotate-data.c447 bool recursive) in annotated_data_browser__fold()
467 bool recursive) in annotated_data_browser__unfold()
490 bool recursive) in annotated_data_browser__toggle_fold()
/linux/tools/perf/util/
H A Dmutex.c20 static void __mutex_init(struct mutex *mtx, bool pshared, bool recursive) in __mutex_init()
H A Ddwarf-aux.c817 bool recursive; member
856 static int __die_walk_funclines(Dwarf_Die *sp_die, bool recursive, in __die_walk_funclines()
/linux/samples/vfs/
H A Dmountinfo.c216 bool recursive = false; in main() local
/linux/scripts/gdb/linux/
H A Ddevice.py90 def _show_device(dev, level=0, recursive=False): argument