Lines Matching defs:str
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]:
250 def real_event(name: str, event: str) -> Optional[str]:
266 def unit_to_pmu(unit: str) -> Optional[str]:
298 def is_zero(val: str) -> bool:
307 def canonicalize_value(val: str) -> str:
437 def read_json_events(path: str, topic: str) -> Sequence[JsonEvent]:
459 def preprocess_arch_std_files(archpath: str) -> None:
471 def add_events_table_entries(item: os.DirEntry, topic: str) -> None:
484 def fix_none(s: Optional[str]) -> str:
544 def fix_none(s: Optional[str]) -> str:
595 def get_topic(topic: str) -> str:
600 def preprocess_one_file(parents: Sequence[str], item: os.DirEntry) -> None:
636 def process_one_file(parents: Sequence[str], item: os.DirEntry) -> None:
638 def is_leaf_dir_ignoring_sys(path: str) -> bool:
674 def print_mapping_table(archs: Sequence[str]) -> None:
1229 def dir_path(path: str) -> str:
1235 def ftw(path: str, parents: Sequence[str],
1236 action: Callable[[Sequence[str], os.DirEntry], None]) -> None: