Home
last modified time | relevance | path

Searched defs:self (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/linux/tools/testing/kunit/
H A Dkunit_tool_test.py46 test_is_subset_of(self) global() argument
56 test_read_from_file(self) global() argument
70 test_write_to_file(self) global() argument
86 setUp(self) global() argument
90 noPrintCallContains(self, substr: str) global() argument
94 assertContains(self, needle: str, haystack: kunit_parser.LineStream) global() argument
102 test_output_isolated_correctly(self) global() argument
113 test_output_with_prefix_isolated_correctly(self) global() argument
142 test_parse_successful_test_log(self) global() argument
149 test_parse_successful_nested_tests_log(self) global() argument
156 test_kselftest_nested(self) global() argument
163 test_parse_failed_test_log(self) global() argument
170 test_parse_failed_nested_tests_log(self) global() argument
181 test_no_header(self) global() argument
190 test_missing_test_plan(self) global() argument
201 test_no_tests(self) global() argument
210 test_no_tests_no_plan(self) global() argument
222 test_no_kunit_output(self) global() argument
233 test_skipped_test(self) global() argument
242 test_skipped_all_tests(self) global() argument
250 test_ignores_hyphen(self) global() argument
264 test_ignores_prefix_printk_time(self) global() argument
272 test_ignores_multiple_prefixes(self) global() argument
280 test_prefix_mixed_kernel_output(self) global() argument
288 test_prefix_poundsign(self) global() argument
296 test_kernel_panic_end(self) global() argument
304 test_pound_no_prefix(self) global() argument
312 test_summarize_failures(self) global() argument
333 test_ktap_format(self) global() argument
342 test_parse_subtest_header(self) global() argument
348 test_parse_attributes(self) global() argument
364 test_show_test_output_on_failure(self) global() argument
379 test_parse_late_test_plan(self) global() argument
395 test_basic(self) global() argument
412 test_is_lazy(self) global() argument
431 setUp(self) global() argument
435 test_invalid_kunitconfig(self) global() argument
439 test_valid_kunitconfig(self) global() argument
443 test_dir_kunitconfig(self) global() argument
449 test_multiple_kunitconfig(self) global() argument
466 test_multiple_kunitconfig_invalid(self) global() argument
478 test_kconfig_add(self) global() argument
486 test_invalid_arch(self) global() argument
490 test_run_kernel_hits_exception(self) global() argument
506 test_run_kernel_args_not_mutated(self) global() argument
532 test_run_kernel_skips_terminal_reset_without_tty(self) global() argument
550 test_signal_handler_skips_terminal_reset_without_tty(self) global() argument
562 test_signal_handler_resets_terminal_with_tty(self) global() argument
574 test_build_reconfig_no_config(self) global() argument
590 test_build_reconfig_existing_config(self) global() argument
610 test_build_reconfig_remove_option(self) global() argument
635 setUp(self) global() argument
639 _json_for(self, log_file) global() argument
647 test_failed_test_json(self) global() argument
653 test_crashed_test_json(self) global() argument
659 test_skipped_test_json(self) global() argument
665 test_no_tests_json(self) global() argument
669 test_nested_json(self) global() argument
676 __eq__(self, other) global() argument
680 setUp(self) global() argument
695 test_config_passes_args_pass(self) global() argument
700 test_build_passes_args_pass(self) global() argument
706 test_exec_passes_args_pass(self) global() argument
714 test_run_passes_args_pass(self) global() argument
722 test_exec_passes_args_fail(self) global() argument
728 test_run_passes_args_fail(self) global() argument
737 test_exec_no_tests(self) global() argument
746 test_exec_raw_output(self) global() argument
754 test_run_raw_output(self) global() argument
763 test_run_raw_output_kunit(self) global() argument
772 test_run_raw_output_invalid(self) global() argument
778 test_run_raw_output_does_not_take_positional_args(self) global() argument
786 test_exec_timeout(self) global() argument
793 test_run_timeout(self) global() argument
801 test_run_builddir(self) global() argument
810 test_run_builddir_from_env(self) global() argument
819 test_run_builddir_override(self) global() argument
827 test_config_builddir(self) global() argument
832 test_build_builddir(self) global() argument
838 test_exec_builddir(self) global() argument
845 test_run_kunitconfig(self) global() argument
856 test_config_kunitconfig(self) global() argument
867 test_config_alltests(self) global() argument
880 test_run_multiple_kunitconfig(self, mock_linux_init) global() argument
892 test_run_kconfig_add(self) global() argument
903 test_run_qemu_args(self) global() argument
914 test_run_kernel_args(self) global() argument
921 test_list_tests(self) global() argument
933 test_run_isolated_by_suite(self, mock_tests) global() argument
946 test_run_isolated_by_test(self, mock_tests) global() argument
961 test_list_suites(self, mock_stdout, mock_tests) global() argument
970 test_list_cmds(self, mock_stdout) global() argument
978 test_run_list_opts(self, mock_stdout) global() argument
[all...]
/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py58 def __init__(self, id, x, y): argument
74 def __init__(self, x, y): argument
103 self, argument
151 def touches_in_a_report(self): argument
154 def event(self, slots, global_data=None, contact_count=None, incr_scantime=True): argument
178 def get_report(self, req, rnum, rtype): argument
197 def set_report(self, req, rnum, rtype, data): argument
244 self, argument
264 self, argument
293 def __init__(self, max_slots): argument
[all …]
H A Dtest_mouse.py35 def __init__(self, rdesc, name=None, input_info=None): argument
42 def create_report(self, x, y, buttons=None, wheels=None, reportID=None): argument
88 def event(self, x, y, buttons=None, wheels=None): argument
139 def __init__(self, rdesc=report_descriptor, name=None, input_info=None): argument
142 def fake_report(self, x, y, buttons): argument
202 def __init__(self, rdesc=report_descriptor, name=None, input_info=None): argument
246 def __init__(self, rdesc=report_descriptor, name=None, input_info=None): argument
327 self, rdesc=report_descriptor, name=device_name, input_info=device_input_info argument
331 def event(self, x, y, buttons=None, wheels=None): argument
408 def __init__(self, rdesc=report_descriptor, name=None, input_info=None): argument
[all …]
H A Dtest_wacom_generic.py62 def fill(self, reportdata): argument
98 def fill(self, reportdata): argument
123 def fill(self, reportdata): argument
143 def contains(self, field): argument
166 def __init__(self, rdesc, name=None, info=None): argument
176 def match_evdev_rule(self, application, evdev): argument
192 self, x, y, pressure, buttons=None, toolid=None, proximity=None, reportID=None argument
232 def create_report_heartbeat(self, reportID): argument
243 def create_report_pad(self, reportID, ring, ek0): argument
264 def event(self, x, y, pressure, buttons=None, toolid=None, proximity=None): argument
[all …]
/linux/scripts/gdb/linux/
H A Dmm.py24 def __init__(self): argument
35 def __init__(self): argument
94 def kasan_reset_tag(self, addr): argument
97 def SECTION_NR_TO_ROOT(self, sec): argument
100 def __nr_to_section(self, nr): argument
105 def pfn_to_section_nr(self, pfn): argument
108 def section_nr_to_pfn(self, sec): argument
111 def __pfn_to_section(self, pfn): argument
114 def pfn_to_section(self, pfn): argument
117 def subsection_map_index(self, pfn): argument
[all …]
/linux/lib/
H A Dtest_bpf.c90 static int bpf_fill_maxinsns1(struct bpf_test *self) in bpf_fill_maxinsns1() argument
110 static int bpf_fill_maxinsns2(struct bpf_test *self) in bpf_fill_maxinsns2() argument
129 static int bpf_fill_maxinsns3(struct bpf_test *self) in bpf_fill_maxinsns3() argument
156 bpf_fill_maxinsns4(struct bpf_test * self) bpf_fill_maxinsns4() argument
175 bpf_fill_maxinsns5(struct bpf_test * self) bpf_fill_maxinsns5() argument
198 bpf_fill_maxinsns6(struct bpf_test * self) bpf_fill_maxinsns6() argument
220 bpf_fill_maxinsns7(struct bpf_test * self) bpf_fill_maxinsns7() argument
246 bpf_fill_maxinsns8(struct bpf_test * self) bpf_fill_maxinsns8() argument
269 bpf_fill_maxinsns9(struct bpf_test * self) bpf_fill_maxinsns9() argument
295 bpf_fill_maxinsns10(struct bpf_test * self) bpf_fill_maxinsns10() argument
320 __bpf_fill_ja(struct bpf_test * self,unsigned int len,unsigned int plen) __bpf_fill_ja() argument
349 bpf_fill_maxinsns11(struct bpf_test * self) bpf_fill_maxinsns11() argument
355 bpf_fill_maxinsns12(struct bpf_test * self) bpf_fill_maxinsns12() argument
378 bpf_fill_maxinsns13(struct bpf_test * self) bpf_fill_maxinsns13() argument
401 bpf_fill_ja(struct bpf_test * self) bpf_fill_ja() argument
407 bpf_fill_ld_abs_get_processor_id(struct bpf_test * self) bpf_fill_ld_abs_get_processor_id() argument
431 __bpf_fill_stxdw(struct bpf_test * self,int size) __bpf_fill_stxdw() argument
457 bpf_fill_stxw(struct bpf_test * self) bpf_fill_stxw() argument
462 bpf_fill_stxdw(struct bpf_test * self) bpf_fill_stxdw() argument
481 __bpf_fill_max_jmp(struct bpf_test * self,int jmp,int imm,bool alu32) __bpf_fill_max_jmp() argument
519 bpf_fill_max_jmp_taken_32(struct bpf_test * self) bpf_fill_max_jmp_taken_32() argument
524 bpf_fill_max_jmp_taken(struct bpf_test * self) bpf_fill_max_jmp_taken() argument
530 bpf_fill_max_jmp_not_taken_32(struct bpf_test * self) bpf_fill_max_jmp_not_taken_32() argument
535 bpf_fill_max_jmp_not_taken(struct bpf_test * self) bpf_fill_max_jmp_not_taken() argument
541 bpf_fill_max_jmp_always_taken_32(struct bpf_test * self) bpf_fill_max_jmp_always_taken_32() argument
546 bpf_fill_max_jmp_always_taken(struct bpf_test * self) bpf_fill_max_jmp_always_taken() argument
552 bpf_fill_max_jmp_never_taken_32(struct bpf_test * self) bpf_fill_max_jmp_never_taken_32() argument
557 bpf_fill_max_jmp_never_taken(struct bpf_test * self) bpf_fill_max_jmp_never_taken() argument
614 __bpf_fill_alu_shift(struct bpf_test * self,u8 op,u8 mode,bool alu32) __bpf_fill_alu_shift() argument
689 bpf_fill_alu64_lsh_imm(struct bpf_test * self) bpf_fill_alu64_lsh_imm() argument
694 bpf_fill_alu64_rsh_imm(struct bpf_test * self) bpf_fill_alu64_rsh_imm() argument
699 bpf_fill_alu64_arsh_imm(struct bpf_test * self) bpf_fill_alu64_arsh_imm() argument
704 bpf_fill_alu64_lsh_reg(struct bpf_test * self) bpf_fill_alu64_lsh_reg() argument
709 bpf_fill_alu64_rsh_reg(struct bpf_test * self) bpf_fill_alu64_rsh_reg() argument
714 bpf_fill_alu64_arsh_reg(struct bpf_test * self) bpf_fill_alu64_arsh_reg() argument
719 bpf_fill_alu32_lsh_imm(struct bpf_test * self) bpf_fill_alu32_lsh_imm() argument
724 bpf_fill_alu32_rsh_imm(struct bpf_test * self) bpf_fill_alu32_rsh_imm() argument
729 bpf_fill_alu32_arsh_imm(struct bpf_test * self) bpf_fill_alu32_arsh_imm() argument
734 bpf_fill_alu32_lsh_reg(struct bpf_test * self) bpf_fill_alu32_lsh_reg() argument
739 bpf_fill_alu32_rsh_reg(struct bpf_test * self) bpf_fill_alu32_rsh_reg() argument
744 bpf_fill_alu32_arsh_reg(struct bpf_test * self) bpf_fill_alu32_arsh_reg() argument
753 __bpf_fill_alu_shift_same_reg(struct bpf_test * self,u8 op,bool alu32) __bpf_fill_alu_shift_same_reg() argument
799 bpf_fill_alu64_lsh_same_reg(struct bpf_test * self) bpf_fill_alu64_lsh_same_reg() argument
804 bpf_fill_alu64_rsh_same_reg(struct bpf_test * self) bpf_fill_alu64_rsh_same_reg() argument
809 bpf_fill_alu64_arsh_same_reg(struct bpf_test * self) bpf_fill_alu64_arsh_same_reg() argument
814 bpf_fill_alu32_lsh_same_reg(struct bpf_test * self) bpf_fill_alu32_lsh_same_reg() argument
819 bpf_fill_alu32_rsh_same_reg(struct bpf_test * self) bpf_fill_alu32_rsh_same_reg() argument
824 bpf_fill_alu32_arsh_same_reg(struct bpf_test * self) bpf_fill_alu32_arsh_same_reg() argument
841 __bpf_fill_pattern(struct bpf_test * self,void * arg,int dbits,int sbits,int block1,int block2,int (* emit)(struct bpf_test *,void *,struct bpf_insn *,s64,s64)) __bpf_fill_pattern() argument
936 __bpf_emit_alu64_imm(struct bpf_test * self,void * arg,struct bpf_insn * insns,s64 dst,s64 imm) __bpf_emit_alu64_imm() argument
957 __bpf_emit_alu32_imm(struct bpf_test * self,void * arg,struct bpf_insn * insns,s64 dst,s64 imm) __bpf_emit_alu32_imm() argument
978 __bpf_emit_alu64_reg(struct bpf_test * self,void * arg,struct bpf_insn * insns,s64 dst,s64 src) __bpf_emit_alu64_reg() argument
1000 __bpf_emit_alu32_reg(struct bpf_test * self,void * arg,struct bpf_insn * insns,s64 dst,s64 src) __bpf_emit_alu32_reg() argument
1022 __bpf_fill_alu64_imm(struct bpf_test * self,int op) __bpf_fill_alu64_imm() argument
1029 __bpf_fill_alu32_imm(struct bpf_test * self,int op) __bpf_fill_alu32_imm() argument
1036 __bpf_fill_alu64_reg(struct bpf_test * self,int op) __bpf_fill_alu64_reg() argument
1043 __bpf_fill_alu32_reg(struct bpf_test * self,int op) __bpf_fill_alu32_reg() argument
1051 bpf_fill_alu64_mov_imm(struct bpf_test * self) bpf_fill_alu64_mov_imm() argument
1056 bpf_fill_alu64_and_imm(struct bpf_test * self) bpf_fill_alu64_and_imm() argument
1061 bpf_fill_alu64_or_imm(struct bpf_test * self) bpf_fill_alu64_or_imm() argument
1066 bpf_fill_alu64_xor_imm(struct bpf_test * self) bpf_fill_alu64_xor_imm() argument
1071 bpf_fill_alu64_add_imm(struct bpf_test * self) bpf_fill_alu64_add_imm() argument
1076 bpf_fill_alu64_sub_imm(struct bpf_test * self) bpf_fill_alu64_sub_imm() argument
1081 bpf_fill_alu64_mul_imm(struct bpf_test * self) bpf_fill_alu64_mul_imm() argument
1086 bpf_fill_alu64_div_imm(struct bpf_test * self) bpf_fill_alu64_div_imm() argument
1091 bpf_fill_alu64_mod_imm(struct bpf_test * self) bpf_fill_alu64_mod_imm() argument
1097 bpf_fill_alu32_mov_imm(struct bpf_test * self) bpf_fill_alu32_mov_imm() argument
1102 bpf_fill_alu32_and_imm(struct bpf_test * self) bpf_fill_alu32_and_imm() argument
1107 bpf_fill_alu32_or_imm(struct bpf_test * self) bpf_fill_alu32_or_imm() argument
1112 bpf_fill_alu32_xor_imm(struct bpf_test * self) bpf_fill_alu32_xor_imm() argument
1117 bpf_fill_alu32_add_imm(struct bpf_test * self) bpf_fill_alu32_add_imm() argument
1122 bpf_fill_alu32_sub_imm(struct bpf_test * self) bpf_fill_alu32_sub_imm() argument
1127 bpf_fill_alu32_mul_imm(struct bpf_test * self) bpf_fill_alu32_mul_imm() argument
1132 bpf_fill_alu32_div_imm(struct bpf_test * self) bpf_fill_alu32_div_imm() argument
1137 bpf_fill_alu32_mod_imm(struct bpf_test * self) bpf_fill_alu32_mod_imm() argument
1143 bpf_fill_alu64_mov_reg(struct bpf_test * self) bpf_fill_alu64_mov_reg() argument
1148 bpf_fill_alu64_and_reg(struct bpf_test * self) bpf_fill_alu64_and_reg() argument
1153 bpf_fill_alu64_or_reg(struct bpf_test * self) bpf_fill_alu64_or_reg() argument
1158 bpf_fill_alu64_xor_reg(struct bpf_test * self) bpf_fill_alu64_xor_reg() argument
1163 bpf_fill_alu64_add_reg(struct bpf_test * self) bpf_fill_alu64_add_reg() argument
1168 bpf_fill_alu64_sub_reg(struct bpf_test * self) bpf_fill_alu64_sub_reg() argument
1173 bpf_fill_alu64_mul_reg(struct bpf_test * self) bpf_fill_alu64_mul_reg() argument
1178 bpf_fill_alu64_div_reg(struct bpf_test * self) bpf_fill_alu64_div_reg() argument
1183 bpf_fill_alu64_mod_reg(struct bpf_test * self) bpf_fill_alu64_mod_reg() argument
1189 bpf_fill_alu32_mov_reg(struct bpf_test * self) bpf_fill_alu32_mov_reg() argument
1194 bpf_fill_alu32_and_reg(struct bpf_test * self) bpf_fill_alu32_and_reg() argument
1199 bpf_fill_alu32_or_reg(struct bpf_test * self) bpf_fill_alu32_or_reg() argument
1204 bpf_fill_alu32_xor_reg(struct bpf_test * self) bpf_fill_alu32_xor_reg() argument
1209 bpf_fill_alu32_add_reg(struct bpf_test * self) bpf_fill_alu32_add_reg() argument
1214 bpf_fill_alu32_sub_reg(struct bpf_test * self) bpf_fill_alu32_sub_reg() argument
1219 bpf_fill_alu32_mul_reg(struct bpf_test * self) bpf_fill_alu32_mul_reg() argument
1224 bpf_fill_alu32_div_reg(struct bpf_test * self) bpf_fill_alu32_div_reg() argument
1229 bpf_fill_alu32_mod_reg(struct bpf_test * self) bpf_fill_alu32_mod_reg() argument
1238 __bpf_fill_alu_imm_regs(struct bpf_test * self,u8 op,bool alu32) __bpf_fill_alu_imm_regs() argument
1296 bpf_fill_alu64_mov_imm_regs(struct bpf_test * self) bpf_fill_alu64_mov_imm_regs() argument
1301 bpf_fill_alu64_and_imm_regs(struct bpf_test * self) bpf_fill_alu64_and_imm_regs() argument
1306 bpf_fill_alu64_or_imm_regs(struct bpf_test * self) bpf_fill_alu64_or_imm_regs() argument
1311 bpf_fill_alu64_xor_imm_regs(struct bpf_test * self) bpf_fill_alu64_xor_imm_regs() argument
1316 bpf_fill_alu64_lsh_imm_regs(struct bpf_test * self) bpf_fill_alu64_lsh_imm_regs() argument
1321 bpf_fill_alu64_rsh_imm_regs(struct bpf_test * self) bpf_fill_alu64_rsh_imm_regs() argument
1326 bpf_fill_alu64_arsh_imm_regs(struct bpf_test * self) bpf_fill_alu64_arsh_imm_regs() argument
1331 bpf_fill_alu64_add_imm_regs(struct bpf_test * self) bpf_fill_alu64_add_imm_regs() argument
1336 bpf_fill_alu64_sub_imm_regs(struct bpf_test * self) bpf_fill_alu64_sub_imm_regs() argument
1341 bpf_fill_alu64_mul_imm_regs(struct bpf_test * self) bpf_fill_alu64_mul_imm_regs() argument
1346 bpf_fill_alu64_div_imm_regs(struct bpf_test * self) bpf_fill_alu64_div_imm_regs() argument
1351 bpf_fill_alu64_mod_imm_regs(struct bpf_test * self) bpf_fill_alu64_mod_imm_regs() argument
1357 bpf_fill_alu32_mov_imm_regs(struct bpf_test * self) bpf_fill_alu32_mov_imm_regs() argument
1362 bpf_fill_alu32_and_imm_regs(struct bpf_test * self) bpf_fill_alu32_and_imm_regs() argument
1367 bpf_fill_alu32_or_imm_regs(struct bpf_test * self) bpf_fill_alu32_or_imm_regs() argument
1372 bpf_fill_alu32_xor_imm_regs(struct bpf_test * self) bpf_fill_alu32_xor_imm_regs() argument
1377 bpf_fill_alu32_lsh_imm_regs(struct bpf_test * self) bpf_fill_alu32_lsh_imm_regs() argument
1382 bpf_fill_alu32_rsh_imm_regs(struct bpf_test * self) bpf_fill_alu32_rsh_imm_regs() argument
1387 bpf_fill_alu32_arsh_imm_regs(struct bpf_test * self) bpf_fill_alu32_arsh_imm_regs() argument
1392 bpf_fill_alu32_add_imm_regs(struct bpf_test * self) bpf_fill_alu32_add_imm_regs() argument
1397 bpf_fill_alu32_sub_imm_regs(struct bpf_test * self) bpf_fill_alu32_sub_imm_regs() argument
1402 bpf_fill_alu32_mul_imm_regs(struct bpf_test * self) bpf_fill_alu32_mul_imm_regs() argument
1407 bpf_fill_alu32_div_imm_regs(struct bpf_test * self) bpf_fill_alu32_div_imm_regs() argument
1412 bpf_fill_alu32_mod_imm_regs(struct bpf_test * self) bpf_fill_alu32_mod_imm_regs() argument
1421 __bpf_fill_alu_reg_pairs(struct bpf_test * self,u8 op,bool alu32) __bpf_fill_alu_reg_pairs() argument
1488 bpf_fill_alu64_mov_reg_pairs(struct bpf_test * self) bpf_fill_alu64_mov_reg_pairs() argument
1493 bpf_fill_alu64_and_reg_pairs(struct bpf_test * self) bpf_fill_alu64_and_reg_pairs() argument
1498 bpf_fill_alu64_or_reg_pairs(struct bpf_test * self) bpf_fill_alu64_or_reg_pairs() argument
1503 bpf_fill_alu64_xor_reg_pairs(struct bpf_test * self) bpf_fill_alu64_xor_reg_pairs() argument
1508 bpf_fill_alu64_lsh_reg_pairs(struct bpf_test * self) bpf_fill_alu64_lsh_reg_pairs() argument
1513 bpf_fill_alu64_rsh_reg_pairs(struct bpf_test * self) bpf_fill_alu64_rsh_reg_pairs() argument
1518 bpf_fill_alu64_arsh_reg_pairs(struct bpf_test * self) bpf_fill_alu64_arsh_reg_pairs() argument
1523 bpf_fill_alu64_add_reg_pairs(struct bpf_test * self) bpf_fill_alu64_add_reg_pairs() argument
1528 bpf_fill_alu64_sub_reg_pairs(struct bpf_test * self) bpf_fill_alu64_sub_reg_pairs() argument
1533 bpf_fill_alu64_mul_reg_pairs(struct bpf_test * self) bpf_fill_alu64_mul_reg_pairs() argument
1538 bpf_fill_alu64_div_reg_pairs(struct bpf_test * self) bpf_fill_alu64_div_reg_pairs() argument
1543 bpf_fill_alu64_mod_reg_pairs(struct bpf_test * self) bpf_fill_alu64_mod_reg_pairs() argument
1549 bpf_fill_alu32_mov_reg_pairs(struct bpf_test * self) bpf_fill_alu32_mov_reg_pairs() argument
1554 bpf_fill_alu32_and_reg_pairs(struct bpf_test * self) bpf_fill_alu32_and_reg_pairs() argument
1559 bpf_fill_alu32_or_reg_pairs(struct bpf_test * self) bpf_fill_alu32_or_reg_pairs() argument
1564 bpf_fill_alu32_xor_reg_pairs(struct bpf_test * self) bpf_fill_alu32_xor_reg_pairs() argument
1569 bpf_fill_alu32_lsh_reg_pairs(struct bpf_test * self) bpf_fill_alu32_lsh_reg_pairs() argument
1574 bpf_fill_alu32_rsh_reg_pairs(struct bpf_test * self) bpf_fill_alu32_rsh_reg_pairs() argument
1579 bpf_fill_alu32_arsh_reg_pairs(struct bpf_test * self) bpf_fill_alu32_arsh_reg_pairs() argument
1584 bpf_fill_alu32_add_reg_pairs(struct bpf_test * self) bpf_fill_alu32_add_reg_pairs() argument
1589 bpf_fill_alu32_sub_reg_pairs(struct bpf_test * self) bpf_fill_alu32_sub_reg_pairs() argument
1594 bpf_fill_alu32_mul_reg_pairs(struct bpf_test * self) bpf_fill_alu32_mul_reg_pairs() argument
1599 bpf_fill_alu32_div_reg_pairs(struct bpf_test * self) bpf_fill_alu32_div_reg_pairs() argument
1604 bpf_fill_alu32_mod_reg_pairs(struct bpf_test * self) bpf_fill_alu32_mod_reg_pairs() argument
1614 __bpf_emit_atomic64(struct bpf_test * self,void * arg,struct bpf_insn * insns,s64 dst,s64 src) __bpf_emit_atomic64() argument
1661 __bpf_emit_atomic32(struct bpf_test * self,void * arg,struct bpf_insn * insns,s64 dst,s64 src) __bpf_emit_atomic32() argument
1708 __bpf_emit_cmpxchg64(struct bpf_test * self,void * arg,struct bpf_insn * insns,s64 dst,s64 src) __bpf_emit_cmpxchg64() argument
1748 __bpf_emit_cmpxchg32(struct bpf_test * self,void * arg,struct bpf_insn * insns,s64 dst,s64 src) __bpf_emit_cmpxchg32() argument
1791 __bpf_fill_atomic64(struct bpf_test * self,int op) __bpf_fill_atomic64() argument
1798 __bpf_fill_atomic32(struct bpf_test * self,int op) __bpf_fill_atomic32() argument
1806 bpf_fill_atomic64_add(struct bpf_test * self) bpf_fill_atomic64_add() argument
1811 bpf_fill_atomic64_and(struct bpf_test * self) bpf_fill_atomic64_and() argument
1816 bpf_fill_atomic64_or(struct bpf_test * self) bpf_fill_atomic64_or() argument
1821 bpf_fill_atomic64_xor(struct bpf_test * self) bpf_fill_atomic64_xor() argument
1826 bpf_fill_atomic64_add_fetch(struct bpf_test * self) bpf_fill_atomic64_add_fetch() argument
1831 bpf_fill_atomic64_and_fetch(struct bpf_test * self) bpf_fill_atomic64_and_fetch() argument
1836 bpf_fill_atomic64_or_fetch(struct bpf_test * self) bpf_fill_atomic64_or_fetch() argument
1841 bpf_fill_atomic64_xor_fetch(struct bpf_test * self) bpf_fill_atomic64_xor_fetch() argument
1846 bpf_fill_atomic64_xchg(struct bpf_test * self) bpf_fill_atomic64_xchg() argument
1851 bpf_fill_cmpxchg64(struct bpf_test * self) bpf_fill_cmpxchg64() argument
1858 bpf_fill_atomic32_add(struct bpf_test * self) bpf_fill_atomic32_add() argument
1863 bpf_fill_atomic32_and(struct bpf_test * self) bpf_fill_atomic32_and() argument
1868 bpf_fill_atomic32_or(struct bpf_test * self) bpf_fill_atomic32_or() argument
1873 bpf_fill_atomic32_xor(struct bpf_test * self) bpf_fill_atomic32_xor() argument
1878 bpf_fill_atomic32_add_fetch(struct bpf_test * self) bpf_fill_atomic32_add_fetch() argument
1883 bpf_fill_atomic32_and_fetch(struct bpf_test * self) bpf_fill_atomic32_and_fetch() argument
1888 bpf_fill_atomic32_or_fetch(struct bpf_test * self) bpf_fill_atomic32_or_fetch() argument
1893 bpf_fill_atomic32_xor_fetch(struct bpf_test * self) bpf_fill_atomic32_xor_fetch() argument
1898 bpf_fill_atomic32_xchg(struct bpf_test * self) bpf_fill_atomic32_xchg() argument
1903 bpf_fill_cmpxchg32(struct bpf_test * self) bpf_fill_cmpxchg32() argument
1913 __bpf_fill_atomic_reg_pairs(struct bpf_test * self,u8 width,u8 op) __bpf_fill_atomic_reg_pairs() argument
2048 bpf_fill_atomic64_add_reg_pairs(struct bpf_test * self) bpf_fill_atomic64_add_reg_pairs() argument
2053 bpf_fill_atomic64_and_reg_pairs(struct bpf_test * self) bpf_fill_atomic64_and_reg_pairs() argument
2058 bpf_fill_atomic64_or_reg_pairs(struct bpf_test * self) bpf_fill_atomic64_or_reg_pairs() argument
2063 bpf_fill_atomic64_xor_reg_pairs(struct bpf_test * self) bpf_fill_atomic64_xor_reg_pairs() argument
2068 bpf_fill_atomic64_add_fetch_reg_pairs(struct bpf_test * self) bpf_fill_atomic64_add_fetch_reg_pairs() argument
2073 bpf_fill_atomic64_and_fetch_reg_pairs(struct bpf_test * self) bpf_fill_atomic64_and_fetch_reg_pairs() argument
2078 bpf_fill_atomic64_or_fetch_reg_pairs(struct bpf_test * self) bpf_fill_atomic64_or_fetch_reg_pairs() argument
2083 bpf_fill_atomic64_xor_fetch_reg_pairs(struct bpf_test * self) bpf_fill_atomic64_xor_fetch_reg_pairs() argument
2088 bpf_fill_atomic64_xchg_reg_pairs(struct bpf_test * self) bpf_fill_atomic64_xchg_reg_pairs() argument
2093 bpf_fill_atomic64_cmpxchg_reg_pairs(struct bpf_test * self) bpf_fill_atomic64_cmpxchg_reg_pairs() argument
2099 bpf_fill_atomic32_add_reg_pairs(struct bpf_test * self) bpf_fill_atomic32_add_reg_pairs() argument
2104 bpf_fill_atomic32_and_reg_pairs(struct bpf_test * self) bpf_fill_atomic32_and_reg_pairs() argument
2109 bpf_fill_atomic32_or_reg_pairs(struct bpf_test * self) bpf_fill_atomic32_or_reg_pairs() argument
2114 bpf_fill_atomic32_xor_reg_pairs(struct bpf_test * self) bpf_fill_atomic32_xor_reg_pairs() argument
2119 bpf_fill_atomic32_add_fetch_reg_pairs(struct bpf_test * self) bpf_fill_atomic32_add_fetch_reg_pairs() argument
2124 bpf_fill_atomic32_and_fetch_reg_pairs(struct bpf_test * self) bpf_fill_atomic32_and_fetch_reg_pairs() argument
2129 bpf_fill_atomic32_or_fetch_reg_pairs(struct bpf_test * self) bpf_fill_atomic32_or_fetch_reg_pairs() argument
2134 bpf_fill_atomic32_xor_fetch_reg_pairs(struct bpf_test * self) bpf_fill_atomic32_xor_fetch_reg_pairs() argument
2139 bpf_fill_atomic32_xchg_reg_pairs(struct bpf_test * self) bpf_fill_atomic32_xchg_reg_pairs() argument
2144 bpf_fill_atomic32_cmpxchg_reg_pairs(struct bpf_test * self) bpf_fill_atomic32_cmpxchg_reg_pairs() argument
2158 bpf_fill_ld_imm64_magn(struct bpf_test * self) bpf_fill_ld_imm64_magn() argument
2210 __bpf_fill_ld_imm64_bytes(struct bpf_test * self,u8 base1,u8 mask1,u8 base2,u8 mask2) __bpf_fill_ld_imm64_bytes() argument
2266 bpf_fill_ld_imm64_checker(struct bpf_test * self) bpf_fill_ld_imm64_checker() argument
2271 bpf_fill_ld_imm64_pos_neg(struct bpf_test * self) bpf_fill_ld_imm64_pos_neg() argument
2276 bpf_fill_ld_imm64_pos_zero(struct bpf_test * self) bpf_fill_ld_imm64_pos_zero() argument
2281 bpf_fill_ld_imm64_neg_zero(struct bpf_test * self) bpf_fill_ld_imm64_neg_zero() argument
2322 __bpf_emit_jmp_imm(struct bpf_test * self,void * arg,struct bpf_insn * insns,s64 dst,s64 imm) __bpf_emit_jmp_imm() argument
2345 __bpf_emit_jmp32_imm(struct bpf_test * self,void * arg,struct bpf_insn * insns,s64 dst,s64 imm) __bpf_emit_jmp32_imm() argument
2366 __bpf_emit_jmp_reg(struct bpf_test * self,void * arg,struct bpf_insn * insns,s64 dst,s64 src) __bpf_emit_jmp_reg() argument
2388 __bpf_emit_jmp32_reg(struct bpf_test * self,void * arg,struct bpf_insn * insns,s64 dst,s64 src) __bpf_emit_jmp32_reg() argument
2410 __bpf_fill_jmp_imm(struct bpf_test * self,int op) __bpf_fill_jmp_imm() argument
2417 __bpf_fill_jmp32_imm(struct bpf_test * self,int op) __bpf_fill_jmp32_imm() argument
2424 __bpf_fill_jmp_reg(struct bpf_test * self,int op) __bpf_fill_jmp_reg() argument
2431 __bpf_fill_jmp32_reg(struct bpf_test * self,int op) __bpf_fill_jmp32_reg() argument
2439 bpf_fill_jmp_jset_imm(struct bpf_test * self) bpf_fill_jmp_jset_imm() argument
2444 bpf_fill_jmp_jeq_imm(struct bpf_test * self) bpf_fill_jmp_jeq_imm() argument
2449 bpf_fill_jmp_jne_imm(struct bpf_test * self) bpf_fill_jmp_jne_imm() argument
2454 bpf_fill_jmp_jgt_imm(struct bpf_test * self) bpf_fill_jmp_jgt_imm() argument
2459 bpf_fill_jmp_jge_imm(struct bpf_test * self) bpf_fill_jmp_jge_imm() argument
2464 bpf_fill_jmp_jlt_imm(struct bpf_test * self) bpf_fill_jmp_jlt_imm() argument
2469 bpf_fill_jmp_jle_imm(struct bpf_test * self) bpf_fill_jmp_jle_imm() argument
2474 bpf_fill_jmp_jsgt_imm(struct bpf_test * self) bpf_fill_jmp_jsgt_imm() argument
2479 bpf_fill_jmp_jsge_imm(struct bpf_test * self) bpf_fill_jmp_jsge_imm() argument
2484 bpf_fill_jmp_jslt_imm(struct bpf_test * self) bpf_fill_jmp_jslt_imm() argument
2489 bpf_fill_jmp_jsle_imm(struct bpf_test * self) bpf_fill_jmp_jsle_imm() argument
2495 bpf_fill_jmp32_jset_imm(struct bpf_test * self) bpf_fill_jmp32_jset_imm() argument
2500 bpf_fill_jmp32_jeq_imm(struct bpf_test * self) bpf_fill_jmp32_jeq_imm() argument
2505 bpf_fill_jmp32_jne_imm(struct bpf_test * self) bpf_fill_jmp32_jne_imm() argument
2510 bpf_fill_jmp32_jgt_imm(struct bpf_test * self) bpf_fill_jmp32_jgt_imm() argument
2515 bpf_fill_jmp32_jge_imm(struct bpf_test * self) bpf_fill_jmp32_jge_imm() argument
2520 bpf_fill_jmp32_jlt_imm(struct bpf_test * self) bpf_fill_jmp32_jlt_imm() argument
2525 bpf_fill_jmp32_jle_imm(struct bpf_test * self) bpf_fill_jmp32_jle_imm() argument
2530 bpf_fill_jmp32_jsgt_imm(struct bpf_test * self) bpf_fill_jmp32_jsgt_imm() argument
2535 bpf_fill_jmp32_jsge_imm(struct bpf_test * self) bpf_fill_jmp32_jsge_imm() argument
2540 bpf_fill_jmp32_jslt_imm(struct bpf_test * self) bpf_fill_jmp32_jslt_imm() argument
2545 bpf_fill_jmp32_jsle_imm(struct bpf_test * self) bpf_fill_jmp32_jsle_imm() argument
2551 bpf_fill_jmp_jset_reg(struct bpf_test * self) bpf_fill_jmp_jset_reg() argument
2556 bpf_fill_jmp_jeq_reg(struct bpf_test * self) bpf_fill_jmp_jeq_reg() argument
2561 bpf_fill_jmp_jne_reg(struct bpf_test * self) bpf_fill_jmp_jne_reg() argument
2566 bpf_fill_jmp_jgt_reg(struct bpf_test * self) bpf_fill_jmp_jgt_reg() argument
2571 bpf_fill_jmp_jge_reg(struct bpf_test * self) bpf_fill_jmp_jge_reg() argument
2576 bpf_fill_jmp_jlt_reg(struct bpf_test * self) bpf_fill_jmp_jlt_reg() argument
2581 bpf_fill_jmp_jle_reg(struct bpf_test * self) bpf_fill_jmp_jle_reg() argument
2586 bpf_fill_jmp_jsgt_reg(struct bpf_test * self) bpf_fill_jmp_jsgt_reg() argument
2591 bpf_fill_jmp_jsge_reg(struct bpf_test * self) bpf_fill_jmp_jsge_reg() argument
2596 bpf_fill_jmp_jslt_reg(struct bpf_test * self) bpf_fill_jmp_jslt_reg() argument
2601 bpf_fill_jmp_jsle_reg(struct bpf_test * self) bpf_fill_jmp_jsle_reg() argument
2607 bpf_fill_jmp32_jset_reg(struct bpf_test * self) bpf_fill_jmp32_jset_reg() argument
2612 bpf_fill_jmp32_jeq_reg(struct bpf_test * self) bpf_fill_jmp32_jeq_reg() argument
2617 bpf_fill_jmp32_jne_reg(struct bpf_test * self) bpf_fill_jmp32_jne_reg() argument
2622 bpf_fill_jmp32_jgt_reg(struct bpf_test * self) bpf_fill_jmp32_jgt_reg() argument
2627 bpf_fill_jmp32_jge_reg(struct bpf_test * self) bpf_fill_jmp32_jge_reg() argument
2632 bpf_fill_jmp32_jlt_reg(struct bpf_test * self) bpf_fill_jmp32_jlt_reg() argument
2637 bpf_fill_jmp32_jle_reg(struct bpf_test * self) bpf_fill_jmp32_jle_reg() argument
2642 bpf_fill_jmp32_jsgt_reg(struct bpf_test * self) bpf_fill_jmp32_jsgt_reg() argument
2647 bpf_fill_jmp32_jsge_reg(struct bpf_test * self) bpf_fill_jmp32_jsge_reg() argument
2652 bpf_fill_jmp32_jslt_reg(struct bpf_test * self) bpf_fill_jmp32_jslt_reg() argument
2657 bpf_fill_jmp32_jsle_reg(struct bpf_test * self) bpf_fill_jmp32_jsle_reg() argument
2718 __bpf_fill_staggered_jumps(struct bpf_test * self,const struct bpf_insn * jmp,u64 r1,u64 r2) __bpf_fill_staggered_jumps() argument
2763 bpf_fill_staggered_ja(struct bpf_test * self) bpf_fill_staggered_ja() argument
2771 bpf_fill_staggered_jeq_imm(struct bpf_test * self) bpf_fill_staggered_jeq_imm() argument
2778 bpf_fill_staggered_jne_imm(struct bpf_test * self) bpf_fill_staggered_jne_imm() argument
2785 bpf_fill_staggered_jset_imm(struct bpf_test * self) bpf_fill_staggered_jset_imm() argument
2792 bpf_fill_staggered_jgt_imm(struct bpf_test * self) bpf_fill_staggered_jgt_imm() argument
2799 bpf_fill_staggered_jge_imm(struct bpf_test * self) bpf_fill_staggered_jge_imm() argument
2806 bpf_fill_staggered_jlt_imm(struct bpf_test * self) bpf_fill_staggered_jlt_imm() argument
2813 bpf_fill_staggered_jle_imm(struct bpf_test * self) bpf_fill_staggered_jle_imm() argument
2820 bpf_fill_staggered_jsgt_imm(struct bpf_test * self) bpf_fill_staggered_jsgt_imm() argument
2827 bpf_fill_staggered_jsge_imm(struct bpf_test * self) bpf_fill_staggered_jsge_imm() argument
2834 bpf_fill_staggered_jslt_imm(struct bpf_test * self) bpf_fill_staggered_jslt_imm() argument
2841 bpf_fill_staggered_jsle_imm(struct bpf_test * self) bpf_fill_staggered_jsle_imm() argument
2849 bpf_fill_staggered_jeq_reg(struct bpf_test * self) bpf_fill_staggered_jeq_reg() argument
2856 bpf_fill_staggered_jne_reg(struct bpf_test * self) bpf_fill_staggered_jne_reg() argument
2863 bpf_fill_staggered_jset_reg(struct bpf_test * self) bpf_fill_staggered_jset_reg() argument
2870 bpf_fill_staggered_jgt_reg(struct bpf_test * self) bpf_fill_staggered_jgt_reg() argument
2877 bpf_fill_staggered_jge_reg(struct bpf_test * self) bpf_fill_staggered_jge_reg() argument
2884 bpf_fill_staggered_jlt_reg(struct bpf_test * self) bpf_fill_staggered_jlt_reg() argument
2891 bpf_fill_staggered_jle_reg(struct bpf_test * self) bpf_fill_staggered_jle_reg() argument
2898 bpf_fill_staggered_jsgt_reg(struct bpf_test * self) bpf_fill_staggered_jsgt_reg() argument
2905 bpf_fill_staggered_jsge_reg(struct bpf_test * self) bpf_fill_staggered_jsge_reg() argument
2912 bpf_fill_staggered_jslt_reg(struct bpf_test * self) bpf_fill_staggered_jslt_reg() argument
2919 bpf_fill_staggered_jsle_reg(struct bpf_test * self) bpf_fill_staggered_jsle_reg() argument
2927 bpf_fill_staggered_jeq32_imm(struct bpf_test * self) bpf_fill_staggered_jeq32_imm() argument
2934 bpf_fill_staggered_jne32_imm(struct bpf_test * self) bpf_fill_staggered_jne32_imm() argument
2941 bpf_fill_staggered_jset32_imm(struct bpf_test * self) bpf_fill_staggered_jset32_imm() argument
2948 bpf_fill_staggered_jgt32_imm(struct bpf_test * self) bpf_fill_staggered_jgt32_imm() argument
2955 bpf_fill_staggered_jge32_imm(struct bpf_test * self) bpf_fill_staggered_jge32_imm() argument
2962 bpf_fill_staggered_jlt32_imm(struct bpf_test * self) bpf_fill_staggered_jlt32_imm() argument
2969 bpf_fill_staggered_jle32_imm(struct bpf_test * self) bpf_fill_staggered_jle32_imm() argument
2976 bpf_fill_staggered_jsgt32_imm(struct bpf_test * self) bpf_fill_staggered_jsgt32_imm() argument
2983 bpf_fill_staggered_jsge32_imm(struct bpf_test * self) bpf_fill_staggered_jsge32_imm() argument
2990 bpf_fill_staggered_jslt32_imm(struct bpf_test * self) bpf_fill_staggered_jslt32_imm() argument
2997 bpf_fill_staggered_jsle32_imm(struct bpf_test * self) bpf_fill_staggered_jsle32_imm() argument
3005 bpf_fill_staggered_jeq32_reg(struct bpf_test * self) bpf_fill_staggered_jeq32_reg() argument
3012 bpf_fill_staggered_jne32_reg(struct bpf_test * self) bpf_fill_staggered_jne32_reg() argument
3019 bpf_fill_staggered_jset32_reg(struct bpf_test * self) bpf_fill_staggered_jset32_reg() argument
3026 bpf_fill_staggered_jgt32_reg(struct bpf_test * self) bpf_fill_staggered_jgt32_reg() argument
3033 bpf_fill_staggered_jge32_reg(struct bpf_test * self) bpf_fill_staggered_jge32_reg() argument
3040 bpf_fill_staggered_jlt32_reg(struct bpf_test * self) bpf_fill_staggered_jlt32_reg() argument
3047 bpf_fill_staggered_jle32_reg(struct bpf_test * self) bpf_fill_staggered_jle32_reg() argument
3054 bpf_fill_staggered_jsgt32_reg(struct bpf_test * self) bpf_fill_staggered_jsgt32_reg() argument
3061 bpf_fill_staggered_jsge32_reg(struct bpf_test * self) bpf_fill_staggered_jsge32_reg() argument
3068 bpf_fill_staggered_jslt32_reg(struct bpf_test * self) bpf_fill_staggered_jslt32_reg() argument
3075 bpf_fill_staggered_jsle32_reg(struct bpf_test * self) bpf_fill_staggered_jsle32_reg() argument
[all...]
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat336 def tracepoint_is_child(self, field): argument
343 def __init__(self, exit_reasons): argument
349 def debugfs_is_child(self, field): argument
355 def __init__(self): argument
369 def debugfs_is_child(self, field): argument
375 def __init__(self): argument
381 def debugfs_is_child(self, field): argument
387 def __init__(self): argument
393 def debugfs_is_child(self, field): argument
424 def __init__(self): argument
[all …]
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py194 def __init__(self, task, param=None, parent=None): argument
199 def run(self): argument
213 def __init__(self, glb, params, parent=None): argument
220 def Item(self, parent): argument
226 def rowCount(self, parent): argument
233 def hasChildren(self, parent): argument
236 def headerData(self, section, orientation, role): argument
245 def parent(self, child): argument
252 def index(self, row, column, parent): argument
256 def DisplayData(self, item, index): argument
[all …]
/linux/scripts/
H A Dbpf_doc.py25 def __init__(self, line='<line not provided>', reader=None): argument
41 def __init__(self, proto='', desc='', ret=''): argument
46 def to_dict(self): argument
61 def __init__(self, proto='', desc='', ret='', attrs=[]): argument
66 def proto_break_down(self): argument
92 def to_dict(self): argument
112 def __init__(self, filename): argument
124 def parse_element(self): argument
130 def parse_helper(self): argument
137 def parse_symbol(self): argument
[all …]
/linux/tools/verification/rvgen/rvgen/
H A Dltl2ba.py72 __init__(self, incoming: set['GraphNode'], new, old, _next) global() argument
83 expand(self, node_set) global() argument
95 __lt__(self, other) global() argument
101 __init__(self, op) global() argument
106 __hash__(self) global() argument
109 __eq__(self, other) global() argument
112 __iter__(self) global() argument
116 negate(self) global() argument
120 expand(self, node, node_set) global() argument
123 __str__(self) global() argument
130 normalize(self) global() argument
142 __init__(self, left: ASTNode, right: ASTNode) global() argument
146 __hash__(self) global() argument
149 __iter__(self) global() argument
153 normalize(self) global() argument
156 negate(self) global() argument
159 _is_temporal(self) global() argument
162 is_temporal(self) global() argument
176 normalize(self) global() argument
179 negate(self) global() argument
182 _is_temporal(self) global() argument
200 normalize(self) global() argument
203 negate(self) global() argument
206 _is_temporal(self) global() argument
226 normalize(self) global() argument
229 negate(self) global() argument
232 _is_temporal(self) global() argument
248 normalize(self) global() argument
251 negate(self) global() argument
254 _is_temporal(self) global() argument
270 normalize(self) global() argument
274 _is_temporal(self) global() argument
277 negate(self) global() argument
282 __init__(self, child: ASTNode) global() argument
285 __iter__(self) global() argument
288 __hash__(self) global() argument
291 normalize(self) global() argument
294 _is_temporal(self) global() argument
297 is_temporal(self) global() argument
302 negate(self) global() argument
306 __str__(self) global() argument
309 normalize(self) global() argument
313 _is_temporal(self) global() argument
316 negate(self) global() argument
321 normalize(self) global() argument
326 _is_temporal(self) global() argument
329 negate(self) global() argument
334 normalize(self) global() argument
337 _is_temporal(self) global() argument
340 negate(self) global() argument
354 __str__(self) global() argument
357 normalize(self) global() argument
360 negate(self) global() argument
363 _is_temporal(self) global() argument
375 __init__(self, name: str) global() argument
378 __hash__(self) global() argument
381 __iter__(self) global() argument
384 negate(self) global() argument
388 normalize(self) global() argument
391 is_temporal(self) global() argument
403 __init__(self, value: bool) global() argument
406 __iter__(self) global() argument
409 __hash__(self) global() argument
412 __str__(self) global() argument
417 negate(self) global() argument
421 normalize(self) global() argument
424 is_temporal(self) global() argument
[all...]
H A Ddot2c.py25 __init__(self, file_path, model_name=None) global() argument
29 __buff_to_string(self, buff) global() argument
38 __get_enum_states_content(self) global() argument
48 get_enum_states_string(self) global() argument
52 format_states_enum(self) global() argument
60 __get_enum_events_content(self) global() argument
74 get_enum_events_string(self) global() argument
78 format_events_enum(self) global() argument
86 get_minimun_type(self) global() argument
100 format_automaton_definition(self) global() argument
112 format_aut_init_header(self) global() argument
117 __get_string_vector_per_line_content(self, buff) global() argument
130 get_aut_init_events_string(self) global() argument
133 get_aut_init_states_string(self) global() argument
136 format_aut_init_events_string(self) global() argument
143 format_aut_init_states_string(self) global() argument
151 __get_max_strlen_of_states(self) global() argument
155 get_aut_init_function(self) global() argument
183 format_aut_init_function(self) global() argument
191 get_aut_init_initial_state(self) global() argument
194 format_aut_init_initial_state(self) global() argument
201 get_aut_init_final_states(self) global() argument
216 format_aut_init_final_states(self) global() argument
222 __get_automaton_initialization_footer_string(self) global() argument
226 format_aut_init_footer(self) global() argument
232 format_invalid_state(self) global() argument
238 format_model(self) global() argument
254 print_model_classic(self) global() argument
[all...]
H A Dgenerator.py15 def __init__(self, extra_params={}): argument
27 __fill_rv_kernel_dir(self) global() argument
53 _read_file(self, path) global() argument
64 _read_template_file(self, file) global() argument
74 fill_parent(self) global() argument
77 fill_include_parent(self) global() argument
82 fill_tracepoint_handlers_skel(self) global() argument
85 fill_tracepoint_attach_probe(self) global() argument
88 fill_tracepoint_detach_helper(self) global() argument
91 fill_main_c(self) global() argument
109 fill_model_h(self) global() argument
112 fill_monitor_class_type(self) global() argument
115 fill_monitor_class(self) global() argument
118 fill_tracepoint_args_skel(self, tp_type) global() argument
121 fill_monitor_deps(self) global() argument
129 fill_kconfig(self) global() argument
140 _patch_file(self, file, marker, line) global() argument
147 fill_tracepoint_tooltip(self) global() argument
160 _kconfig_marker(self, container=None) global() argument
164 fill_kconfig_tooltip(self) global() argument
177 fill_makefile_tooltip(self) global() argument
191 fill_monitor_tooltip(self) global() argument
196 __create_directory(self) global() argument
207 __write_file(self, file_name, content) global() argument
217 _create_file(self, file_name, content) global() argument
223 __get_main_name(self) global() argument
229 print_files(self) global() argument
248 __init__(self, extra_params={}) global() argument
252 fill_trace_h(self) global() argument
266 print_files(self) global() argument
[all...]
/linux/tools/perf/pmu-events/
H A Dmetric.py132 """Returns a simplified version of self.""" argument
147 return self.ToPerfJson() argument
124 ToPerfJson(self) global() argument
128 ToPython(self) global() argument
136 HasExperimentalEvents(self) global() argument
140 Equals(self, other) global() argument
144 Substitute(self, name: str, expression: 'Expression') global() argument
150 __or__(self, other: Union[int, float, 'Expression']) global() argument
153 __ror__(self, other: Union[int, float, 'Expression']) global() argument
156 __xor__(self, other: Union[int, float, 'Expression']) global() argument
159 __and__(self, other: Union[int, float, 'Expression']) global() argument
162 __rand__(self, other: Union[int, float, 'Expression']) global() argument
165 __lt__(self, other: Union[int, float, 'Expression']) global() argument
168 __gt__(self, other: Union[int, float, 'Expression']) global() argument
171 __add__(self, other: Union[int, float, 'Expression']) global() argument
174 __radd__(self, other: Union[int, float, 'Expression']) global() argument
177 __sub__(self, other: Union[int, float, 'Expression']) global() argument
180 __rsub__(self, other: Union[int, float, 'Expression']) global() argument
183 __mul__(self, other: Union[int, float, 'Expression']) global() argument
186 __rmul__(self, other: Union[int, float, 'Expression']) global() argument
189 __truediv__(self, other: Union[int, float, 'Expression']) global() argument
192 __rtruediv__(self, other: Union[int, float, 'Expression']) global() argument
195 __mod__(self, other: Union[int, float, 'Expression']) global() argument
230 __init__(self, operator: str, lhs: Union[int, float, Expression], rhs: Union[int, float, Expression]) global() argument
236 Bracket(self, other: Expression, other_str: str, rhs: bool = False) global() argument
268 ToPerfJson(self) global() argument
272 ToPython(self) global() argument
276 Simplify(self) global() argument
307 HasExperimentalEvents(self) global() argument
310 Equals(self, other: Expression) global() argument
316 Substitute(self, name: str, expression: Expression) global() argument
329 __init__(self, true_val: Union[int, float, Expression], cond: Union[int, float, Expression], false_val: Union[int, float, Expression]) global() argument
336 ToPerfJson(self) global() argument
342 ToPython(self) global() argument
346 Simplify(self) global() argument
358 HasExperimentalEvents(self) global() argument
362 Equals(self, other: Expression) global() argument
368 Substitute(self, name: str, expression: Expression) global() argument
380 __init__(self, fn: str, lhs: Union[int, float, Expression], rhs: Optional[Union[int, float, Expression]] = None) global() argument
388 ToPerfJson(self) global() argument
393 ToPython(self) global() argument
398 Simplify(self) global() argument
410 HasExperimentalEvents(self) global() argument
413 Equals(self, other: Expression) global() argument
421 Substitute(self, name: str, expression: Expression) global() argument
439 __init__(self, *args: str) global() argument
453 HasExperimentalEvents(self) global() argument
456 ToPerfJson(self) global() argument
460 ToPython(self) global() argument
463 Simplify(self) global() argument
466 Equals(self, other: Expression) global() argument
469 Substitute(self, name: str, expression: Expression) global() argument
476 __init__(self, name: str) global() argument
479 ToPerfJson(self) global() argument
482 ToPython(self) global() argument
485 Simplify(self) global() argument
488 HasExperimentalEvents(self) global() argument
491 Equals(self, other: Expression) global() argument
494 Substitute(self, name: str, expression: Expression) global() argument
501 __init__(self, value: Union[float, str]) global() argument
509 ToPerfJson(self) global() argument
512 ToPython(self) global() argument
515 Simplify(self) global() argument
518 HasExperimentalEvents(self) global() argument
521 Equals(self, other: Expression) global() argument
524 Substitute(self, name: str, expression: Expression) global() argument
531 __init__(self, value: str) global() argument
534 ToPerfJson(self) global() argument
537 ToPython(self) global() argument
540 Simplify(self) global() argument
543 HasExperimentalEvents(self) global() argument
546 Equals(self, other: Expression) global() argument
549 Substitute(self, name: str, expression: Expression) global() argument
598 __init__(self, name: str, description: str, expr: Expression, scale_unit: str, constraint: MetricConstraint = MetricConstraint.GROUPED_EVENTS, threshold: Optional[Expression] = None) global() argument
620 __lt__(self, other) global() argument
624 AddToMetricGroup(self, group) global() argument
629 Flatten(self) global() argument
633 ToPerfJson(self) global() argument
649 ToMetricGroupDescriptions(self, root: bool = True) global() argument
660 __init__(self, name: str, metric_list: List[Union[Optional[Metric], Optional['MetricGroup']]], description: Optional[str] = None) global() argument
671 AddToMetricGroup(self, group) global() argument
676 Flatten(self) global() argument
684 ToPerfJson(self) global() argument
690 ToMetricGroupDescriptions(self, root: bool = True) global() argument
696 __str__(self) global() argument
704 default(self, o) global() argument
719 visit_IfExp(self, node) global() argument
[all...]
/linux/tools/crypto/ccp/
H A Dtest_dbc.py34 def __init__(self, data) -> None: argument
40 def setUp(self) -> None: argument
44 def tearDown(self) -> None: argument
51 def setUp(self) -> None: argument
58 def test_unauthenticated_nonce(self) -> None: argument
65 def __init__(self, data) -> None: argument
70 def setUp(self) -> None: argument
78 def test_invalid_nonce_ioctl(self) -> None: argument
87 def test_invalid_setuid_ioctl(self) -> None: argument
96 def test_invalid_setuid_rw_ioctl(self) -> None: argument
[all …]
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py56 def get_family_id(self): argument
61 def __init__(self, family, attr_set, attr, value): argument
106 def _get_real_attr(self): argument
110 def set_request(self): argument
115 def set_reply(self): argument
120 def get_limit(self, limit, default=None): argument
130 def get_limit_str(self, limit, default=None, suffix=''): argument
143 def resolve(self): argument
156 def is_multi_val(self): argument
159 def is_scalar(self): argument
[all …]
/linux/drivers/gpu/drm/msm/registers/
H A Dgen_header.py24 self.name = name argument
33 def names(self): argument
16 __init__(self, message) global() argument
20 __init__(self, name) global() argument
30 names(self) global() argument
47 dump_pack_struct(self, is_deprecated) global() argument
51 __init__(self, name, low, high, shr, type, parser) global() argument
75 ctype(self, var_name) global() argument
161 __init__(self, name, template) global() argument
171 get_address_field(self) global() argument
177 dump_regpair_builder(self, reg) global() argument
216 dump_pack_struct(self, is_deprecated, reg=None) global() argument
268 dump(self, is_deprecated, prefix=None, reg=None) global() argument
302 __init__(self, attrs, domain, variant, parent, index_type) global() argument
335 index_ctype(self) global() argument
342 indices(self) global() argument
354 total_offset(self) global() argument
362 dump(self, is_deprecated) global() argument
385 dump_pack_struct(self, is_deprecated) global() argument
388 dump_regpair_builder(self) global() argument
392 __init__(self, attrs, domain, array, bit_size) global() argument
411 indices(self) global() argument
420 total_offset(self) global() argument
426 reg_offset(self) global() argument
432 dump(self, is_deprecated) global() argument
448 dump_pack_struct(self, is_deprecated) global() argument
452 dump_regpair_builder(self) global() argument
455 dump_py(self) global() argument
460 __init__(self) global() argument
483 error(self, message) global() argument
487 prefix(self, variant=None) global() argument
497 parse_field(self, name, attrs) global() argument
527 parse_varset(self, attrs) global() argument
534 parse_variants(self, attrs) global() argument
554 add_all_variants(self, reg, attrs, parent_variant) global() argument
571 add_all_usages(self, reg, usages) global() argument
580 do_validate(self, schemafile) global() argument
616 do_parse(self, filename) global() argument
632 parse(self, rnn_path, filename, validate) global() argument
638 parse_reg(self, attrs, bit_size) global() argument
675 start_element(self, name, attrs) global() argument
727 end_element(self, name) global() argument
750 character_data(self, data) global() argument
753 dump_reg_usages(self) global() argument
794 has_variants(self, reg) global() argument
797 dump(self) global() argument
815 dump_regs_py(self) global() argument
825 dump_reg_variants(self, regname, variants) global() argument
901 dump_structs(self) global() argument
[all...]
/linux/tools/testing/selftests/bpf/
H A Djson_writer.c29 static void jsonw_indent(json_writer_t *self) in jsonw_indent()
37 static void jsonw_eol(json_writer_t *self) in jsonw_eol()
47 static void jsonw_eor(json_writer_t *self) in jsonw_eor()
57 static void jsonw_puts(json_writer_t *self, const char *str) in jsonw_puts()
92 json_writer_t *self = malloc(sizeof(*self)); in jsonw_new() local
105 json_writer_t *self = *self_p; in jsonw_destroy() local
114 void jsonw_pretty(json_writer_t *self, bool on) in jsonw_pretty()
119 void jsonw_reset(json_writer_t *self) in jsonw_reset()
126 static void jsonw_begin(json_writer_t *self, int c) in jsonw_begin()
134 static void jsonw_end(json_writer_t *self, int c) in jsonw_end()
[all …]
H A Dtest_bpftool_synctypes.py28 def __init__(self, reader): argument
31 def search_block(self, start_marker): argument
42 def parse(self, pattern, end_marker): argument
67 def __init__(self, reader, array_name): argument
72 def search_block(self): argument
78 def parse(self): argument
98 def parse(self, pattern, end_marker): argument
123 def __init__(self): argument
126 def close(self): argument
132 def reset_read(self): argument
[all …]
/linux/tools/bpf/bpftool/
H A Djson_writer.c29 static void jsonw_indent(json_writer_t *self) in jsonw_indent()
37 static void jsonw_eol(json_writer_t *self) in jsonw_eol()
47 static void jsonw_eor(json_writer_t *self) in jsonw_eor()
57 static void jsonw_puts(json_writer_t *self, const char *str) in jsonw_puts()
92 json_writer_t *self = malloc(sizeof(*self)); in jsonw_new() local
105 json_writer_t *self = *self_p; in jsonw_destroy() local
114 void jsonw_pretty(json_writer_t *self, bool on) in jsonw_pretty()
119 void jsonw_reset(json_writer_t *self) in jsonw_reset()
126 static void jsonw_begin(json_writer_t *self, int c) in jsonw_begin()
134 static void jsonw_end(json_writer_t *self, int c) in jsonw_end()
[all …]
/linux/tools/power/pm-graph/
H A Dsleepgraph.py324 def __init__(self): argument
342 def resetlog(self) argument
345 vprint(self, msg) global() argument
349 signalHandler(self, signum, frame) global() argument
362 signalHandlerInit(self) global() argument
374 rootCheck(self, fatal=True) global() argument
383 rootUser(self, fatal=False) global() argument
392 usable(self, file, ishtml=False) global() argument
405 getExec(self, cmd) global() argument
420 setPrecision(self, num) global() argument
424 setOutputFolder(self, value) global() argument
432 setOutputFile(self) global() argument
441 systemInfo(self, info) global() argument
460 printSystemInfo(self, fatal=False) global() argument
473 cpuInfo(self) global() argument
494 initTestOutput(self, name) global() argument
514 getValueList(self, value) global() argument
520 setDeviceFilter(self, value) global() argument
522 setCallgraphFilter(self, value) global() argument
524 skipKprobes(self, value) global() argument
530 setCallgraphBlacklist(self, file) global() argument
532 rtcWakeAlarmOn(self) global() argument
542 rtcWakeAlarmOff(self) global() argument
544 initdmesg(self) global() argument
558 getdmesg(self, testdata) global() argument
575 listFromFile(self, file) global() argument
584 addFtraceFilterFunctions(self, file) global() argument
589 getFtraceFilterFunctions(self, current) global() argument
602 setFtraceFilterFunctions(self, list) global() argument
615 basicKprobe(self, name) global() argument
617 defaultKprobe(self, name, kdata) global() argument
628 kprobeColor(self, name) global() argument
632 kprobeDisplayName(self, name, dataraw) global() argument
660 kprobeText(self, kname, kprobe) global() argument
683 addKprobes(self, output=False) global() argument
725 testKprobe(self, kname, kprobe) global() argument
740 setVal(self, val, file) global() argument
751 fsetVal(self, val, path) global() argument
755 getVal(self, file) global() argument
766 fgetVal(self, path) global() argument
770 cleanupFtrace(self) global() argument
775 setupAllKprobes(self) global() argument
780 isCallgraphFunc(self, name) global() argument
791 initFtrace(self, quiet=False) global() argument
869 verifyFtrace(self) global() argument
890 verifyKprobes(self) global() argument
898 colorText(self, str, color=31) global() argument
902 writeDatafileHeader(self, filename, testdata) global() argument
919 sudoUserchown(self, dir) global() argument
923 outputResult(self, testdata, num=0) global() argument
954 configFile(self, file) global() argument
963 openlog(self, filename, mode) global() argument
975 putlog(self, filename, text) global() argument
979 dlog(self, text) global() argument
983 flog(self, text) global() argument
985 b64unzip(self, data) global() argument
991 b64zip(self, data) global() argument
994 platforminfo(self, cmdafter) global() argument
1076 commonPrefix(self, list) global() argument
1088 dictify(self, text, format) global() argument
1105 cmdinfovar(self, arg) global() argument
1119 cmdinfo(self, begin, debug=False) global() argument
1158 testVal(self, file, fmt='basic', value='') global() argument
1181 s0ixSupport(self) global() argument
1190 haveTurbostat(self) global() argument
1203 turbostat(self, s0ixready) global() argument
1234 netfixon(self, net='both') global() argument
1242 wifiDetails(self, dev) global() argument
1252 checkWifi(self, dev='') global() argument
1263 pollWifi(self, dev, timeout=10) global() argument
1272 errorSummary(self, errinfo, msg) global() argument
1303 multistat(self, start, idx, finish) global() argument
1330 multiinit(self, c, d) global() argument
1341 displayControl(self, cmd) global() argument
1373 setRuntimeSuspend(self, before=True) global() argument
1392 start(self, pm) global() argument
1399 stop(self, pm) global() argument
1422 __init__(self) global() argument
1428 out(self, dev) global() argument
1430 debug(self, dev) global() argument
1432 altName(self, dev) global() argument
1436 xtraClass(self) global() argument
1442 xtraInfo(self) global() argument
1454 __init__(self, nodename, nodedepth) global() argument
1514 __init__(self, num) global() argument
1544 sortedPhases(self) global() argument
1546 initDevicegroups(self) global() argument
1556 nextPhase(self, phase, offset) global() argument
1562 lastPhase(self, depth=1) global() argument
1567 turbostatInfo(self) global() argument
1581 extractErrorInfo(self) global() argument
1616 setStart(self, time, msg='') global() argument
1623 setEnd(self, time, msg='') global() argument
1630 isTraceEventOutsideDeviceCalls(self, pid, time) global() argument
1639 sourcePhase(self, start) global() argument
1647 sourceDevice(self, phaselist, start, end, pid, type) global() argument
1671 addDeviceFunctionCall(self, displayname, kprobename, proc, pid, start, end, cdata, rdata) global() argument
1723 overflowDevices(self) global() argument
1733 mergeOverlapDevices(self, devlist) global() argument
1750 usurpTouchingThread(self, name, dev) global() argument
1764 stitchTouchingThreads(self, testlist) global() argument
1774 optimizeDevSrc(self) global() argument
1792 trimTimeVal(self, t, t0, dT, left) global() argument
1807 trimTime(self, t0, dT, left) global() argument
1850 trimFreezeTime(self, tZero) global() argument
1872 getMemTime(self) global() argument
1880 getTimeValues(self) global() argument
1884 setPhase(self, phase, ktime, isbegin, order=-1) global() argument
1913 sortedDevices(self, phase) global() argument
1916 fixupInitcalls(self, phase) global() argument
1927 deviceFilter(self, devicefilter) global() argument
1941 fixupInitcallsThatDidntReturn(self) global() argument
1945 phaseOverlap(self, phases) global() argument
1960 newActionGlobal(self, name, start, end, pid=-1, color='') global() argument
1998 newAction(self, phase, name, pid, parent, start, end, drv, htmlclass='', color='') global() argument
2019 findDevice(self, phase, name) global() argument
2028 deviceChildren(self, devname, phase) global() argument
2035 maxDeviceNameSize(self, phase) global() argument
2041 printDetails(self) global() argument
2069 deviceChildrenAllPhases(self, devname) global() argument
2077 masterTopology(self, name, list, depth) global() argument
2087 printTopology(self, node) global() argument
2110 rootDeviceList(self) global() argument
2130 deviceTopology(self) global() argument
2134 selectTimelineDevices(self, widfmt, tTotal, mindevlen) global() argument
2146 addHorizontalDivider(self, devname, devend) global() argument
2155 addProcessUsageEvent(self, name, times) global() argument
2178 createProcessUsageEvents(self) global() argument
2194 handleEndMarker(self, time, msg='') global() argument
2215 initcall_debug_call(self, line, quick=False) global() argument
2227 initcall_debug_return(self, line, quick=False) global() argument
2239 debugPrint(self) global() argument
2251 __init__(self, name, args, caller, ret, start, end, u, proc, pid, color) global() argument
2265 title(self) global() argument
2276 text(self) global() argument
2282 repeat(self, tgt) global() argument
2307 __init__(self, t, m='', d='') global() argument
2383 isCall(self) global() argument
2385 isReturn(self) global() argument
2387 isLeaf(self) global() argument
2389 getDepth(self, str) global() argument
2391 debugPrint(self, info='') global() argument
2401 startMarker(self) global() argument
2414 endMarker(self) global() argument
2436 __init__(self, pid, sv) global() argument
2448 addLine(self, line) global() argument
2591 invalidate(self, line) global() argument
2605 slice(self, dev) global() argument
2625 repair(self, enddepth) global() argument
2638 postProcess(self) global() argument
2677 deviceMatch(self, pid, data) global() argument
2711 newActionFromFunction(self, data) global() argument
2731 debugPrint(self, info='') global() argument
2748 __init__(self, test, phase, dev) global() argument
2752 isa(self, cls) global() argument
2767 __init__(self, rowheight, scaleheight) global() argument
2776 createHeader(self, sv, stamp) global() argument
2803 getDeviceRows(self, rawlist) global() argument
2844 getPhaseRows(self, devlist, row=0, sortby='length') global() argument
2917 phaseRowHeight(self, test, phase, row) global() argument
2919 phaseRowTop(self, test, phase, row) global() argument
2926 calcTotalRows(self) global() argument
2945 createZoomBox(self, mode='command', testcount=1) global() argument
2969 createTimeScale(self, m0, mMax, tTotal, mode) global() argument
3030 __init__(self) global() argument
3042 setTracerType(self, tracer) global() argument
3050 stampInfo(self, line, sv) global() argument
3084 parseStamp(self, data, sv) global() argument
3148 devprops(self, data) global() argument
3163 parseDevprops(self, line, sv) global() argument
3171 parsePlatformInfo(self, line, sv) global() argument
3194 __init__(self, dataobj) global() argument
3201 __init__(self) global() argument
3204 procstat(self) global() argument
3240 processMonitor(self, tid) global() argument
3243 start(self) global() argument
3247 stop(self) global() argument
[all...]
/linux/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py14 def setUp(self): argument
18 def tearDown(self): argument
22 def test_seal_with_auth(self): argument
30 def determine_bank_alg(self, mask): argument
37 def test_seal_with_policy(self): argument
70 def test_unseal_with_wrong_auth(self): argument
84 def test_unseal_with_wrong_policy(self): argument
145 def test_seal_with_too_long_auth(self): argument
158 def test_too_short_cmd(self): argument
175 def test_read_partial_resp(self): argument
[all …]
/linux/rust/syn/gen/
H A Dhash.rs12 fn hash<H>(&self, state: &mut H) in hash()
22 fn hash<H>(&self, state: &mut H) in hash()
33 fn hash<H>(&self, state: &mut H) in hash()
47 fn hash<H>(&self, state: &mut H) in hash()
59 fn hash<H>(&self, state: &mut H) in hash()
71 fn hash<H>(&self, state: &mut H) in hash()
88 fn hash<H>(&self, state: &mut H) in hash()
99 fn hash<H>(&self, state: &mut H) in hash()
111 fn hash<H>(&self, state: &mut H) in hash()
123 fn hash<H>(&self, state: &mut H) in hash()
[all …]
/linux/tools/perf/python/
H A Dilist.py30 def name(self) -> str: argument
34 def description(self) -> str: argument
38 def matches(self, query: str) -> bool: argument
42 def parse(self) -> perf.evlist: argument
46 def value(self, evlist: perf.evlist, evsel: perf.evsel, cpu: int, thread: int) -> float: argument
56 def name(self) -> str: argument
59 def description(self) -> str: argument
73 def matches(self, query: str) -> bool: argument
76 def parse(self) -> perf.evlist: argument
79 def value(self, evlist: perf.evlist, evsel: perf.evsel, cpu: int, thread: int) -> float: argument
[all …]
/linux/tools/docs/
H A Dsphinx-pre-install78 def __init__(self, pdf): argument
127 def add_package(self, package, dtype): argument
139 def del_package(self, package): argument
147 def clear_deps(self): argument
160 def check_missing(self, progs): argument
193 def warn_install(self): argument
264 def __init__(self, args, texlive): argument
289 def check_missing_file(self, files, package, dtype): argument
298 def check_program(self, prog, dtype): argument
311 def check_perl_module(self, prog, dtype): argument
[all …]
/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py126 def __init__(self, nl_msg): argument
130 def __str__(self): argument
166 def __init__(self, ynl, policy_idx, policy_table, attr_set, props=None): argument
183 __getitem__(self, name) global() argument
199 __getattr__(self, name) global() argument
215 get(self, name, default=None) global() argument
222 __contains__(self, name) global() argument
225 __len__(self) global() argument
228 __iter__(self) global() argument
231 keys(self) global() argument
235 to_dict(self, seen=None) global() argument
256 __repr__(self) global() argument
273 __init__(self, raw, offset) global() argument
289 as_scalar(self, attr_type, byte_order=None) global() argument
293 as_auto_scalar(self, attr_type, byte_order=None) global() argument
300 as_strz(self) global() argument
303 as_bin(self) global() argument
306 as_c_array(self, c_type) global() argument
310 __repr__(self) global() argument
315 __init__(self, msg, offset=0) global() argument
323 __iter__(self) global() argument
326 __repr__(self) global() argument
336 __init__(self, msg, offset, attr_space=None) global() argument
380 annotate_extack(self, attr_space) global() argument
392 cmd(self) global() argument
395 __repr__(self) global() argument
407 __init__(self, data) global() argument
416 __iter__(self) global() argument
555 __init__(self, nl_msg) global() argument
561 cmd(self) global() argument
564 __repr__(self) global() argument
573 __init__(self, family_name, proto_num) global() argument
577 _message(self, nl_type, nl_flags, seq=None) global() argument
583 message(self, flags, command, _version, seq=None) global() argument
586 _decode(self, nl_msg) global() argument
589 decode(self, ynl, nl_msg, op) global() argument
597 get_mcast_id(self, mcast_name, mcast_groups) global() argument
602 msghdr_size(self) global() argument
609 __init__(self, family_name) global() argument
618 message(self, flags, command, version, seq=None) global() argument
623 _decode(self, nl_msg) global() argument
626 get_mcast_id(self, mcast_name, mcast_groups) global() argument
631 msghdr_size(self) global() argument
639 __init__(self, attr_space, attrs, outer = None) global() argument
644 lookup(self, name) global() argument
693 __init__(self, def_path, schema=None, process_unknown=False, recv_size=0) global() argument
736 close(self) global() argument
741 __enter__(self) global() argument
744 __exit__(self, exc_type, exc, tb) global() argument
747 ntf_subscribe(self, mcast_name) global() argument
753 ntf_listen_all_nsid(self) global() argument
770 set_recv_dbg(self, enabled) global() argument
773 _recv_dbg_print(self, reply, nl_msgs) global() argument
781 _encode_enum(self, attr_spec, value) global() argument
792 _get_scalar(self, attr_spec, value) global() argument
803 _add_attr(self, space, name, value, search_attrs) global() argument
880 _add_attr_raw(self, nl_type, attr_payload) global() argument
884 _add_nest_attrs(self, value, sub_space, search_attrs) global() argument
892 _encode_indexed_array(self, vals, sub_space, search_attrs) global() argument
900 _get_enum_or_unknown(self, enum, raw) global() argument
910 _decode_enum(self, raw, attr_spec) global() argument
924 _decode_binary(self, attr, attr_spec) global() argument
940 _decode_array_attr(self, attr, attr_spec) global() argument
966 _decode_nest_type_value(self, attr, attr_spec) global() argument
976 _decode_unknown(self, attr) global() argument
981 _rsp_add(self, rsp, name, is_multi, decoded) global() argument
996 _resolve_selector(self, attr_spec, search_attrs) global() argument
1010 _decode_sub_msg(self, attr, attr_spec, search_attrs) global() argument
1027 _decode(self, attrs, space, outer_attrs = None) global() argument
1095 _decode_extack_path(self, attrs, attr_set, offset, target, search_attrs) global() argument
1133 _decode_extack(self, request, op, extack, vals) global() argument
1146 struct_size(self, name) global() argument
1162 _decode_struct(self, data, name) global() argument
1191 _encode_struct(self, name, vals) global() argument
1215 _formatted_string(self, raw, display_hint) global() argument
1231 _from_string(self, string, attr_spec) global() argument
1257 handle_ntf(self, decoded, nsid=None) global() argument
1272 _recvmsg(self, flags=0) global() argument
1276 check_ntf(self) global() argument
1302 poll_ntf(self, duration=None) global() argument
1321 operation_do_attributes(self, name) global() argument
1332 _encode_message(self, op, vals, flags, req_seq) global() argument
1347 _ops(self, ops) global() argument
1416 _op(self, method, vals, flags=None, dump=False) global() argument
1424 do(self, method, vals, flags=None) global() argument
1427 dump(self, method, vals) global() argument
1430 do_multi(self, ops) global() argument
1433 get_policy(self, op_name, mode) global() argument
[all...]

12345678910>>...19