/scripts/ |
D | bpf_helpers_doc.py | 17 def __init__(self, line='<line not provided>', reader=None): argument 32 def __init__(self, proto='', desc='', ret=''): argument 37 def proto_break_down(self): argument 71 def __init__(self, filename): argument 76 def parse_helper(self): argument 82 def parse_proto(self): argument 97 def parse_desc(self): argument 120 def parse_ret(self): argument 143 def run(self): argument 170 def __init__(self, helpers): argument [all …]
|
D | spdxcheck.py | 15 def __init__(self, tok, txt): argument 20 def __init__(self, el, txt): argument 25 def __init__(self): argument 84 def __init__(self, spdx): argument 100 def validate(self, tok): argument 116 def t_RPAR(self, tok): argument 121 def t_LPAR(self, tok): argument 126 def t_ID(self, tok): argument 145 def t_error(self, tok): argument 148 def p_expr(self, p): argument [all …]
|
/scripts/kconfig/tests/ |
D | conftest.py | 30 def __init__(self, request): argument 39 def _run_conf(self, mode, dot_config=None, out_file='.config', argument 116 def oldaskconfig(self, dot_config=None, in_keys=None): argument 126 def oldconfig(self, dot_config=None, in_keys=None): argument 136 def olddefconfig(self, dot_config=None): argument 144 def defconfig(self, defconfig): argument 153 def _allconfig(self, mode, all_config): argument 162 def allyesconfig(self, all_config=None): argument 170 def allmodconfig(self, all_config=None): argument 178 def allnoconfig(self, all_config=None): argument [all …]
|
/scripts/gdb/linux/ |
D | symbols.py | 23 def __init__(self, spec, gdb_command): argument 28 def stop(self): argument 70 def __init__(self): argument 74 def _update_module_files(self): argument 84 def _get_module_file(self, module_name): argument 92 def _section_arguments(self, module): argument 110 def load_module_symbols(self, module): argument 138 def load_all_symbols(self): argument 166 def invoke(self, arg, from_tty): argument
|
D | proc.py | 26 def __init__(self): argument 29 def invoke(self, arg, from_tty): argument 40 def __init__(self): argument 43 def invoke(self, arg, from_tty): argument 85 def __init__(self): argument 88 def invoke(self, arg, from_tty): argument 100 def __init__(self): argument 103 def invoke(self, arg, from_tty): argument 145 def __init__(self): argument 151 def invoke(self, arg, from_tty): argument [all …]
|
D | tasks.py | 55 def __init__(self): argument 58 def invoke(self, pid): argument 72 def __init__(self): argument 75 def invoke(self, arg, from_tty): argument 113 def __init__(self): argument 116 def invoke(self, task): argument 129 def __init__(self): argument 132 def invoke(self, pid): argument
|
D | rbtree.py | 106 def __init__(self): argument 109 def invoke(self, root): argument 126 def __init__(self): argument 129 def invoke(self, root): argument 146 def __init__(self): argument 149 def invoke(self, node): argument 166 def __init__(self): argument 169 def invoke(self, node): argument
|
D | clk.py | 26 def __init__(self): argument 29 def show_subtree(self, clk, level): argument 43 def invoke(self, arg, from_tty): argument 61 def __init__(self): argument 64 def lookup_hlist(self, hlist_head, name): argument 72 def invoke(self, name): argument
|
D | device.py | 100 def __init__(self): argument 103 def invoke(self, arg, from_tty): argument 120 def __init__(self): argument 123 def invoke(self, arg, from_tty): argument 138 def __init__(self): argument 141 def invoke(self, arg, from_tty): argument 153 def __init__(self): argument 156 def invoke(self, bus, name): argument 167 def __init__(self): argument 170 def invoke(self, cls, name): argument
|
D | cpus.py | 129 def __init__(self): argument 132 def invoke(self, arg, from_tty): argument 149 def __init__(self): argument 152 def invoke(self, var_name, cpu=-1): argument 166 def __init__(self): argument 169 def invoke(self, cpu=-1): argument
|
D | modules.py | 47 def __init__(self): argument 50 def invoke(self, mod_name): argument 67 def __init__(self): argument 70 def invoke(self, arg, from_tty): argument
|
D | genpd.py | 43 def __init__(self): argument 46 def summary_one(self, genpd): argument 72 def invoke(self, arg, from_tty): argument
|
D | config.py | 16 def __init__(self): argument 20 def invoke(self, arg, from_tty): argument
|
D | utils.py | 18 def __init__(self, name): argument 22 def _new_objfile_handler(self, event): argument 26 def get_type(self): argument 62 def __init__(self): argument 65 def invoke(self, ptr, typename, elementname): argument
|
D | dmesg.py | 30 def __init__(self): argument 33 def invoke(self, arg, from_tty): argument
|
D | lists.py | 120 def __init__(self): argument 124 def invoke(self, arg, from_tty): argument
|
D | timerlist.py | 184 def __init__(self): argument 187 def invoke(self, arg, from_tty): argument
|
/scripts/tracing/ |
D | draw_functrace.py | 35 def __init__(self, func, time = None, parent = None): argument 44 def calls(self, func, calltime): argument 53 def getParent(self, func): argument 67 def __repr__(self): argument 70 def __toString(self, branch, lastChild): argument
|