* Don Porter (porter@cs.unc.edu) wrote:
+
+SRST
|
+ ``info pg``
|
+ Show the active page table.
|
+ERST
Are those |'s over -----> in the actual patch?
+ {
+ .name = "mtree",
+ .args_type = "flatview:-f,dispatch_tree:-d,owner:-o,disabled:-D",
+ .params = "[-f][-d][-o][-D]",
+ .help = "show memory tree (-f: dump flat view for address
spaces;"
+ "-d: dump dispatch tree, valid with -f only);"
+ "-o: dump region owners/parents;"
+ "-D: dump disabled regions",
+ .cmd = hmp_info_mtree,
+ },
Hmm this looks like a copy-pasteism ?