Home
last modified time | relevance | path

Searched refs:Optional (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_kernel.py18 from typing import Iterator, List, Optional, Tuple namespace
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:
101 def __init__(self, qemu_arch_params: qemu_config.QemuArchParams, cross_compile: Optional[str]):
137 def __init__(self, cross_compile: Optional[str]=None):
165 kunitconfig_paths: Optional[List[str]]=None) -> kunit_config.Kconfig:
200 extra_qemu_args: Optional[List[str]],
201 cross_compile: Optional[str]) -> Tuple[str, LinuxSourceTreeOperations]:
232 kunitconfig_paths: Optional[Lis
[all...]
H A Dkunit.py21 from typing import Iterable, List, Optional, Sequence, Tuple namespace
42 make_options: Optional[List[str]]
50 raw_output: Optional[str]
51 json: Optional[str]
59 filter_action: Optional[str]
60 kernel_args: Optional[List[str]]
61 run_isolated: Optional[str]
H A Dkunit_parser.py18 from typing import Iterable, Iterator, List, Optional, Tuple namespace
43 self.expected_count = 0 # type: Optional[int]
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dgecko.py30 from typing import List, Dict, Optional, NamedTuple, Set, Tuple, Any namespace
82 prefix_id: Optional[StackID]
87 stack_id: Optional[StackID]
114 stackMap: Dict[Tuple[Optional[int], int], int] = field(default_factory=dict)
125 stackMap: Dict[Tuple[Optional[int], int], int] = field(default_factory=dict)
128 def _intern_stack(self, frame_id: int, prefix_id: Optional[int]) -> int:
/kernel/linux/linux-5.10/tools/testing/kunit/
H A Dkunit_parser.py15 from typing import List, Optional, Tuple namespace
155 def parse_test_case(lines: List[str]) -> Optional[TestCase]:
167 def parse_subtest_header(lines: List[str]) -> Optional[str]:
180 def parse_subtest_plan(lines: List[str]) -> Optional[int]:
234 def parse_test_suite(lines: List[str], expected_suite_index: int) -> Optional[TestSuite]:
275 def parse_test_plan(lines: List[str]) -> Optional[int]:
/kernel/linux/linux-6.6/tools/perf/pmu-events/
H A Djevents.py11 from typing import (Callable, Dict, Optional, Sequence, Set, Tuple) namespace
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]:
250 def real_event(name: str, event: str) -> Optional[str]:
266 def unit_to_pmu(unit: str) -> Optional[str]:
451 def fix_none(s: Optional[str]) -> str:
507 def fix_none(s: Optional[str]) -> str:
H A Dmetric.py7 from typing import Dict, List, Optional, Set, Tuple, Union namespace
261 rhs: Optional[Union[int, float, Expression]] = None):

Completed in 6 milliseconds