| /tools/net/ynl/ |
| D | ynl-gen-rst.py | 39 def bold(text: str) -> str: 49 def sanitize(text: str) -> str: 55 def rst_fields(key: str, value: str, level: int = 0) -> str: 60 def rst_definition(key: str, value: Any, level: int = 0) -> str: 65 def rst_paragraph(paragraph: str, level: int = 0) -> str: 70 def rst_bullet(item: str, level: int = 0) -> str: 75 def rst_subsection(title: str) -> str: 80 def rst_subsubsection(title: str) -> str: 85 def rst_section(namespace: str, prefix: str, title: str) -> str: 90 def rst_subtitle(title: str) -> str: [all …]
|
| /tools/testing/kunit/ |
| D | kunit_kernel.py | 45 def __init__(self, linux_arch: str, cross_compile: Optional[str]): 60 def make_olddefconfig(self, build_dir: str, make_options: Optional[List[str]]) -> None: 74 def make(self, jobs: int, build_dir: str, make_options: Optional[List[str]]) -> None: 96 def start(self, params: List[str], build_dir: str) -> subprocess.Popen: 102 def __init__(self, qemu_arch_params: qemu_config.QemuArchParams, cross_compile: Optional[str]): 117 def start(self, params: List[str], build_dir: str) -> subprocess.Popen: 138 def __init__(self, cross_compile: Optional[str]=None): 146 def start(self, params: List[str], build_dir: str) -> subprocess.Popen: 157 def get_kconfig_path(build_dir: str) -> str: 160 def get_kunitconfig_path(build_dir: str) -> str: [all …]
|
| D | kunit_printer.py | 18 def __init__(self, output: typing.IO[str]): 22 def print(self, message: str) -> None: 25 def print_with_timestamp(self, message: str) -> None: 29 def _color(self, code: str, text: str) -> str: 34 def red(self, text: str) -> str: 37 def yellow(self, text: str) -> str: 40 def green(self, text: str) -> str:
|
| D | kunit_config.py | 49 def add_entry(self, name: str, value: str) -> None: 76 def write_to_file(self, path: str) -> None: 81 def parse_file(path: str) -> Kconfig: 85 def parse_from_string(blob: str) -> Kconfig:
|
| D | kunit_parser.py | 57 def add_error(self, error_message: str) -> None: 157 def __init__(self, lines: Iterator[Tuple[int, str]]): argument 217 def extract_tap_lines(kernel_output: Iterable[str]) -> LineStream: 219 def isolate_ktap_output(kernel_output: Iterable[str]) \ 254 version_type: str, test: Test) -> None: 464 def format_test_divider(message: str, len_message: int) -> str: 512 def print_log(log: Iterable[str]) -> None: 575 def failed_names(test: Test, parent_name: str) -> List[str]: 657 def parse_test(lines: LineStream, expected_num: int, log: List[str], is_subtest: bool) -> Test: 801 def parse_run_tests(kernel_output: Iterable[str]) -> Test:
|
| D | kunit.py | 145 def _suites_from_test_list(tests: List[str]) -> List[str]: 219 …ests(request: KunitParseRequest, metadata: kunit_json.Metadata, input_data: Iterable[str]) -> Tupl… 298 def massage_argv(argv: Sequence[str]) -> Sequence[str]: 299 def massage_arg(arg: str) -> str: 538 def main(argv: Sequence[str]) -> None:
|
| /tools/perf/pmu-events/ |
| D | jevents.py | 63 def removesuffix(s: str, suffix: str) -> str: 72 def file_name_to_table_name(prefix: str, parents: Sequence[str], 73 dirname: str) -> str: 82 def c_len(s: str) -> int: 126 def add(self, s: str, metric: bool) -> None: 174 def string_cmp_key(s: str) -> Tuple[bool, int, str]: 208 def fixdesc(s: str) -> str: 216 def convert_aggr_mode(aggr_mode: str) -> Optional[str]: 226 def convert_metric_constraint(metric_constraint: str) -> Optional[str]: 238 def lookup_msr(num: str) -> Optional[str]: [all …]
|
| D | models.py | 11 def dir_path(path: str) -> str: 17 def find_archs(start_dir: str, arch: str) -> List[str]: 30 def find_mapfiles(start_dir: str, archs: List[str]) -> List[str]: 40 def find_cpuids(mapfiles: List[str], cpuids: str) -> List[str]:
|
| D | metric.py | 29 def Substitute(self, name: str, expression: 'Expression') -> 'Expression': 115 def __init__(self, operator: str, lhs: Union[int, float, Expression], 123 other_str: str, 198 def Substitute(self, name: str, expression: Expression) -> Expression: 246 def Substitute(self, name: str, expression: Expression) -> Expression: 259 fn: str, 296 def Substitute(self, name: str, expression: Expression) -> Expression: 306 def _FixEscapes(s: str) -> str: 314 def __init__(self, name: str, legacy_name: str = ''): 331 def Substitute(self, name: str, expression: Expression) -> Expression: [all …]
|
| /tools/net/sunrpc/xdrgen/generators/ |
| D | __init__.py | 13 def create_jinja2_environment(language: str, xdr_type: str) -> Environment: 31 environment: Environment, template_type: str, template_name: str 49 def header_guard_infix(filename: str) -> str: 75 def __init__(self, language: str, peer: str): 79 def emit_declaration(self, filename: str, root: Specification) -> None: 83 def emit_definition(self, filename: str, root: Specification) -> None: 87 def emit_source(self, filename: str, root: Specification) -> None: 95 def __init__(self, language: str, peer: str):
|
| D | program.py | 13 environment: Environment, program: str, version: _RpcVersion 34 environment: Environment, program: str, version: _RpcVersion 59 environment: Environment, program: str, version: _RpcVersion 73 environment: Environment, program: str, version: _RpcVersion 87 environment: Environment, program: str, version: _RpcVersion 101 environment: Environment, program: str, version: _RpcVersion 117 def __init__(self, language: str, peer: str):
|
| D | header_top.py | 17 def __init__(self, language: str, peer: str): 22 def emit_declaration(self, filename: str, root: Specification) -> None: 33 def emit_definition(self, filename: str, root: Specification) -> None: 44 def emit_source(self, filename: str, root: Specification) -> None:
|
| D | header_bottom.py | 17 def __init__(self, language: str, peer: str): 22 def emit_declaration(self, filename: str, root: Specification) -> None: 27 def emit_definition(self, filename: str, root: Specification) -> None: 32 def emit_source(self, filename: str, root: Specification) -> None:
|
| D | source_top.py | 17 def __init__(self, language: str, peer: str): 22 def emit_source(self, filename: str, root: Specification) -> None:
|
| /tools/net/sunrpc/xdrgen/subcmds/ |
| D | source.py | 30 def emit_source_decoder(node: _XdrAst, language: str, peer: str) -> None: 49 def emit_source_encoder(node: _XdrAst, language: str, peer: str) -> None: 68 def generate_server_source(filename: str, root: Specification, language: str) -> None: 80 def generate_client_source(filename: str, root: Specification, language: str) -> None:
|
| /tools/perf/util/ |
| D | string.c | 23 s64 perf_atoll(const char *str) in perf_atoll() 110 static bool __match_glob(const char *str, const char *pat, bool ignore_space, in __match_glob() 170 bool strglobmatch(const char *str, const char *pat) in strglobmatch() 175 bool strglobmatch_nocase(const char *str, const char *pat) in strglobmatch_nocase() 188 bool strlazymatch(const char *str, const char *pat) in strlazymatch() 251 char *strpbrk_esc(char *str, const char *stopset) in strpbrk_esc() 267 char *strdup_esc(const char *str) in strdup_esc()
|
| D | comm.c | 14 char str[]; in DECLARE_RC_STRUCT() local 78 static struct comm_str *comm_str__new(const char *str) in comm_str__new() 121 static struct comm_str *__comm_strs__find(struct comm_strs *comm_strs, const char *str) in __comm_strs__find() 134 static struct comm_str *comm_strs__findnew(const char *str) in comm_strs__findnew() 190 struct comm *comm__new(const char *str, u64 timestamp, bool exec) in comm__new() 209 int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) in comm__override()
|
| D | parse-regs-options.c | 13 __parse_regs(const struct option *opt, const char *str, int unset, bool intr) in __parse_regs() 86 parse_user_regs(const struct option *opt, const char *str, int unset) in parse_user_regs() 92 parse_intr_regs(const struct option *opt, const char *str, int unset) in parse_intr_regs()
|
| /tools/testing/vsock/ |
| D | control.c | 114 void control_writeln(const char *str) in control_writeln() 146 char str[32]; in control_writeulong() local 159 char *str; in control_readulong() local 231 void control_expectln(const char *str) in control_expectln() 242 bool control_cmpln(char *line, const char *str, bool fail) in control_cmpln()
|
| /tools/perf/ |
| D | builtin-probe.c | 53 static int parse_probe_event(const char *str) in parse_probe_event() 81 static int params_add_filter(const char *str) in params_add_filter() 167 static int opt_set_target(const struct option *opt, const char *str, in opt_set_target() 203 const char *str, int unset __maybe_unused) in opt_set_target_ns() 234 const char *str, int unset __maybe_unused) in opt_show_lines() 254 const char *str, int unset __maybe_unused) in opt_show_vars() 276 const char *str, int unset __maybe_unused) in opt_add_probe_event() 287 const char *str, int unset) in opt_set_filter_with_command() 299 const char *str, int unset __maybe_unused) in opt_set_filter() 444 char *str = strfilter__string(filter); in perf_del_probe_events() local
|
| /tools/include/linux/ |
| D | init.h | 24 const char *str; member 29 #define __setup_param(str, unique_id, fn, early) \ argument 37 #define __setup(str, fn) \ argument 40 #define early_param(str, fn) \ argument
|
| /tools/testing/selftests/bpf/prog_tests/ |
| D | btf_dump.c | 271 size_t ptr_sz, char *str, const char *expected_val) in btf_dump_data() 351 char *str) in test_btf_dump_int_data() 409 char *str) in test_btf_dump_float_data() 454 char *str) in test_btf_dump_char_data() 476 char *str) in test_btf_dump_typedef_data() 531 char *str) in test_btf_dump_enum_data() 567 char *str) in test_btf_dump_struct_data() 802 char *str) in test_btf_dump_var_data() 812 static void test_btf_datasec(struct btf *btf, struct btf_dump *d, char *str, in test_btf_datasec() 838 static void test_btf_dump_datasec_data(char *str) in test_btf_dump_datasec_data() [all …]
|
| /tools/perf/tests/shell/lib/ |
| D | perf_metric_validation.py | 11 …def __init__(self, metric: list[str], wl: str, value: list[float], low: float, up=float('nan'), de… 76 def read_json(self, filename: str) -> dict: 141 def get_value(self, name: str, ridx: int = 0) -> list: 206 def evaluate_formula(self, formula: str, alias: dict, ridx: int = 0): 378 def _run_perf(self, metric, workload: str): 390 def collect_perf(self, workload: str):
|
| /tools/bpf/bpftool/ |
| D | netlink_dumper.h | 79 #define NET_DUMP_UINT_ONLY(str) \ argument 87 #define NET_DUMP_STR(name, fmt_str, str) \ argument 95 #define NET_DUMP_STR_ONLY(str) \ argument
|
| /tools/perf/scripts/python/ |
| D | gecko.py | 140 def _intern_string(self, string: str) -> int: 150 def _intern_frame(self, frame_str: str) -> int: 177 def _add_sample(self, comm: str, stack: List[str], time_ms: Milliseconds) -> None:
|