Searched refs:probe_type (Results 1 – 7 of 7) sorted by relevance
/third_party/rust/crates/autocfg/src/ |
D | tests.rs | 58 ac.assert_min(1, 27, ac.probe_type(&dyn_add_rhs_output)); in probe_add() 69 assert!(ac.probe_type(&as_ref_str)); in probe_as_ref() 70 ac.assert_min(1, 27, ac.probe_type(&dyn_as_ref_str)); in probe_as_ref() 78 ac.assert_min(1, 26, ac.probe_type("i128")); in probe_i128() 90 ac.assert_min(1, 12, ac.probe_type(&sum_i32)); in probe_sum() 91 ac.assert_min(1, 27, ac.probe_type(&dyn_sum_i32)); in probe_sum() 115 assert!(ac.probe_type("i32")); in probe_no_std() 116 assert!(ac.probe_type("[i32]")); in probe_no_std() 117 ac.assert_std(ac.probe_type("Vec<i32>")); in probe_no_std()
|
D | lib.rs | 322 pub fn probe_type(&self, name: &str) -> bool { in probe_type() method 332 if self.probe_type(name) { in emit_has_type() 339 if self.probe_type(name) { in emit_type_cfg()
|
/third_party/libbpf/src/ |
D | libbpf.c | 11455 char *probe_type = NULL, *binary_path = NULL, *func_name = NULL; local 11462 &probe_type, &binary_path, &func_name); 11469 opts.retprobe = strcmp(probe_type, "uretprobe.multi") == 0; 11478 free(probe_type); 11981 char *probe_type = NULL, *binary_path = NULL, *func_name = NULL, *func_off; local 11988 &probe_type, &binary_path, &func_name); 12010 opts.retprobe = strcmp(probe_type, "uretprobe") == 0 || 12011 strcmp(probe_type, "uretprobe.s") == 0; 12026 free(probe_type);
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 6916 enum probe_type { enum 6934 enum probe_type probe_type; member
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | PR25007-sdhci.ko.abi | 171 …<enum-decl name='probe_type' filepath='/ws/android/kernel/aosp/common-mainline/common/include/linu… 1463 …<var-decl name='probe_type' type-id='type-id-56' visibility='default' filepath='/ws/android/kernel…
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v0.abi | 9512 …<var-decl name="probe_type" type-id="171c98b7" visibility="default" filepath="include/linux/device… 10455 …<enum-decl name="probe_type" filepath="include/linux/device.h" line="249" column="1" id="171c98b7"> 77136 …<var-decl name="probe_type" type-id="171c98b7" visibility="default" filepath="include/linux/device… 77187 …<enum-decl name="probe_type" filepath="include/linux/device.h" line="249" column="1" id="171c98b7">
|
D | test-PR27569-v1.abi | 9512 …<var-decl name="probe_type" type-id="171c98b7" visibility="default" filepath="include/linux/device… 10455 …<enum-decl name="probe_type" filepath="include/linux/device.h" line="249" column="1" id="171c98b7"> 77150 …<var-decl name="probe_type" type-id="171c98b7" visibility="default" filepath="include/linux/device… 77201 …<enum-decl name="probe_type" filepath="include/linux/device.h" line="249" column="1" id="171c98b7">
|