Home
last modified time | relevance | path

Searched defs:str (Results 1 – 25 of 1376) sorted by relevance

12345678910>>...56

/linux-6.3-rc2/tools/perf/pmu-events/
A Djevents.py58 def removesuffix(s: str, suffix: str) -> str:
67 def file_name_to_table_name(prefix: str, parents: Sequence[str],
77 def c_len(s: str) -> int:
115 def add(self, s: str) -> None:
189 def fixdesc(s: str) -> str:
219 def real_event(name: str, event: str) -> Optional[str]:
362 def read_json_events(path: str, topic: str) -> Sequence[JsonEvent]:
470 def get_topic(topic: str) -> str:
499 def is_leaf_dir(path: str) -> bool:
883 def dir_path(path: str) -> str:
[all …]
A Dmetric.py117 other_str: str,
253 fn: str,
300 def _FixEscapes(s: str) -> str:
308 def __init__(self, name: str, legacy_name: str = ''):
332 def __init__(self, value: Union[float, str]): argument
359 def __init__(self, value: str):
413 name: str,
414 description: str,
416 scale_unit: str,
474 def __init__(self, name: str, metric_list: List[Union[Metric,
[all …]
/linux-6.3-rc2/tools/testing/kunit/
A Dkunit_kernel.py45 def __init__(self, linux_arch: str, cross_compile: Optional[str]):
95 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
115 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
144 def start(self, params: List[str], build_dir: str) -> subprocess.Popen:
154 def get_kconfig_path(build_dir: str) -> str:
163 def get_parsed_kunitconfig(build_dir: str,
187 def get_outfile_path(build_dir: str) -> str:
198 def _get_qemu_ops(config_path: str,
199 extra_qemu_args: Optional[List[str]],
230 build_dir: str,
[all …]
A Dkunit_printer.py22 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:
A Dkunit_parser.py58 def add_error(self, error_message: str) -> None:
158 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]) \
252 version_type: str, test: Test) -> None:
462 def format_test_divider(message: str, len_message: int) -> str:
510 def print_log(log: Iterable[str]) -> None:
573 def failed_names(test: Test, parent_name: str) -> List[str]:
655 def parse_test(lines: LineStream, expected_num: int, log: List[str], is_subtest: bool) -> Test:
791 def parse_run_tests(kernel_output: Iterable[str]) -> Test:
A Dkunit_config.py49 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:
/linux-6.3-rc2/drivers/usb/common/
A Ddebug.c15 __u16 wLength, char *str, size_t size) in usb_decode_get_status()
74 __u16 wIndex, char *str, size_t size) in usb_decode_set_clear_feature()
100 static void usb_decode_set_address(__u16 wValue, char *str, size_t size) in usb_decode_set_address()
107 __u16 wLength, char *str, size_t size) in usb_decode_get_set_descriptor()
175 static void usb_decode_set_configuration(__u8 wValue, char *str, size_t size) in usb_decode_set_configuration()
180 static void usb_decode_get_intf(__u16 wIndex, __u16 wLength, char *str, in usb_decode_get_intf()
187 static void usb_decode_set_intf(__u8 wValue, __u16 wIndex, char *str, in usb_decode_set_intf()
195 char *str, size_t size) in usb_decode_synch_frame()
201 static void usb_decode_set_sel(__u16 wLength, char *str, size_t size) in usb_decode_set_sel()
206 static void usb_decode_set_isoch_delay(__u8 wValue, char *str, size_t size) in usb_decode_set_isoch_delay()
[all …]
/linux-6.3-rc2/sound/pci/lola/
A Dlola_pcm.c52 struct lola_stream *str) in lola_stream_clear_pending_irq()
97 struct lola_stream *str, in lola_stream_wait_for_fifo()
127 struct lola_stream *str; in lola_sync_wait_for_fifo() local
158 struct lola_stream *str; in lola_sync_pause() local
247 struct lola_stream *str) in lola_cleanup_slave_streams()
305 struct lola_stream *str, __le32 **bdlp, in setup_bdle()
342 struct lola_stream *str) in lola_setup_periods()
392 struct lola_stream *str, in lola_set_stream_config()
428 struct lola_stream *str) in lola_setup_controller()
506 struct lola_stream *str; in lola_pcm_trigger() local
[all …]
/linux-6.3-rc2/rust/macros/
A Dmodule.rs22 fn emit_base(&mut self, field: &str, content: &str, builtin: bool) { in emit_base()
60 fn emit_only_builtin(&mut self, field: &str, content: &str) { in emit_only_builtin()
64 fn emit_only_loadable(&mut self, field: &str, content: &str) { in emit_only_loadable()
68 fn emit(&mut self, field: &str, content: &str) { in emit()
/linux-6.3-rc2/tools/perf/util/
A Dstring.c23 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()
A Dcomm.c13 char *str; member
41 static struct comm_str *comm_str__alloc(const char *str) in comm_str__alloc()
61 struct comm_str *__comm_str__findnew(const char *str, struct rb_root *root) in __comm_str__findnew()
97 static struct comm_str *comm_str__findnew(const char *str, struct rb_root *root) in comm_str__findnew()
108 struct comm *comm__new(const char *str, u64 timestamp, bool exec) in comm__new()
127 int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) in comm__override()
/linux-6.3-rc2/arch/mips/kernel/
A Dmips-mt.c25 static int __init maxvpes(char *str) in maxvpes()
36 static int __init maxtcs(char *str) in maxtcs()
127 static int __init rpsctl_set(char *str) in rpsctl_set()
134 static int __init nblsu_set(char *str) in nblsu_set()
141 static int __init config7_set(char *str) in config7_set()
151 static int __init set_itc_base(char *str) in set_itc_base()
/linux-6.3-rc2/drivers/acpi/
A Dacpi_configfs.c99 static ssize_t acpi_table_signature_show(struct config_item *cfg, char *str) in acpi_table_signature_show()
109 static ssize_t acpi_table_length_show(struct config_item *cfg, char *str) in acpi_table_length_show()
119 static ssize_t acpi_table_revision_show(struct config_item *cfg, char *str) in acpi_table_revision_show()
129 static ssize_t acpi_table_oem_id_show(struct config_item *cfg, char *str) in acpi_table_oem_id_show()
139 static ssize_t acpi_table_oem_table_id_show(struct config_item *cfg, char *str) in acpi_table_oem_table_id_show()
149 static ssize_t acpi_table_oem_revision_show(struct config_item *cfg, char *str) in acpi_table_oem_revision_show()
160 char *str) in acpi_table_asl_compiler_id_show()
171 char *str) in acpi_table_asl_compiler_revision_show()
/linux-6.3-rc2/drivers/usb/cdns3/
A Dcdns3-debug.h15 static inline char *cdns3_decode_usb_irq(char *str, in cdns3_decode_usb_irq()
51 static inline char *cdns3_decode_ep_irq(char *str, in cdns3_decode_ep_irq()
89 static inline char *cdns3_decode_epx_irq(char *str, in cdns3_decode_epx_irq()
96 static inline char *cdns3_decode_ep0_irq(char *str, in cdns3_decode_ep0_irq()
111 struct cdns3_trb *ring, char *str) in cdns3_dbg_ring()
/linux-6.3-rc2/scripts/
A Dgenerate_rust_target.rs59 fn push(&mut self, key: &str, value: T); in push()
63 fn push(&mut self, key: &str, value: bool) { in push()
69 fn push(&mut self, key: &str, value: i32) { in push()
75 fn push(&mut self, key: &str, value: String) { in push()
81 fn push(&mut self, key: &str, value: &str) { in push()
87 fn push(&mut self, key: &str, value: Object) { in push()
/linux-6.3-rc2/drivers/gpu/drm/arm/display/komeda/
A Dkomeda_event.c13 char *str; member
21 static int komeda_sprintf(struct komeda_str *str, const char *fmt, ...) in komeda_sprintf()
48 static void evt_sprintf(struct komeda_str *str, u64 evt, const char *msg) in evt_sprintf()
54 static void evt_str(struct komeda_str *str, u64 events) in evt_str()
137 struct komeda_str str; in komeda_print_events() local
/linux-6.3-rc2/tools/perf/
A Dbuiltin-probe.c53 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()
435 char *str = strfilter__string(filter); in perf_del_probe_events() local
/linux-6.3-rc2/drivers/md/
A Ddm-init.c88 static char __init *str_field_delimit(char **str, char separator) in str_field_delimit()
111 static char __init *dm_parse_table_entry(struct dm_device *dev, char *str) in dm_parse_table_entry()
162 static int __init dm_parse_table(struct dm_device *dev, char *str) in dm_parse_table()
192 static char __init *dm_parse_device_entry(struct dm_device *dev, char *str) in dm_parse_device_entry()
237 static int __init dm_parse_devices(struct list_head *devices, char *str) in dm_parse_devices()
273 char *str; in dm_init_init() local
/linux-6.3-rc2/tools/testing/vsock/
A Dcontrol.c114 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()
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dbtf_dump.c271 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 …]
/linux-6.3-rc2/include/linux/ceph/
A Dstring_table.h17 char str[]; member
25 static inline struct ceph_string *ceph_get_string(struct ceph_string *str) in ceph_get_string()
31 static inline void ceph_put_string(struct ceph_string *str) in ceph_put_string()
39 const char* str, size_t len) in ceph_compare_string()
/linux-6.3-rc2/drivers/char/
A Dhangcheck-timer.c69 static int __init hangcheck_parse_tick(char *str) in hangcheck_parse_tick()
77 static int __init hangcheck_parse_margin(char *str) in hangcheck_parse_margin()
85 static int __init hangcheck_parse_reboot(char *str) in hangcheck_parse_reboot()
93 static int __init hangcheck_parse_dump_tasks(char *str) in hangcheck_parse_dump_tasks()
/linux-6.3-rc2/arch/s390/kernel/
A Dnospec-branch.c7 static int __init nobp_setup_early(char *str) in nobp_setup_early()
30 static int __init nospec_setup_early(char *str) in nospec_setup_early()
53 static int __init nospectre_v2_setup_early(char *str) in nospectre_v2_setup_early()
85 static int __init spectre_v2_setup_early(char *str) in spectre_v2_setup_early()
/linux-6.3-rc2/drivers/media/platform/st/sti/delta/
A Ddelta-debug.c12 char *delta_streaminfo_str(struct delta_streaminfo *s, char *str, in delta_streaminfo_str()
34 char *delta_frameinfo_str(struct delta_frameinfo *f, char *str, in delta_frameinfo_str()
59 unsigned char str[100] = ""; in delta_trace_summary() local
/linux-6.3-rc2/lib/
A Dcmdline.c23 static int get_range(char **str, int *pint, int n) in get_range()
56 int get_option(char **str, int *pint) in get_option()
107 char *get_options(const char *str, int nints, int *ints) in get_options()
203 bool parse_option_str(const char *str, const char *option) in parse_option_str()

Completed in 37 milliseconds

12345678910>>...56