wasmtime 0.4.1 → 5.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Cargo.lock +261 -200
- data/ext/Cargo.toml +7 -7
- data/ext/cargo-vendor/async-trait-0.1.62/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/async-trait-0.1.62/Cargo.toml +62 -0
- data/ext/cargo-vendor/{libc-0.2.138 → async-trait-0.1.62}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/async-trait-0.1.62/README.md +262 -0
- data/ext/cargo-vendor/async-trait-0.1.62/build.rs +31 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/args.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/bound.rs +0 -0
- data/ext/cargo-vendor/async-trait-0.1.62/src/expand.rs +488 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/lib.rs +0 -0
- data/ext/cargo-vendor/async-trait-0.1.62/src/lifetime.rs +112 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/parse.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/src/receiver.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/compiletest.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/executor/mod.rs +0 -0
- data/ext/cargo-vendor/async-trait-0.1.62/tests/test.rs +1491 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/arg-implementation-detail.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/arg-implementation-detail.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/bare-trait-object.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/bare-trait-object.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/consider-restricting.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/consider-restricting.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/delimiter-span.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/delimiter-span.stderr +0 -0
- data/ext/cargo-vendor/async-trait-0.1.62/tests/ui/lifetime-defined-here.rs +23 -0
- data/ext/cargo-vendor/async-trait-0.1.62/tests/ui/lifetime-defined-here.stderr +29 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/lifetime-span.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/lifetime-span.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-async-in-impl.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-async-in-impl.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-async-in-trait.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-async-in-trait.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-body.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/missing-body.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/must-use.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/must-use.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/self-span.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/self-span.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/send-not-implemented.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/send-not-implemented.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/unreachable.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/unreachable.stderr +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/unsupported-self.rs +0 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → async-trait-0.1.62}/tests/ui/unsupported-self.stderr +0 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/CHANGELOG.md +654 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/Cargo.toml +66 -0
- data/ext/cargo-vendor/{async-trait-0.1.59 → bumpalo-3.12.0}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/README.md +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/alloc.rs +0 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/src/boxed.rs +683 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/collect_in.rs +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/mod.rs +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/raw_vec.rs +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/str/lossy.rs +0 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → bumpalo-3.12.0}/src/collections/str/mod.rs +0 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/src/collections/string.rs +2141 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/src/collections/vec.rs +2614 -0
- data/ext/cargo-vendor/bumpalo-3.12.0/src/lib.rs +2023 -0
- data/ext/cargo-vendor/cap-fs-ext-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/cap-fs-ext-1.0.4/Cargo.toml +63 -0
- data/ext/cargo-vendor/{bumpalo-3.11.1 → cap-fs-ext-1.0.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/build.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/dir_entry_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/dir_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/file_type_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/is_file_read_write.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/metadata_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/open_options_follow_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/open_options_maybe_dir_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-fs-ext-1.0.4}/src/reopen.rs +0 -0
- data/ext/cargo-vendor/cap-primitives-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/cap-primitives-1.0.4/Cargo.toml +79 -0
- data/ext/cargo-vendor/{cap-fs-ext-1.0.2 → cap-primitives-1.0.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/build.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/assert_same_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/canonicalize.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/copy.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/create_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/dir_builder.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/dir_entry.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/dir_options.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/errors.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/file_path_by_searching.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/file_type.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/follow_symlinks.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/hard_link.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/is_file_read_write.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/canonical_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/canonicalize.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/cow_component.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/open.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/open_entry.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/manually/read_link_one.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/maybe_owned_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/metadata.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open_ambient.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open_options.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/open_unchecked_error.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/permissions.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/read_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/read_link.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/remove_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/remove_dir_all.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/remove_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/remove_open_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/rename.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/reopen.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/set_permissions.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/set_times.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/stat.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/symlink.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/system_time_spec.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/create_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/hard_link.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/open_parent.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/read_link.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/remove_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/remove_file.rs +0 -0
- data/ext/cargo-vendor/cap-primitives-1.0.4/src/fs/via_parent/rename.rs +50 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/set_permissions.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/set_times_nofollow.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/fs/via_parent/symlink.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/net/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/net/pool.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/darwin/fs/file_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/darwin/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/darwin/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/copy_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/create_dir_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/cvt.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/dir_entry_inner.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/dir_options_ext.rs +0 -0
- data/ext/cargo-vendor/cap-primitives-1.0.4/src/rustix/fs/dir_utils.rs +225 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/errors.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/file_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/file_type_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/hard_link_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/is_file_read_write_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/is_root_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/is_same_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/metadata_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/oflags.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/open_options_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/open_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/permissions_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/read_dir_inner.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/read_link_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/remove_dir_all_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/remove_dir_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/remove_file_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/remove_open_dir_by_searching.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/rename_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/reopen_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/set_permissions_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/set_times_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/stat_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/symlink_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/fs/times.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/canonicalize_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/file_metadata.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/file_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/open_entry_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/open_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/procfs.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/set_permissions_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/set_times_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/fs/stat_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/linux/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/rustix/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/instant.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/monotonic_clock.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/system_clock.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/time/system_time.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/copy.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/create_dir_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/dir_entry_inner.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/dir_options_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/dir_utils.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/errors.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/file_type_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/get_path.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/hard_link_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/is_file_read_write_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/is_same_file.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/metadata_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/oflags.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/open_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/open_options_ext.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/open_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/read_dir_inner.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/read_link_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/read_link_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/remove_dir_all_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/remove_dir_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/remove_file_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/remove_open_dir_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/rename_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/reopen_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/set_permissions_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/set_times_impl.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/stat_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/fs/symlink_unchecked.rs +0 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-primitives-1.0.4}/src/windows/mod.rs +0 -0
- data/ext/cargo-vendor/cap-rand-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/cap-rand-1.0.4/Cargo.toml +38 -0
- data/ext/cargo-vendor/{cap-primitives-1.0.3 → cap-rand-1.0.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-rand-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/cap-std-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/cap-std-1.0.4/Cargo.toml +70 -0
- data/ext/cargo-vendor/{cap-rand-1.0.2 → cap-std-1.0.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/build.rs +0 -0
- data/ext/cargo-vendor/cap-std-1.0.4/src/fs/dir.rs +843 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs/dir_entry.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs/file.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs/read_dir.rs +0 -0
- data/ext/cargo-vendor/cap-std-1.0.4/src/fs_utf8/dir.rs +785 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs_utf8/dir_entry.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs_utf8/file.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs_utf8/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/fs_utf8/read_dir.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/incoming.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/pool.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/tcp_listener.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/tcp_stream.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/net/udp_socket.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/incoming.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/mod.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/unix_datagram.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/unix_listener.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/os/unix/net/unix_stream.rs +0 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-std-1.0.4}/src/time/mod.rs +0 -0
- data/ext/cargo-vendor/cap-time-ext-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/cap-time-ext-1.0.4/Cargo.toml +42 -0
- data/ext/cargo-vendor/{cap-std-1.0.3 → cap-time-ext-1.0.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/src/monotonic_clock.rs +0 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cap-time-ext-1.0.4}/src/system_clock.rs +0 -0
- data/ext/cargo-vendor/cc-1.0.78/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cc-1.0.78/Cargo.lock +110 -0
- data/ext/cargo-vendor/cc-1.0.78/Cargo.toml +39 -0
- data/ext/cargo-vendor/{cap-time-ext-1.0.2 → cc-1.0.78}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/README.md +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/bin/gcc-shim.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/com.rs +0 -0
- data/ext/cargo-vendor/cc-1.0.78/src/lib.rs +3568 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/registry.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/setup_config.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/vs_instances.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/winapi.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/src/windows_registry.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/cc_env.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/cflags.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/cxxflags.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/support/mod.rs +0 -0
- data/ext/cargo-vendor/{cc-1.0.77 → cc-1.0.78}/tests/test.rs +0 -0
- data/ext/cargo-vendor/cranelift-bforest-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-bforest-0.92.0/Cargo.toml +34 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/map.rs +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/node.rs +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/path.rs +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/pool.rs +0 -0
- data/ext/cargo-vendor/{cranelift-bforest-0.91.0 → cranelift-bforest-0.92.0}/src/set.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/Cargo.toml +149 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/benches/x64-evex-encoding.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/build.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/alias_analysis.rs +409 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/binemit/mod.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/binemit/stack_map.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/bitset.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/cfg_printer.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/constant_hash.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/context.rs +397 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ctxhash.rs +168 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/cursor.rs +666 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/data_value.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/dbg.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/dce.rs +36 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/divconst_magic_numbers.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/dominator_tree.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/egraph/cost.rs +97 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/egraph/domtree.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/egraph/elaborate.rs +686 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/egraph.rs +569 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/flowgraph.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/fx.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/incremental_cache.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/inst_predicates.rs +183 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/atomic_rmw_op.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/builder.rs +279 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/condcodes.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/constant.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/dfg.rs +1546 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/dynamic_type.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/entities.rs +562 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/extfunc.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/extname.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/function.rs +531 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/globalvalue.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/immediates.rs +1615 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/instructions.rs +853 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/jumptable.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/known_symbol.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/layout.rs +1333 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/libcall.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/memflags.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/mod.rs +107 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/progpoint.rs +166 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/sourceloc.rs +117 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/stackslot.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/table.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/ir/trapcode.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/ir/types.rs +631 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/abi.rs +1275 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/args.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/emit.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/emit_tests.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/imms.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/inst/mod.rs +3072 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/regs.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/unwind/systemv.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst/unwind.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/inst.isle +3762 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/inst_neon.isle +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/lower/isle/generated_code.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/lower/isle.rs +741 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/lower.isle +2565 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/lower.rs +763 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/lower_dynamic_neon.isle +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/aarch64/mod.rs +429 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/aarch64/settings.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/call_conv.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/mod.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/abi.rs +722 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/args.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/inst/emit.rs +2789 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/inst/emit_tests.rs +2240 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/imms.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/inst/mod.rs +1722 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/regs.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/unwind/systemv.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/inst/unwind.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/inst.isle +2328 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/lower/isle/generated_code.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/lower/isle.rs +464 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/lower.isle +871 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/lower.rs +33 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/riscv64/mod.rs +256 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/riscv64/settings.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/abi.rs +945 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/args.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/inst/emit.rs +3677 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/inst/emit_tests.rs +13396 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/imms.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/inst/mod.rs +3393 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/regs.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/unwind/systemv.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/inst/unwind.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/inst.isle +5049 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/lower/isle/generated_code.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/lower/isle.rs +1027 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/lower.isle +3973 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/s390x/lower.rs +28 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/mod.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/s390x/settings.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/unwind/systemv.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/unwind/winx64.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/unwind.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/abi.rs +969 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/encoding/evex.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/encoding/mod.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/encoding/rex.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/encoding/vex.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst/args.rs +1934 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst/emit.rs +3257 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst/emit_tests.rs +5162 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst/mod.rs +2553 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/inst/regs.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/inst/unwind/systemv.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/inst/unwind/winx64.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/inst/unwind.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/inst.isle +3928 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/lower/isle/generated_code.rs +14 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/lower/isle.rs +1070 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/lower.isle +3775 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/lower.rs +318 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isa/x64/mod.rs +488 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/isa/x64/settings.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/isle_prelude.rs +641 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/iterators.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/legalizer/globalvalue.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/legalizer/mod.rs +319 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/legalizer/table.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/lib.rs +141 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/licm.rs +242 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/loop_analysis.rs +443 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/abi.rs +2410 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/blockorder.rs +704 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/buffer.rs +2104 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/compile.rs +89 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/helpers.rs +33 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/inst_common.rs +74 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/isle.rs +753 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/lower.rs +1384 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/mod.rs +438 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/machinst/reg.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/machinst/valueregs.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/machinst/vcode.rs +1593 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/nan_canonicalization.rs +104 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/opts/algebraic.isle +242 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/opts/cprop.isle +140 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/opts/generated_code.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/opts.rs +131 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/prelude.isle +450 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/prelude_lower.isle +723 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/prelude_opt.isle +34 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/print_errors.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/remove_constant_phis.rs +425 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/result.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/scoped_hash_map.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/settings.rs +601 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/simple_gvn.rs +149 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/simple_preopt.rs +932 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/souper_harvest.rs +576 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/timing.rs +263 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/unionfind.rs +74 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/unreachable_code.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-0.91.0 → cranelift-codegen-0.92.0}/src/value_label.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/verifier/mod.rs +1862 -0
- data/ext/cargo-vendor/cranelift-codegen-0.92.0/src/write.rs +654 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/Cargo.toml +26 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/formats.rs +134 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/instructions.rs +477 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/cdsl/isa.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/cdsl/mod.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/operands.rs +171 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/cdsl/settings.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/types.rs +500 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/cdsl/typevar.rs +928 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/constant_hash.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/error.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/gen_inst.rs +1555 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/gen_settings.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/gen_types.rs +75 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/isa/arm64.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/isa/mod.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/isa/riscv64.rs +28 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/isa/s390x.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/isa/x86.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/entities.rs +85 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/formats.rs +218 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/immediates.rs +213 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/instructions.rs +3621 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/shared/mod.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/settings.rs +355 -0
- data/ext/cargo-vendor/cranelift-codegen-meta-0.92.0/src/shared/types.rs +137 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/srcgen.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-meta-0.91.0 → cranelift-codegen-meta-0.92.0}/src/unique_table.rs +0 -0
- data/ext/cargo-vendor/cranelift-codegen-shared-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-codegen-shared-0.92.0/Cargo.toml +22 -0
- data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/src/constant_hash.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/src/constants.rs +0 -0
- data/ext/cargo-vendor/{cranelift-codegen-shared-0.91.0 → cranelift-codegen-shared-0.92.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/cranelift-entity-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-entity-0.92.0/Cargo.toml +38 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/boxed_slice.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/iter.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/keys.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/list.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/map.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/packed_option.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/primary.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/set.rs +0 -0
- data/ext/cargo-vendor/{cranelift-entity-0.91.0 → cranelift-entity-0.92.0}/src/sparse.rs +0 -0
- data/ext/cargo-vendor/cranelift-frontend-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-frontend-0.92.0/Cargo.toml +53 -0
- data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/cranelift-frontend-0.92.0/src/frontend.rs +1836 -0
- data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/cranelift-frontend-0.92.0/src/ssa.rs +1399 -0
- data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/src/switch.rs +0 -0
- data/ext/cargo-vendor/{cranelift-frontend-0.91.0 → cranelift-frontend-0.92.0}/src/variable.rs +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/Cargo.toml +37 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/build.rs +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/bad_converters.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/bound_var_type_mismatch.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/converter_extractor_constructor.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/error1.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/extra_parens.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/impure_expression.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/impure_rhs.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/fail/multi_internal_etor.isle +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/borrows.isle +15 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/borrows_main.rs +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/iflets.isle +29 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/iflets_main.rs +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/multi_constructor.isle +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/multi_constructor_main.rs +71 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/multi_extractor.isle +14 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/link/multi_extractor_main.rs +50 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/test.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/link/test_main.rs +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/bound_var.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/construct_and_extract.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/conversions.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/conversions_extern.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/let.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/nodebug.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/prio_trie_bug.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/test2.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/test3.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/test4.isle +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/pass/tutorial.isle +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/run/iconst.isle +17 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/run/iconst_main.rs +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/isle_examples/run/let_shadowing.isle +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/isle_examples/run/let_shadowing_main.rs +27 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/ast.rs +421 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/codegen.rs +1046 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/compile.rs +0 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/error.rs +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/ir.rs +425 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/lexer.rs +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/lib.rs +252 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/log.rs +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/overlap.rs +137 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/parser.rs +586 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/sema.rs +2488 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/src/trie.rs +0 -0
- data/ext/cargo-vendor/cranelift-isle-0.92.0/src/trie_again.rs +683 -0
- data/ext/cargo-vendor/{cranelift-isle-0.91.0 → cranelift-isle-0.92.0}/tests/run_tests.rs +0 -0
- data/ext/cargo-vendor/cranelift-native-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-native-0.92.0/Cargo.toml +41 -0
- data/ext/cargo-vendor/{cranelift-native-0.91.0 → cranelift-native-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-native-0.91.0 → cranelift-native-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/{cranelift-native-0.91.0 → cranelift-native-0.92.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/Cargo.toml +88 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/README.md +0 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/code_translator/bounds_checks.rs +413 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/code_translator.rs +3241 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/environ/dummy.rs +905 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/environ/mod.rs +12 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/environ/spec.rs +790 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/func_translator.rs +417 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/heap.rs +99 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/lib.rs +78 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/module_translator.rs +128 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/sections_translator.rs +429 -0
- data/ext/cargo-vendor/cranelift-wasm-0.92.0/src/state.rs +540 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/src/translation_utils.rs +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/tests/wasm_testsuite.rs +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/arith.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/br_table.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/call-simd.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/call.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/embenchen_fannkuch.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/embenchen_fasta.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/embenchen_ifs.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/embenchen_primes.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/fac-multi-value.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/fibonacci.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/globals.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/icall-simd.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/icall.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-0.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-1.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-2.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-3.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-4.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-5.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-reachability-translation-6.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-unreachable-else-params-2.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/if-unreachable-else-params.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/issue-1306-name-section-with-u32-max-function-index.wasm +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/memory.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-0.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-1.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-10.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-11.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-12.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-13.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-14.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-15.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-16.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-17.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-2.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-3.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-4.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-5.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-6.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-7.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-8.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/multi-9.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/nullref.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/passive-data.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/pr2303.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/pr2559.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/ref-func-0.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/rust_fannkuch.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/select.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/simd-store.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/simd.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/table-copy.wat +0 -0
- data/ext/cargo-vendor/{cranelift-wasm-0.91.0 → cranelift-wasm-0.92.0}/wasmtests/unreachable_code.wat +0 -0
- data/ext/cargo-vendor/env_logger-0.10.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/env_logger-0.10.0/Cargo.lock +254 -0
- data/ext/cargo-vendor/env_logger-0.10.0/Cargo.toml +129 -0
- data/ext/cargo-vendor/{cc-1.0.77 → env_logger-0.10.0}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/README.md +0 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/custom_default_format.rs +40 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/custom_format.rs +54 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/custom_logger.rs +62 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/default.rs +38 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/direct_logger.rs +39 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/filters_from_code.rs +20 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/in_tests.rs +54 -0
- data/ext/cargo-vendor/env_logger-0.10.0/examples/syslog_friendly_format.rs +24 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/filter/mod.rs +868 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/filter/regex.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/filter/string.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/fmt/humantime/extern_impl.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/fmt/humantime/mod.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/fmt/humantime/shim_impl.rs +0 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/mod.rs +652 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/writer/atty.rs +33 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/writer/mod.rs +253 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/writer/termcolor/extern_impl.rs +532 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/fmt/writer/termcolor/mod.rs +12 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/src/fmt/writer/termcolor/shim_impl.rs +0 -0
- data/ext/cargo-vendor/env_logger-0.10.0/src/lib.rs +1311 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/tests/init-twice-retains-filter.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/tests/log-in-log.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/tests/log_tls_dtors.rs +0 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → env_logger-0.10.0}/tests/regexp_filter.rs +0 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/Cargo.toml +53 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/LICENSE-APACHE +190 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/LICENSE-MIT +21 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/README.md +72 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/lib.rs +43 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/read_guard.rs +43 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/rw_lock.rs +126 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/mod.rs +17 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unix/mod.rs +7 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unix/read_guard.rs +32 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unix/rw_lock.rs +70 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unix/write_guard.rs +39 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/mod.rs +9 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/read_guard.rs +31 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/rw_lock.rs +44 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/utils.rs +9 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/unsupported/write_guard.rs +38 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/mod.rs +8 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/read_guard.rs +31 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/rw_lock.rs +72 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/utils.rs +33 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/sys/windows/write_guard.rs +38 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/src/write_guard.rs +50 -0
- data/ext/cargo-vendor/fd-lock-3.0.8/tests/test.rs +33 -0
- data/ext/cargo-vendor/file-per-thread-logger-0.1.6/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/file-per-thread-logger-0.1.6/Cargo.toml +36 -0
- data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/LICENSE +0 -0
- data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/README.md +0 -0
- data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/run-tests.sh +0 -0
- data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{file-per-thread-logger-0.1.5 → file-per-thread-logger-0.1.6}/tests/test.rs +0 -0
- data/ext/cargo-vendor/glob-0.3.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/glob-0.3.1/Cargo.toml +30 -0
- data/ext/cargo-vendor/{env_logger-0.9.3 → glob-0.3.1}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{glob-0.3.0 → glob-0.3.1}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/glob-0.3.1/README.md +38 -0
- data/ext/cargo-vendor/glob-0.3.1/src/lib.rs +1434 -0
- data/ext/cargo-vendor/{glob-0.3.0 → glob-0.3.1}/tests/glob-std.rs +0 -0
- data/ext/cargo-vendor/glob-0.3.1/triagebot.toml +1 -0
- data/ext/cargo-vendor/id-arena-2.2.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/id-arena-2.2.1/CHANGELOG.md +65 -0
- data/ext/cargo-vendor/id-arena-2.2.1/Cargo.toml +31 -0
- data/ext/cargo-vendor/{glob-0.3.0 → id-arena-2.2.1}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → id-arena-2.2.1}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/id-arena-2.2.1/README.md +100 -0
- data/ext/cargo-vendor/id-arena-2.2.1/README.tpl +3 -0
- data/ext/cargo-vendor/id-arena-2.2.1/src/lib.rs +726 -0
- data/ext/cargo-vendor/id-arena-2.2.1/src/rayon.rs +282 -0
- data/ext/cargo-vendor/id-arena-2.2.1/tests/readme_up_to_date.rs +22 -0
- data/ext/cargo-vendor/io-extras-0.17.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/io-extras-0.17.1/Cargo.toml +109 -0
- data/ext/cargo-vendor/{hermit-abi-0.1.19 → io-extras-0.17.1}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{hermit-abi-0.1.19 → io-extras-0.17.1}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/ORG_CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/README.md +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/SECURITY.md +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/build.rs +0 -0
- data/ext/cargo-vendor/io-extras-0.17.1/src/borrowed.rs +301 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/grip.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/mod.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/rustix.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/windows/mod.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/windows/stdio.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/os/windows/traits.rs +0 -0
- data/ext/cargo-vendor/io-extras-0.17.1/src/os/windows/types.rs +229 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/owned.rs +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-extras-0.17.1}/src/raw.rs +0 -0
- data/ext/cargo-vendor/io-extras-0.17.1/src/read_write.rs +802 -0
- data/ext/cargo-vendor/io-lifetimes-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/io-lifetimes-1.0.4/Cargo.toml +94 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-lifetimes-1.0.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{io-extras-0.17.0 → io-lifetimes-1.0.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/ORG_CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/README.md +0 -0
- data/ext/cargo-vendor/io-lifetimes-1.0.4/build.rs +106 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/example_ffi.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_async_std.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_fs_err.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_mio.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_os_pipe.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_socket2.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_std.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/impls_tokio.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/portability.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/raw.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/traits.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/types.rs +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → io-lifetimes-1.0.4}/src/views.rs +0 -0
- data/ext/cargo-vendor/ipnet-2.7.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/ipnet-2.7.1/Cargo.toml +52 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/README.md +0 -0
- data/ext/cargo-vendor/ipnet-2.7.1/RELEASES.md +77 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/src/ipext.rs +0 -0
- data/ext/cargo-vendor/ipnet-2.7.1/src/ipnet.rs +1864 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/src/ipnet_schemars.rs +0 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/src/ipnet_serde.rs +0 -0
- data/ext/cargo-vendor/ipnet-2.7.1/src/lib.rs +98 -0
- data/ext/cargo-vendor/ipnet-2.7.1/src/mask.rs +128 -0
- data/ext/cargo-vendor/{ipnet-2.5.1 → ipnet-2.7.1}/src/parser.rs +0 -0
- data/ext/cargo-vendor/itoa-1.0.5/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/itoa-1.0.5/Cargo.toml +38 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → itoa-1.0.5}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{io-lifetimes-1.0.3 → itoa-1.0.5}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/itoa-1.0.5/README.md +59 -0
- data/ext/cargo-vendor/{itoa-1.0.4 → itoa-1.0.5}/benches/bench.rs +0 -0
- data/ext/cargo-vendor/itoa-1.0.5/src/lib.rs +290 -0
- data/ext/cargo-vendor/{itoa-1.0.4 → itoa-1.0.5}/src/udiv128.rs +0 -0
- data/ext/cargo-vendor/{itoa-1.0.4 → itoa-1.0.5}/tests/test.rs +0 -0
- data/ext/cargo-vendor/ittapi-0.3.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/ittapi-0.3.3/Cargo.toml +44 -0
- data/ext/cargo-vendor/ittapi-0.3.3/README.md +49 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/collection_control.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/domain.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/event.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/jit.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/string.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/task.rs +0 -0
- data/ext/cargo-vendor/{ittapi-0.3.2 → ittapi-0.3.3}/src/util.rs +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/Cargo.toml +42 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/LICENSES/BSD-3-Clause.txt +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/LICENSES/GPL-2.0-only.txt +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/README.md +75 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/build.rs +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/CMakeLists.txt +127 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/LICENSES/BSD-3-Clause.txt +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/LICENSES/GPL-2.0-only.txt +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/README.md +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeCache.txt +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CMakeCCompiler.cmake +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CMakeCXXCompiler.cmake +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CMakeDetermineCompilerABI_C.bin +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CMakeDetermineCompilerABI_CXX.bin +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CMakeSystem.cmake +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CompilerIdC/CMakeCCompilerId.c +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CompilerIdC/a.out +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/3.22.2/CompilerIdCXX/a.out +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/CMakeOutput.log +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/TargetDirectories.txt +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/cmake.check_cache +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/CMakeFiles/rules.ninja +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/build.ninja +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/cmake_install.cmake +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/build/compile_commands.json +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/buildall.py +171 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/advisor-annotate.h +520 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/advisor_annotate.f90 +712 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/posix/ittnotify.f90 +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86/advisor_annotate.mod +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86/advisor_annotate.o +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86/ittfortran.o +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/posix/x86/ittnotify.mod +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86_64/advisor_annotate.mod +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86_64/advisor_annotate.o +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/posix/x86_64/ittfortran.o +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/posix/x86_64/ittnotify.mod +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/win32/ittnotify.f90 +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86/advisor_annotate.mod +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86/advisor_annotate.obj +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86/ittfortran.obj +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/win32/x86/ittnotify.mod +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86_64/advisor_annotate.mod +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86_64/advisor_annotate.obj +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/fortran/win32/x86_64/ittfortran.obj +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/fortran/win32/x86_64/ittnotify.mod +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/ittnotify-zca.h +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/include/ittnotify.h +4486 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/jitprofiling.h +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/legacy/ittnotify.h +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/include/libittnotify.h +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/disable_warnings.h +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittnotify_config.h +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/src/ittnotify/ittnotify_static.c +1619 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/src/ittnotify/ittnotify_static.h +357 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittnotify_types.h +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittptmark32.S +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittptmark32.asm +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittptmark64.S +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify/ittptmark64.asm +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/src/ittnotify/jitprofiling.c +230 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify_refcol/Makefile +0 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/c-library/src/ittnotify_refcol/README.md +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/c-library/src/ittnotify_refcol/itt_refcol_impl.c +319 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/src/freebsd/ittnotify_bindings.rs +1891 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2/src/linux → ittapi-sys-0.3.3/src/freebsd}/jitprofiling_bindings.rs +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/src/lib.rs +38 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/src/linux/ittnotify_bindings.rs +1889 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2/src/macos → ittapi-sys-0.3.3/src/linux}/jitprofiling_bindings.rs +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/src/macos/ittnotify_bindings.rs +1889 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/src/macos/jitprofiling_bindings.rs +1160 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/src/windows/ittnotify_bindings.rs +2029 -0
- data/ext/cargo-vendor/{ittapi-sys-0.3.2 → ittapi-sys-0.3.3}/src/windows/jitprofiling_bindings.rs +0 -0
- data/ext/cargo-vendor/ittapi-sys-0.3.3/tests/bindgen-up-to-date.rs +103 -0
- data/ext/cargo-vendor/libc-0.2.139/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/CONTRIBUTING.md +0 -0
- data/ext/cargo-vendor/libc-0.2.139/Cargo.toml +64 -0
- data/ext/cargo-vendor/libc-0.2.139/LICENSE-APACHE +176 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/README.md +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/build.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/rustfmt.toml +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fixed_width_ints.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fuchsia/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fuchsia/align.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/fuchsia/mod.rs +4296 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fuchsia/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/fuchsia/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/hermit/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/hermit/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/hermit/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/macros.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/psp.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/sgx.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/solid/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/solid/arm.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/solid/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/switch.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b32/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/aarch64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/aarch64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/x86_64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/b64/x86_64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/apple/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/dragonfly/errno.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/dragonfly/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/arm.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd11/b64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd11/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd12/b64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd12/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd12/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd13/b64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd13/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd13/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd14/b64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd14/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/freebsd14/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/powerpc64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/riscv64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/x86.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/x86_64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/freebsd/x86_64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/freebsdlike/mod.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/bsd/mod.rs +916 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/arm.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/powerpc.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/sparc64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/x86.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/netbsd/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/arm.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/mips64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/powerpc.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/powerpc64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/riscv64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/sparc64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/x86.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/bsd/netbsdlike/openbsd/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/haiku/b32.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/haiku/b64.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/haiku/mod.rs +2037 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/haiku/native.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/haiku/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/hermit/aarch64.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/hermit/mod.rs +1023 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/hermit/x86_64.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/b32/arm.rs +542 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b32/x86/align.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/b32/x86/mod.rs +614 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/aarch64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/aarch64/int128.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/b64/aarch64/mod.rs +394 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/riscv64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/riscv64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/android/b64/x86_64/align.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/b64/x86_64/mod.rs +794 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/android/mod.rs +3609 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/emscripten/align.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/emscripten/mod.rs +1896 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/emscripten/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/generic/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/mips/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/powerpc/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/arch/sparc/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/arm/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/arm/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/m68k/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/m68k/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/mips/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/mips/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/powerpc.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/riscv32/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/riscv32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/sparc/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/sparc/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/x86/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b32/x86/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/ilp32.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/int128.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/lp64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/aarch64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/loongarch64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/loongarch64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/mips64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/mips64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/powerpc64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/powerpc64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/riscv64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/riscv64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/s390x.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/sparc64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/sparc64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/x86_64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/x86_64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/x86_64/not_x32.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/b64/x86_64/x32.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/gnu/no_align.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/linux/mod.rs +4495 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/arm/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/arm/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/hexagon.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/mips/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/mips/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/powerpc.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/riscv32/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/riscv32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/x86/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b32/x86/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/aarch64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/aarch64/int128.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/aarch64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/mips64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/powerpc64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/riscv64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/riscv64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/s390x.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/x86_64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/b64/x86_64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/musl/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/non_exhaustive.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/arm/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/arm/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/arm/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips32/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips32/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips32/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips64/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mips64/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mips/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/x86_64/l4re.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/x86_64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/linux_like/linux/uclibc/x86_64/other.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/linux_like/mod.rs +1837 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/mod.rs +1606 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/aarch64/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/arm/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/espidf/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/generic.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/horizon/mod.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/newlib/mod.rs +758 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/no_align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/newlib/powerpc/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/no_align.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/nto/aarch64.rs +36 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/nto/mod.rs +3286 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/nto/neutrino.rs +1288 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/nto/x86_64.rs +132 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/redox/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/compat.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/illumos.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/unix/solarish/mod.rs +3282 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/solaris.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/x86.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/x86_64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/unix/solarish/x86_common.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/aarch64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/arm.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/vxworks/mod.rs +1930 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/powerpc.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/powerpc64.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/x86.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/vxworks/x86_64.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/wasi.rs +825 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/windows/gnu/align.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/windows/gnu/mod.rs +0 -0
- data/ext/cargo-vendor/libc-0.2.139/src/windows/mod.rs +596 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/src/windows/msvc/mod.rs +0 -0
- data/ext/cargo-vendor/{libc-0.2.138 → libc-0.2.139}/tests/const_fn.rs +0 -0
- data/ext/cargo-vendor/linux-raw-sys-0.1.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/linux-raw-sys-0.1.4/Cargo.toml +76 -0
- data/ext/cargo-vendor/{itoa-1.0.4 → linux-raw-sys-0.1.4}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{itoa-1.0.4 → linux-raw-sys-0.1.4}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/ORG_CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/README.md +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/aarch64/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/aarch64/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/aarch64/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/aarch64/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/arm/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/arm/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/arm/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/arm/netlink.rs +0 -0
- data/ext/cargo-vendor/linux-raw-sys-0.1.4/src/lib.rs +358 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips64/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips64/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips64/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/mips64/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc64/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc64/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc64/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/powerpc64/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv32/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv32/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv32/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv32/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv64/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv64/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv64/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/riscv64/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/s390x/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/s390x/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/s390x/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/s390x/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc64/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc64/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc64/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/sparc64/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x32/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x32/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x32/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x32/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86/netlink.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86_64/errno.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86_64/general.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86_64/ioctl.rs +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → linux-raw-sys-0.1.4}/src/x86_64/netlink.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/nom-7.1.3/CHANGELOG.md +1551 -0
- data/ext/cargo-vendor/nom-7.1.3/Cargo.lock +282 -0
- data/ext/cargo-vendor/nom-7.1.3/Cargo.toml +168 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/LICENSE +0 -0
- data/ext/cargo-vendor/nom-7.1.3/README.md +331 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/doc/nom_recipes.md +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/bits/complete.rs +197 -0
- data/ext/cargo-vendor/nom-7.1.3/src/bits/mod.rs +179 -0
- data/ext/cargo-vendor/nom-7.1.3/src/bits/streaming.rs +170 -0
- data/ext/cargo-vendor/nom-7.1.3/src/branch/mod.rs +267 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/branch/tests.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/bytes/complete.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/bytes/mod.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/bytes/streaming.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/bytes/tests.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/character/complete.rs +1227 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/character/mod.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/character/streaming.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/character/tests.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/combinator/mod.rs +809 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/combinator/tests.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/error.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/internal.rs +489 -0
- data/ext/cargo-vendor/nom-7.1.3/src/lib.rs +464 -0
- data/ext/cargo-vendor/nom-7.1.3/src/macros.rs +23 -0
- data/ext/cargo-vendor/nom-7.1.3/src/multi/mod.rs +1049 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/multi/tests.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/number/complete.rs +2126 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/number/mod.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/number/streaming.rs +2206 -0
- data/ext/cargo-vendor/nom-7.1.3/src/sequence/mod.rs +279 -0
- data/ext/cargo-vendor/nom-7.1.3/src/sequence/tests.rs +290 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/src/str.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/src/traits.rs +1441 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/arithmetic.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/arithmetic_ast.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/css.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/custom_errors.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/escaped.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/float.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/fnmut.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/ini.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/ini_str.rs +0 -0
- data/ext/cargo-vendor/nom-7.1.3/tests/issues.rs +242 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/json.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/mp4.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/multiline.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/overflow.rs +0 -0
- data/ext/cargo-vendor/{nom-7.1.1 → nom-7.1.3}/tests/reborrow_fold.rs +0 -0
- data/ext/cargo-vendor/num_cpus-1.15.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/num_cpus-1.15.0/CHANGELOG.md +150 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/CONTRIBUTING.md +0 -0
- data/ext/cargo-vendor/num_cpus-1.15.0/Cargo.lock +26 -0
- data/ext/cargo-vendor/num_cpus-1.15.0/Cargo.toml +32 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → num_cpus-1.15.0}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/README.md +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/ci/cgroups/Dockerfile +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/examples/values.rs +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/ceil/cpu.cfs_period_us +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/ceil/cpu.cfs_quota_us +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/good/cpu.cfs_period_us +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/good/cpu.cfs_quota_us +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/zero-period/cpu.cfs_period_us +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/cgroups/zero-period/cpu.cfs_quota_us +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/proc/cgroups/cgroup +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/proc/cgroups/mountinfo +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/proc/cgroups/mountinfo_multi_opt +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups/proc/cgroups/mountinfo_zero_opt +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/cgroups/ceil/cpu.max +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/cgroups/good/cpu.max +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/cgroups/zero-period/cpu.max +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/proc/cgroups/cgroup +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/proc/cgroups/cgroup_multi +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/fixtures/cgroups2/proc/cgroups/mountinfo +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → num_cpus-1.15.0}/src/linux.rs +0 -0
- data/ext/cargo-vendor/once_cell-1.17.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/once_cell-1.17.0/CHANGELOG.md +212 -0
- data/ext/cargo-vendor/once_cell-1.17.0/Cargo.lock +173 -0
- data/ext/cargo-vendor/once_cell-1.17.0/Cargo.toml +109 -0
- data/ext/cargo-vendor/{num_cpus-1.14.0 → once_cell-1.17.0}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{linux-raw-sys-0.1.3 → once_cell-1.17.0}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/once_cell-1.17.0/README.md +58 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/bors.toml +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/bench.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/bench_acquire.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/bench_vs_lazy_static.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/lazy_static.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/reentrant_init_deadlocks.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/regex.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/examples/test_synchronization.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/src/imp_cs.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/src/imp_pl.rs +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/src/imp_std.rs +0 -0
- data/ext/cargo-vendor/once_cell-1.17.0/src/lib.rs +1384 -0
- data/ext/cargo-vendor/once_cell-1.17.0/src/race.rs +396 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → once_cell-1.17.0}/tests/it.rs +0 -0
- data/ext/cargo-vendor/paste-1.0.11/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/paste-1.0.11/Cargo.toml +42 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → paste-1.0.11}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{once_cell-1.16.0 → paste-1.0.11}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/paste-1.0.11/README.md +157 -0
- data/ext/cargo-vendor/paste-1.0.11/build.rs +33 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/src/attr.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/src/error.rs +0 -0
- data/ext/cargo-vendor/paste-1.0.11/src/lib.rs +453 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/src/segment.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/compiletest.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/test_attr.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/test_doc.rs +0 -0
- data/ext/cargo-vendor/paste-1.0.11/tests/test_expr.rs +283 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/test_item.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/case-warning.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/case-warning.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-empty.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-empty.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-non-string.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-non-string.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-suffix.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-suffix.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-unexpected.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/env-unexpected.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/invalid-ident.rs +0 -0
- data/ext/cargo-vendor/paste-1.0.11/tests/ui/invalid-ident.stderr +21 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/missing-paren-on-env.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/missing-paren-on-env.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/no-env-var.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/no-env-var.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/no-ident-after-colon.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/no-ident-after-colon.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-group.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-group.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-modifier.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-modifier.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-punct.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unexpected-punct.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unsupported-literal.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unsupported-literal.stderr +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unsupported-modifier.rs +0 -0
- data/ext/cargo-vendor/{paste-1.0.9 → paste-1.0.11}/tests/ui/unsupported-modifier.stderr +0 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/CHANGELOG.md +163 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/Cargo.toml +27 -0
- data/ext/cargo-vendor/{paste-1.0.9 → pkg-config-0.3.26}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{toml-0.5.9 → pkg-config-0.3.26}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/README.md +79 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/src/lib.rs +972 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/tests/escape.pc +5 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/tests/foo.pc +16 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/tests/framework.pc +16 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/tests/rpath.pc +7 -0
- data/ext/cargo-vendor/pkg-config-0.3.26/tests/test.rs +323 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/Cargo.toml +63 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/LICENSE-APACHE +176 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → proc-macro2-1.0.50}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/README.md +94 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/build.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/src/detection.rs +0 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/src/fallback.rs +998 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/src/lib.rs +1312 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/src/location.rs +29 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/src/marker.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/src/parse.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/src/rcvec.rs +0 -0
- data/ext/cargo-vendor/proc-macro2-1.0.50/src/wrapper.rs +984 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/comments.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/features.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/marker.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/test.rs +0 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → proc-macro2-1.0.50}/tests/test_fmt.rs +0 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/CONTRIBUTING.md +21 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/Cargo.lock +924 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/Cargo.toml +68 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/LICENSE +21 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/README.md +152 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/benches/html_rendering.rs +101 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/benches/lib.rs +49 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/build.rs +186 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/examples/broken-link-callbacks.rs +37 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/examples/event-filter.rs +29 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/examples/string-to-string.rs +26 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/entities.rs +2158 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/escape.rs +356 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/html.rs +461 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/lib.rs +76 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/linklabel.rs +135 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/main.rs +109 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/parse.rs +3374 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/puncttable.rs +351 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/scanners.rs +1308 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/simd.rs +248 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/strings.rs +243 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/src/tree.rs +216 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/errors.rs +44 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/html.rs +252 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/lib.rs +425 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/footnotes.rs +165 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/gfm_strikethrough.rs +27 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/gfm_table.rs +205 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/gfm_tasklist.rs +39 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/mod.rs +13 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/regression.rs +953 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/smart_punct.rs +201 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/spec.rs +8447 -0
- data/ext/cargo-vendor/pulldown-cmark-0.8.0/tests/suite/table.rs +205 -0
- data/ext/cargo-vendor/quote-1.0.23/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/quote-1.0.23/Cargo.toml +49 -0
- data/ext/cargo-vendor/{proc-macro2-1.0.47 → quote-1.0.23}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → quote-1.0.23}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/quote-1.0.23/README.md +261 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/build.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/rust-toolchain.toml +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/ext.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/format.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/ident_fragment.rs +0 -0
- data/ext/cargo-vendor/quote-1.0.23/src/lib.rs +1434 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/runtime.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/spanned.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/src/to_tokens.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/compiletest.rs +0 -0
- data/ext/cargo-vendor/quote-1.0.23/tests/test.rs +519 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-interpolated-dup.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-interpolated-dup.stderr +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-interpolated.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-interpolated.stderr +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-separated.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter-separated.stderr +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/does-not-have-iter.stderr +0 -0
- data/ext/cargo-vendor/quote-1.0.23/tests/ui/not-quotable.rs +7 -0
- data/ext/cargo-vendor/quote-1.0.23/tests/ui/not-quotable.stderr +20 -0
- data/ext/cargo-vendor/quote-1.0.23/tests/ui/not-repeatable.rs +8 -0
- data/ext/cargo-vendor/quote-1.0.23/tests/ui/not-repeatable.stderr +35 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/wrong-type-span.rs +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → quote-1.0.23}/tests/ui/wrong-type-span.stderr +0 -0
- data/ext/cargo-vendor/rayon-1.6.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rayon-1.6.1/Cargo.toml +55 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/FAQ.md +0 -0
- data/ext/cargo-vendor/{quote-1.0.21 → rayon-1.6.1}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/README.md +0 -0
- data/ext/cargo-vendor/rayon-1.6.1/RELEASES.md +843 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/array.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/binary_heap.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/btree_map.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/btree_set.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/hash_map.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/hash_set.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/linked_list.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/collections/vec_deque.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/cannot_collect_filtermap_data.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/cannot_zip_filtered_data.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/cell_par_iter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/must_use.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/no_send_par_iter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/compile_fail/rc_par_iter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/delegate.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/chain.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/chunks.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/cloned.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/collect/consumer.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/collect/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/collect/test.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/copied.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/empty.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/enumerate.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/extend.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/filter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/filter_map.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/find.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/find_first_last/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/find_first_last/test.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/flat_map.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/flat_map_iter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/flatten.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/flatten_iter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/fold.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/fold_chunks.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/fold_chunks_with.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/for_each.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/from_par_iter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/inspect.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/interleave.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/interleave_shortest.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/intersperse.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/len.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/map.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/map_with.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/multizip.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/noop.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/once.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/panic_fuse.rs +0 -0
- data/ext/cargo-vendor/rayon-1.6.1/src/iter/par_bridge.rs +162 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/plumbing/README.md +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/plumbing/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/positions.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/product.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/reduce.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/repeat.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/rev.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/skip.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/splitter.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/step_by.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/sum.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/take.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/test.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/try_fold.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/try_reduce.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/try_reduce_with.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/unzip.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/update.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/while_some.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/zip.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/iter/zip_eq.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/math.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/option.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/par_either.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/prelude.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/private.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/range.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/range_inclusive.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/result.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/chunks.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/mergesort.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/mod.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/quicksort.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/rchunks.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/slice/test.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/split_producer.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/str.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/string.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/src/vec.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/chars.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/clones.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/collect.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/cross-pool.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/debug.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/drain_vec.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/intersperse.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/issue671-unzip.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/issue671.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/iter_panic.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/named-threads.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/octillion.rs +0 -0
- data/ext/cargo-vendor/rayon-1.6.1/tests/par_bridge_recursion.rs +30 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/producer_split_at.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/sort-panic-safe.rs +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → rayon-1.6.1}/tests/str.rs +0 -0
- data/ext/cargo-vendor/rb-sys-0.9.57/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rb-sys-0.9.57/Cargo.toml +42 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/bin/release.sh +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/build/features.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/build/main.rs +0 -0
- data/ext/cargo-vendor/rb-sys-0.9.57/build/ruby_macros.rs +14 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/build/version.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/readme.md +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/allocator.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/bindings.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/macros/mod.rs +0 -0
- data/ext/cargo-vendor/rb-sys-0.9.57/src/macros/ruby_macros.c +35 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/ruby_abi_version.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/special_consts.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/src/value_type.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-0.9.53 → rb-sys-0.9.57}/wrapper.h +0 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/Cargo.toml +47 -0
- data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/src/bindings.rs +254 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/src/cc.rs +35 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/src/lib.rs +14 -0
- data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/src/rb_config/flags.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/src/rb_config/library.rs +0 -0
- data/ext/cargo-vendor/{rb-sys-build-0.9.53 → rb-sys-build-0.9.57}/src/rb_config/search_path.rs +0 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/src/rb_config.rs +758 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.57/src/utils.rs +42 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/Cargo.toml +25 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/LICENSE-APACHE +190 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/LICENSE-MIT +21 -0
- data/ext/cargo-vendor/{rb-sys-env-0.1.1 → rb-sys-env-0.1.2}/readme.md +0 -0
- data/ext/cargo-vendor/{rb-sys-env-0.1.1 → rb-sys-env-0.1.2}/src/defines.rs +0 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/src/lib.rs +180 -0
- data/ext/cargo-vendor/{rb-sys-env-0.1.1 → rb-sys-env-0.1.2}/src/rb_env.rs +0 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/src/ruby_version.rs +163 -0
- data/ext/cargo-vendor/{rb-sys-env-0.1.1 → rb-sys-env-0.1.2}/src/utils.rs +0 -0
- data/ext/cargo-vendor/regex-1.7.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/regex-1.7.1/CHANGELOG.md +1095 -0
- data/ext/cargo-vendor/regex-1.7.1/Cargo.lock +98 -0
- data/ext/cargo-vendor/regex-1.7.1/Cargo.toml +149 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/HACKING.md +0 -0
- data/ext/cargo-vendor/{rayon-1.6.0 → regex-1.7.1}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/PERFORMANCE.md +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/README.md +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/UNICODE.md +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/regexdna-input.txt +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/regexdna-output.txt +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-cheat.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-replace.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-single-cheat.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna-single.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/examples/shootout-regex-dna.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/rustfmt.toml +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/backtrack.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/compile.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/dfa.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/error.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/exec.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/expand.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/find_byte.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/freqs.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/input.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/literal/imp.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/literal/mod.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/pattern.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/pikevm.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/pool.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/prog.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/re_builder.rs +0 -0
- data/ext/cargo-vendor/regex-1.7.1/src/re_bytes.rs +1260 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/re_set.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/re_trait.rs +0 -0
- data/ext/cargo-vendor/regex-1.7.1/src/re_unicode.rs +1311 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/sparse.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/LICENSE +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/README +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/basic.dat +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/nullsubexpr.dat +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/testdata/repetition.dat +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/src/utf8.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/test +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/api.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/api_str.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/consistent.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/crates_regex.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/crazy.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/flags.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/fowler.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/macros.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/macros_bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/macros_str.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/misc.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/multiline.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/noparse.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/regression.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/regression_fuzz.rs +0 -0
- data/ext/cargo-vendor/regex-1.7.1/tests/replace.rs +248 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/searcher.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/set.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/shortest_match.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/suffix_reverse.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_backtrack.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_backtrack_bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_backtrack_utf8bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_crates_regex.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_default.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_default_bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_nfa.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_nfa_bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/test_nfa_utf8bytes.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/unicode.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/word_boundary.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/word_boundary_ascii.rs +0 -0
- data/ext/cargo-vendor/{regex-1.7.0 → regex-1.7.1}/tests/word_boundary_unicode.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/CONTRIBUTING.md +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/Cargo.toml +236 -0
- data/ext/cargo-vendor/{regex-1.7.0 → rustix-0.36.7}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → rustix-0.36.7}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/ORG_CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/README.md +159 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/SECURITY.md +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/benches/mod.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/build.rs +225 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/conv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/fs/dir.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/fs/makedev.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/fs/mod.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/fs/syscalls.rs +1807 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/fs/types.rs +1196 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/io/epoll.rs +422 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/errno.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/io_slice.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/poll_fd.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/io/syscalls.rs +555 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/io/types.rs +159 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io/windows_syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io_lifetimes.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io_uring/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/io_uring/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/mm/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/mm/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/mm/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/addr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/ext.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/read_sockaddr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/send_recv.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/net/syscalls.rs +887 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/net/write_sockaddr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/offset.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/param/auxv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/param/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/cpu_set.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/process/wait.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/rand/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/rand/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/rand/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/termios/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/termios/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/termios/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/thread/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/thread/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/time/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/time/syscalls.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/libc/time/types.rs +364 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/weak.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/libc/winsock_c.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/aarch64.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/arm.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/mips.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/mips64.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/powerpc64.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/riscv64.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/thumb.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/x86.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/inline/x86_64.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/aarch64.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/arm.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_aarch64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_arm.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_mips.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_mips64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_powerpc64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_riscv64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_x86.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/debug/librustix_outline_x86_64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/mips.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/mips64.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/nr_last.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/powerpc64.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_aarch64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_arm.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_mips.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_mips64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_powerpc64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_riscv64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_x86.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/release/librustix_outline_x86_64.a +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/riscv64.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/x86.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/x86.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/arch/outline/x86_64.s +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/c.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/linux_raw/conv.rs +799 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/elf.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/fs/dir.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/fs/makedev.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/fs/mod.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/linux_raw/fs/syscalls.rs +1415 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/linux_raw/fs/types.rs +729 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/backend/linux_raw/io/epoll.rs +404 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/errno.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/io_slice.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/poll_fd.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io_uring/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/io_uring/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/mm/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/mm/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/mm/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/addr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/read_sockaddr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/send_recv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/net/write_sockaddr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/param/auxv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/param/libc_auxv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/param/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/param/mustang_auxv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/cpu_set.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/process/wait.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/rand/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/rand/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/rand/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/reg.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/runtime/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/runtime/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/runtime/tls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/termios/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/termios/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/termios/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/thread/futex.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/thread/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/thread/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/time/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/time/syscalls.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/time/types.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/vdso.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/backend/linux_raw/vdso_wrappers.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/const_assert.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/cstr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/ffi/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/abs.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/at.rs +388 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/constants.rs +20 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/copy_file_range.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/cwd.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/dir.rs +5 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/fadvise.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/fcntl.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/fcntl_darwin.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/fcopyfile.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/fd.rs +350 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/file_type.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/getpath.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/makedev.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/memfd_create.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/mod.rs +221 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/mount.rs +150 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/openat2.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/fs/raw_dir.rs +204 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/sendfile.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/fs/statx.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/close.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/io/context.rs +163 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/dup.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/errno.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/eventfd.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/fcntl.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/fd/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/fd/owned.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/fd/raw.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/ioctl.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/is_read_write.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/io/mod.rs +99 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/pipe.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/poll.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/procfs.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/io/read_write.rs +178 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/seek_from.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io/stdio.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/io_uring.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/madvise.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/mmap.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/msync.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/mm/userfaultfd.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/addr.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/ip.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/send_recv.rs +0 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/net/socket.rs +441 -0
- data/ext/cargo-vendor/rustix-0.36.7/src/net/socket_addr_any.rs +103 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/socketpair.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/sockopt.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/net/wsa.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/param/auxv.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/param/init.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/param/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/path/arg.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/path/dec_int.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/path/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/chdir.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/exit.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/id.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/kill.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/membarrier.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/prctl.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/priority.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/procctl.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/rlimit.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/sched.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/sched_yield.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/uname.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/process/wait.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/rand/getrandom.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/rand/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/runtime.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/cf.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/constants.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/tc.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/termios/tty.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/clock.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/futex.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/id.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/prctl.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/thread/setns.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/time/clock.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/time/mod.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/time/timerfd.rs +0 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → rustix-0.36.7}/src/utils.rs +0 -0
- data/ext/cargo-vendor/serde-1.0.152/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/serde-1.0.152/Cargo.toml +70 -0
- data/ext/cargo-vendor/{rustix-0.36.5 → serde-1.0.152}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → serde-1.0.152}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/serde-1.0.152/README.md +114 -0
- data/ext/cargo-vendor/serde-1.0.152/build.rs +146 -0
- data/ext/cargo-vendor/serde-1.0.152/crates-io.md +65 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/format.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/ignored_any.rs +0 -0
- data/ext/cargo-vendor/serde-1.0.152/src/de/impls.rs +2733 -0
- data/ext/cargo-vendor/serde-1.0.152/src/de/mod.rs +2299 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/seed.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/utf8.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/de/value.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/integer128.rs +0 -0
- data/ext/cargo-vendor/serde-1.0.152/src/lib.rs +334 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/macros.rs +0 -0
- data/ext/cargo-vendor/serde-1.0.152/src/private/de.rs +2995 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/private/doc.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/private/mod.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/private/ser.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/private/size_hint.rs +0 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/ser/fmt.rs +0 -0
- data/ext/cargo-vendor/serde-1.0.152/src/ser/impls.rs +983 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/ser/impossible.rs +0 -0
- data/ext/cargo-vendor/serde-1.0.152/src/ser/mod.rs +1988 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde-1.0.152}/src/std_error.rs +0 -0
- data/ext/cargo-vendor/serde_derive-1.0.152/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/serde_derive-1.0.152/Cargo.toml +63 -0
- data/ext/cargo-vendor/{serde-1.0.149 → serde_derive-1.0.152}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → serde_derive-1.0.152}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/serde_derive-1.0.152/README.md +114 -0
- data/ext/cargo-vendor/serde_derive-1.0.152/build.rs +38 -0
- data/ext/cargo-vendor/serde_derive-1.0.152/crates-io.md +65 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/bound.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/de.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/dummy.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/fragment.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/ast.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/attr.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/case.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/check.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/ctxt.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/mod.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/receiver.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/respan.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/internals/symbol.rs +0 -0
- data/ext/cargo-vendor/serde_derive-1.0.152/src/lib.rs +109 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/pretend.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/ser.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/this.rs +0 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → serde_derive-1.0.152}/src/try.rs +0 -0
- data/ext/cargo-vendor/syn-1.0.107/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/syn-1.0.107/Cargo.toml +147 -0
- data/ext/cargo-vendor/{serde_derive-1.0.149 → syn-1.0.107}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → syn-1.0.107}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/syn-1.0.107/README.md +285 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/benches/file.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/benches/rust.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/build.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/attr.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/await.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/bigint.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/buffer.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/custom_keyword.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/custom_punctuation.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/data.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/derive.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/discouraged.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/drops.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/error.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/export.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/expr.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/ext.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/file.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/clone.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/debug.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/eq.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/fold.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/hash.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/visit.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen/visit_mut.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/gen_helper.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/generics.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/group.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/ident.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/item.rs +0 -0
- data/ext/cargo-vendor/syn-1.0.107/src/lib.rs +984 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/lifetime.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/lit.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/lookahead.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/mac.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/macros.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/op.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/parse.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/parse_macro_input.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/parse_quote.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/pat.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/path.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/print.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/punctuated.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/reserved.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/sealed.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/span.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/spanned.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/stmt.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/thread.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/token.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/tt.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/ty.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/verbatim.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/src/whitespace.rs +0 -0
- data/ext/cargo-vendor/syn-1.0.107/tests/common/eq.rs +806 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/common/mod.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/common/parse.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/debug/gen.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/debug/mod.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/macros/mod.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/regression/issue1108.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/regression/issue1235.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/regression.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/repo/mod.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/repo/progress.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_asyncness.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_attribute.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_derive_input.rs +0 -0
- data/ext/cargo-vendor/syn-1.0.107/tests/test_expr.rs +306 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_generics.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_grouping.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_ident.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_item.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_iterators.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_lit.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_meta.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_parse_buffer.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_parse_stream.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_pat.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_path.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_precedence.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_receiver.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_round_trip.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_shebang.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_should_parse.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_size.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_stmt.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_token_trees.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_ty.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/test_visibility.rs +0 -0
- data/ext/cargo-vendor/{syn-1.0.105 → syn-1.0.107}/tests/zzz_stable.rs +0 -0
- data/ext/cargo-vendor/system-interface-0.25.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/system-interface-0.25.3/Cargo.toml +105 -0
- data/ext/cargo-vendor/{syn-1.0.105 → system-interface-0.25.3}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → system-interface-0.25.3}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/ORG_CODE_OF_CONDUCT.md +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/README.md +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/SECURITY.md +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/build.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/fs/fd_flags.rs +0 -0
- data/ext/cargo-vendor/system-interface-0.25.3/src/fs/file_io_ext.rs +1186 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/io/io_ext.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/io/is_read_write.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/io/mod.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/io/peek.rs +0 -0
- data/ext/cargo-vendor/system-interface-0.25.3/src/io/read_ready.rs +328 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/allocate.rs +0 -0
- data/ext/cargo-vendor/system-interface-0.25.3/tests/append.rs +118 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/fd_flags.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/is_read_write.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/live_rename.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/peek.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/read_to_end.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/sys_common/io.rs +0 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → system-interface-0.25.3}/tests/sys_common/mod.rs +0 -0
- data/ext/cargo-vendor/system-interface-0.25.3/tests/vectored_at.rs +627 -0
- data/ext/cargo-vendor/termcolor-1.2.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/COPYING +0 -0
- data/ext/cargo-vendor/termcolor-1.2.0/Cargo.toml +40 -0
- data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/README.md +0 -0
- data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/UNLICENSE +0 -0
- data/ext/cargo-vendor/{termcolor-1.1.3 → termcolor-1.2.0}/rustfmt.toml +0 -0
- data/ext/cargo-vendor/termcolor-1.2.0/src/lib.rs +2350 -0
- data/ext/cargo-vendor/thiserror-1.0.38/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/thiserror-1.0.38/Cargo.toml +47 -0
- data/ext/cargo-vendor/{system-interface-0.25.0 → thiserror-1.0.38}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → thiserror-1.0.38}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/thiserror-1.0.38/README.md +222 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/build.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/rust-toolchain.toml +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/src/aserror.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/src/display.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/src/provide.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/compiletest.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_backtrace.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_deprecated.rs +0 -0
- data/ext/cargo-vendor/thiserror-1.0.38/tests/test_display.rs +301 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_error.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_expr.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_from.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_generics.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_lints.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_option.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_path.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/test_transparent.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/bad-field-attr.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/bad-field-attr.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/concat-display.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/concat-display.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-enum-source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-enum-source.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-fmt.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-fmt.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-struct-source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-struct-source.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-transparent.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/duplicate-transparent.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/from-backtrace-backtrace.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/from-backtrace-backtrace.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/from-not-source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/from-not-source.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/lifetime.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/lifetime.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/missing-fmt.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/missing-fmt.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/no-display.rs +0 -0
- data/ext/cargo-vendor/thiserror-1.0.38/tests/ui/no-display.stderr +17 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/source-enum-not-error.rs +0 -0
- data/ext/cargo-vendor/thiserror-1.0.38/tests/ui/source-enum-not-error.stderr +22 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/source-struct-not-error.rs +0 -0
- data/ext/cargo-vendor/thiserror-1.0.38/tests/ui/source-struct-not-error.stderr +21 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-display.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-display.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-enum-many.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-enum-many.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-enum-source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-enum-source.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-struct-many.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-struct-many.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-struct-source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/transparent-struct-source.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/unexpected-field-fmt.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/unexpected-field-fmt.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/unexpected-struct-source.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/unexpected-struct-source.stderr +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/union.rs +0 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-1.0.38}/tests/ui/union.stderr +0 -0
- data/ext/cargo-vendor/thiserror-impl-1.0.38/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/thiserror-impl-1.0.38/Cargo.toml +35 -0
- data/ext/cargo-vendor/{thiserror-1.0.37 → thiserror-impl-1.0.38}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/thiserror-impl-1.0.38/LICENSE-MIT +23 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/ast.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/attr.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/expand.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/fmt.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/generics.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/prop.rs +0 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → thiserror-impl-1.0.38}/src/valid.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/tokio-1.24.2/CHANGELOG.md +2579 -0
- data/ext/cargo-vendor/tokio-1.24.2/Cargo.toml +239 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/LICENSE +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/README.md +229 -0
- data/ext/cargo-vendor/tokio-1.24.2/build.rs +184 -0
- data/ext/cargo-vendor/tokio-1.24.2/docs/reactor-refactor.md +276 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/external-types.toml +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/blocking.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/doc/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/doc/os.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/canonicalize.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/copy.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/create_dir.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/create_dir_all.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/dir_builder.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/file/tests.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/file.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/hard_link.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/metadata.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/mocks.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/open_options/mock_open_options.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/open_options.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/read.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/fs/read_dir.rs +350 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/read_link.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/read_to_string.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/remove_dir.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/remove_dir_all.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/remove_file.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/rename.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/set_permissions.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/symlink.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/symlink_dir.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/symlink_file.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/symlink_metadata.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/fs/write.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/block_on.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/maybe_done.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/poll_fn.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/trace.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/future/try_join.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_buf_read.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_fd.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_read.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_seek.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/async_write.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/blocking.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/bsd/poll_aio.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/interest.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/poll_evented.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/read_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/ready.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/seek.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/io/split.rs +184 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/stderr.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/stdin.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/stdio_common.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/stdout.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/async_buf_read_ext.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/async_read_ext.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/async_seek_ext.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/async_write_ext.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/buf_reader.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/buf_stream.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/buf_writer.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/chain.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/copy.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/copy_bidirectional.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/copy_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/empty.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/fill_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/flush.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/lines.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/mem.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/mod.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/io/util/read.rs +55 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_exact.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_int.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_line.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_to_end.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_to_string.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/read_until.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/repeat.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/shutdown.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/sink.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/split.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/take.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/vec_with_initialized.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_all.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_all_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_int.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/io/util/write_vectored.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/lib.rs +633 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/mocked.rs +52 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/atomic_u16.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/atomic_u32.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64.rs +19 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64_as_mutex.rs +76 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64_native.rs +4 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64_static_const_new.rs +12 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/atomic_u64_static_once_cell.rs +57 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/atomic_usize.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/loom/std/mod.rs +124 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/mutex.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/parking_lot.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/loom/std/unsafe_cell.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/addr_of.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/macros/cfg.rs +539 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/join.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/loom.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/pin.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/ready.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/scoped_tls.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/select.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/support.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/thread_local.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/trace.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/macros/try_join.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/addr.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/lookup_host.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/listener.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/socket.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/split.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/net/tcp/split_owned.rs +501 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/tcp/stream.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/udp.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/datagram/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/datagram/socket.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/listener.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/socketaddr.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/split.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/net/unix/split_owned.rs +409 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/stream.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/unix/ucred.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/net/windows/mod.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/net/windows/named_pipe.rs +2600 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/process/kill.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/process/mod.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/process/unix/mod.rs +322 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/process/unix/orphan.rs +333 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/process/unix/reap.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/process/windows.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/blocking/mod.rs +26 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/blocking/pool.rs +600 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/blocking/schedule.rs +56 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/blocking/shutdown.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/blocking/task.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/builder.rs +1083 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/config.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/context.rs +420 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/coop.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/defer.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/driver.rs +344 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/handle.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/io/metrics.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/io/mod.rs +344 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/io/platform.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/io/registration.rs +251 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/io/scheduled_io.rs +558 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/batch.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/io.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/mock.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/runtime.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/scheduler.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/metrics/worker.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/mod.rs +261 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/park.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/process.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/runtime.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/current_thread.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/handle.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/idle.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/park.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/scheduler/multi_thread/queue.rs +532 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/scheduler/multi_thread/worker.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/signal/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/abort.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/core.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/error.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/task/harness.rs +501 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/task/id.rs +87 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/inject.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/join.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/list.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/task/mod.rs +491 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/raw.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/task/state.rs +595 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/task/waker.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/tests/loom_blocking.rs +102 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_current_thread_scheduler.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_join_set.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_local.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_oneshot.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_pool.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/tests/loom_queue.rs +209 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_shutdown_join.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/loom_yield.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/tests/mod.rs +73 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/queue.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/tests/task.rs +332 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/tests/task_combinations.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/thread_id.rs +31 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/entry.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/handle.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/runtime/time/mod.rs +422 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/source.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/tests/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/wheel/level.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/runtime/time/wheel/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/ctrl_c.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/mod.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/signal/registry.rs +283 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/reusable_box.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/signal/unix.rs +526 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/windows/stub.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/windows/sys.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/signal/windows.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/barrier.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/batch_semaphore.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/sync/broadcast.rs +1163 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/sync/mod.rs +507 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/sync/mpsc/block.rs +448 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mpsc/bounded.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mpsc/chan.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mpsc/error.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/sync/mpsc/list.rs +371 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/sync/mpsc/mod.rs +121 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mpsc/unbounded.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/mutex.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/notify.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/once_cell.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/oneshot.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/owned_read_guard.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/owned_write_guard.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/owned_write_guard_mapped.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/read_guard.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/write_guard.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock/write_guard_mapped.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/rwlock.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/semaphore.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/task/atomic_waker.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/task/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/atomic_waker.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_atomic_waker.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_broadcast.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_list.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_mpsc.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_notify.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_oneshot.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_rwlock.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_semaphore_batch.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/loom_watch.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/notify.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/tests/semaphore_batch.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/sync/watch.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/blocking.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/builder.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/consume_budget.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/join_set.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/task/local.rs +1176 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/mod.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/spawn.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/task_local.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/unconstrained.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/task/yield_now.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/time/clock.rs +258 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/error.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/instant.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/interval.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/mod.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/time/sleep.rs +438 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/time/timeout.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/atomic_cell.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/bit.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/error.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/idle_notified_set.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/util/linked_list.rs +694 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/mod.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/src/util/once_cell.rs +70 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/pad.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/rand.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/rc_cell.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/slab.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/sync_wrapper.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/trace.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/try_lock.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/wake.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/src/util/wake_list.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/_require_full.rs +8 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/async_send_sync.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/buffered.rs +50 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs_copy.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs_dir.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs_file.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/fs_link.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_async_fd.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_async_read.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_buf_reader.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_buf_writer.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_chain.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_copy.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_copy_bidirectional.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/io_driver.rs +100 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_driver_drop.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_fill_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_lines.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_mem_stream.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_poll_aio.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_exact.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_line.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_to_end.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_to_string.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_read_until.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_split.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_take.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_util_empty.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write_all.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write_all_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write_buf.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/io_write_int.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/join_handle_panic.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/macros_join.rs +155 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/macros_pin.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/macros_rename_test.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/macros_select.rs +665 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/macros_test.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/macros_try_join.rs +185 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/net_bind_resource.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/net_lookup_host.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/net_named_pipe.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/net_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/no_rt.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_arg0.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_issue_2174.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_issue_42.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_kill_on_drop.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_raw_handle.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/process_smoke.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/rt_basic.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/rt_common.rs +1279 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/rt_handle_block_on.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/rt_metrics.rs +481 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/rt_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/rt_threaded.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_ctrl_c.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_drop_recv.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_drop_rt.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_drop_signal.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_multi_rt.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_no_rt.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_notify_both.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_twice.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/signal_usr1.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/support/io_vec.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/support/leaked_buffers.rs +26 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/support/mpsc_stream.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/support/panic.rs +34 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/support/signal.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_barrier.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_broadcast.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_errors.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_mpsc.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_mpsc_weak.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_mutex.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_mutex_owned.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_notify.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/sync_once_cell.rs +285 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_oneshot.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_rwlock.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_semaphore.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_semaphore_owned.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/sync_watch.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_abort.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/task_blocking.rs +309 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_builder.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_id.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/task_join_set.rs +235 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_local.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_local_set.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/task_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_accept.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_connect.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_echo.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_into_split.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_into_std.rs +0 -0
- data/ext/cargo-vendor/tokio-1.24.2/tests/tcp_peek.rs +29 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_shutdown.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_socket.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_split.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/tcp_stream.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/test_clock.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_interval.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_panic.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_pause.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_rt.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_sleep.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/time_timeout.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/udp.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/uds_cred.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/uds_datagram.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/uds_split.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/uds_stream.rs +0 -0
- data/ext/cargo-vendor/{tokio-1.23.0 → tokio-1.24.2}/tests/unwindsafe.rs +0 -0
- data/ext/cargo-vendor/toml-0.5.11/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/toml-0.5.11/Cargo.lock +110 -0
- data/ext/cargo-vendor/toml-0.5.11/Cargo.toml +98 -0
- data/ext/cargo-vendor/{thiserror-impl-1.0.37 → toml-0.5.11}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/toml-0.5.11/LICENSE-MIT +25 -0
- data/ext/cargo-vendor/toml-0.5.11/README.md +29 -0
- data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/examples/decode.rs +0 -0
- data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/examples/enum_external.rs +0 -0
- data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/examples/toml2json.rs +0 -0
- data/ext/cargo-vendor/toml-0.5.11/src/datetime.rs +544 -0
- data/ext/cargo-vendor/toml-0.5.11/src/de.rs +2246 -0
- data/ext/cargo-vendor/toml-0.5.11/src/lib.rs +176 -0
- data/ext/cargo-vendor/toml-0.5.11/src/macros.rs +459 -0
- data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/src/map.rs +0 -0
- data/ext/cargo-vendor/toml-0.5.11/src/ser.rs +1853 -0
- data/ext/cargo-vendor/toml-0.5.11/src/spanned.rs +166 -0
- data/ext/cargo-vendor/toml-0.5.11/src/tokens.rs +742 -0
- data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/src/value.rs +0 -0
- data/ext/cargo-vendor/{toml-0.5.9 → toml-0.5.11}/tests/enum_external_deserialize.rs +0 -0
- data/ext/cargo-vendor/unicase-2.6.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/unicase-2.6.0/Cargo.toml +30 -0
- data/ext/cargo-vendor/{toml-0.5.9 → unicase-2.6.0}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/unicase-2.6.0/LICENSE-MIT +20 -0
- data/ext/cargo-vendor/unicase-2.6.0/README.md +31 -0
- data/ext/cargo-vendor/unicase-2.6.0/build.rs +23 -0
- data/ext/cargo-vendor/unicase-2.6.0/src/ascii.rs +187 -0
- data/ext/cargo-vendor/unicase-2.6.0/src/lib.rs +465 -0
- data/ext/cargo-vendor/unicase-2.6.0/src/unicode/map.rs +1995 -0
- data/ext/cargo-vendor/unicase-2.6.0/src/unicode/mod.rs +201 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/AUTHORS +0 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/COPYRIGHT +0 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/Cargo.toml +83 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/LICENSE-MIT +0 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/README.md +0 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/char_data/mod.rs +173 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/char_data/tables.rs +543 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/data_source.rs +46 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/src/deprecated.rs +0 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/explicit.rs +209 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/src/format_chars.rs +0 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/implicit.rs +596 -0
- data/ext/cargo-vendor/{unicode-bidi-0.3.8 → unicode-bidi-0.3.10}/src/level.rs +0 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/lib.rs +1147 -0
- data/ext/cargo-vendor/unicode-bidi-0.3.10/src/prepare.rs +450 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/Cargo.toml +58 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/LICENSE-APACHE +0 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/LICENSE-MIT +23 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/LICENSE-UNICODE +0 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/README.md +283 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/benches/xid.rs +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/src/lib.rs +0 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/src/tables.rs +647 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/compare.rs +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/fst/mod.rs +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/fst/xid_continue.fst +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/fst/xid_start.fst +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/roaring/mod.rs +0 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/tests/static_size.rs +95 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/tests/tables/mod.rs +7 -0
- data/ext/cargo-vendor/unicode-ident-1.0.6/tests/tables/tables.rs +347 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/trie/mod.rs +0 -0
- data/ext/cargo-vendor/{unicode-ident-1.0.5 → unicode-ident-1.0.6}/tests/trie/trie.rs +0 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/COPYRIGHT +7 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/Cargo.toml +51 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/LICENSE-APACHE +201 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/LICENSE-MIT +25 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/README.md +53 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/benches/xid.rs +60 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/src/lib.rs +92 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/src/tables.rs +1494 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/src/tests.rs +95 -0
- data/ext/cargo-vendor/unicode-xid-0.2.4/tests/exhaustive_tests.rs +25 -0
- data/ext/cargo-vendor/wasi-cap-std-sync-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasi-cap-std-sync-5.0.0/Cargo.toml +89 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/clocks.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/dir.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/file.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/net.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/sched/unix.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/sched/windows.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/sched.rs +0 -0
- data/ext/cargo-vendor/{wasi-cap-std-sync-4.0.0 → wasi-cap-std-sync-5.0.0}/src/stdio.rs +0 -0
- data/ext/cargo-vendor/wasi-common-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasi-common-5.0.0/Cargo.toml +85 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/docs/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/docs.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/typenames.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_args.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_clock.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_environ.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_fd.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_path.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_poll.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_proc.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_random.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_sched.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/ephemeral/witx/wasi_ephemeral_sock.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/old/snapshot_0/docs.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/old/snapshot_0/witx/typenames.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/old/snapshot_0/witx/wasi_unstable.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/snapshot/docs.html +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/snapshot/docs.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/snapshot/witx/typenames.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/phases/snapshot/witx/wasi_snapshot_preview1.witx +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/proposal-template/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/proposals/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/snapshots/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/WASI/standard/README.md +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/build.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/clocks.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/ctx.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/dir.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/error.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/file.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/pipe.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/random.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/sched/subscription.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/sched.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/snapshots/mod.rs +0 -0
- data/ext/cargo-vendor/wasi-common-5.0.0/src/snapshots/preview_0.rs +1169 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/snapshots/preview_1/error.rs +0 -0
- data/ext/cargo-vendor/wasi-common-5.0.0/src/snapshots/preview_1.rs +1711 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/string_array.rs +0 -0
- data/ext/cargo-vendor/{wasi-common-4.0.0 → wasi-common-5.0.0}/src/table.rs +0 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/Cargo.toml +33 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/README.md +0 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/src/component/aliases.rs +160 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/canonicals.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/components.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/exports.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/imports.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/instances.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/modules.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/names.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/component/start.rs +0 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/src/component/types.rs +736 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/src/component.rs +137 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/src/core/code.rs +2874 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/custom.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/data.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/elements.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/exports.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/functions.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/globals.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/imports.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/linking.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/memories.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/names.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/start.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/tables.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/tags.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core/types.rs +0 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/core.rs +0 -0
- data/ext/cargo-vendor/wasm-encoder-0.22.0/src/lib.rs +188 -0
- data/ext/cargo-vendor/{wasm-encoder-0.20.0 → wasm-encoder-0.22.0}/src/raw.rs +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/Cargo.lock +682 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/Cargo.toml +51 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/README.md +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/benches/benchmark.rs +345 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/examples/simple.rs +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/binary_reader.rs +1673 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/limits.rs +57 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/parser.rs +1491 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/aliases.rs +119 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/canonicals.rs +95 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/exports.rs +92 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/imports.rs +95 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/instances.rs +163 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/names.rs +102 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/start.rs +30 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/component/types.rs +526 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/src/readers/component.rs +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/code.rs +146 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/src/readers/core/custom.rs +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/data.rs +96 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/elements.rs +158 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/exports.rs +65 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/functions.rs +17 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/globals.rs +49 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/imports.rs +76 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/init.rs +51 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/memories.rs +56 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/names.rs +153 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/operators.rs +328 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/producers.rs +78 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/tables.rs +42 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/tags.rs +32 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core/types.rs +243 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers/core.rs +33 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/readers.rs +307 -0
- data/ext/cargo-vendor/{wasmparser-0.95.0 → wasmparser-0.96.0}/src/resources.rs +0 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/component.rs +2046 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/core.rs +1143 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/func.rs +333 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/operators.rs +3222 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/validator/types.rs +2179 -0
- data/ext/cargo-vendor/wasmparser-0.96.0/src/validator.rs +1483 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/Cargo.toml +168 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/build.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/code.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/component.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/func/host.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/func/options.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/func/typed.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/func.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/instance.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/linker.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/matching.rs +0 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/src/component/mod.rs +44 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/storage.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/store.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/component/types.rs +0 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/src/component/values.rs +1143 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/src/config.rs +1906 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/src/engine/serialization.rs +603 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/engine.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/externals.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/func/typed.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/func.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/instance.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/limits.rs +0 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/src/linker.rs +1337 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/memory.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/module/registry.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/module.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/ref.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/signatures.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/store/context.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/store/data.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/store.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline/func.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline/global.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline/memory.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline/table.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/trampoline.rs +0 -0
- data/ext/cargo-vendor/wasmtime-5.0.0/src/trap.rs +618 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/types/matching.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/types.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/unix.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/values.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-4.0.0 → wasmtime-5.0.0}/src/windows.rs +0 -0
- data/ext/cargo-vendor/wasmtime-asm-macros-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-asm-macros-5.0.0/Cargo.toml +22 -0
- data/ext/cargo-vendor/wasmtime-asm-macros-5.0.0/src/lib.rs +81 -0
- data/ext/cargo-vendor/wasmtime-cache-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-cache-5.0.0/Cargo.toml +73 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/build.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/config/tests.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/config.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/tests.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/worker/tests/system_time_stub.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/worker/tests.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/src/worker.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cache-4.0.0 → wasmtime-cache-5.0.0}/tests/cache_write_default_config.rs +0 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/Cargo.toml +58 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/src/bindgen.rs +158 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/src/component.rs +1191 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/src/lib.rs +48 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/char.wit +12 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/conventions.wit +39 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/empty.wit +1 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/flags.wit +54 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/floats.wit +12 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/integers.wit +39 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/lists.wit +84 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/many-arguments.wit +51 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/multi-return.wit +13 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/records.wit +60 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/simple-functions.wit +16 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/simple-lists.wit +13 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/small-anonymous.wit +14 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/smoke-default.wit +5 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/smoke-export.wit +5 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/smoke.wit +5 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/strings.wit +11 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/unions.wit +65 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen/variants.wit +146 -0
- data/ext/cargo-vendor/wasmtime-component-macro-5.0.0/tests/codegen.rs +24 -0
- data/ext/cargo-vendor/wasmtime-component-util-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-component-util-5.0.0/Cargo.toml +25 -0
- data/ext/cargo-vendor/wasmtime-component-util-5.0.0/src/lib.rs +180 -0
- data/ext/cargo-vendor/wasmtime-cranelift-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-cranelift-5.0.0/Cargo.toml +84 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/SECURITY.md +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/builder.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/compiler/component.rs +0 -0
- data/ext/cargo-vendor/wasmtime-cranelift-5.0.0/src/compiler.rs +1052 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/gc.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/address_transform.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/attr.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/expression.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/line_program.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/mod.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/range_info_builder.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/refs.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/simulate.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/unit.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/transform/utils.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug/write_debuginfo.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/debug.rs +0 -0
- data/ext/cargo-vendor/wasmtime-cranelift-5.0.0/src/func_environ.rs +2127 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-cranelift-4.0.0 → wasmtime-cranelift-5.0.0}/src/obj.rs +0 -0
- data/ext/cargo-vendor/wasmtime-environ-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-environ-5.0.0/Cargo.lock +622 -0
- data/ext/cargo-vendor/wasmtime-environ-5.0.0/Cargo.toml +118 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/examples/factc.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/address_map.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/builtin.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/compilation.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/compiler.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/dfg.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/info.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/translate/adapt.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/translate/inline.rs +0 -0
- data/ext/cargo-vendor/wasmtime-environ-5.0.0/src/component/translate.rs +1027 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/types.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component/vmcomponent_offsets.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/component.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/core_types.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/signature.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/trampoline.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/transcode.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact/traps.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/fact.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/module.rs +0 -0
- data/ext/cargo-vendor/wasmtime-environ-5.0.0/src/module_environ.rs +841 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/module_types.rs +0 -0
- data/ext/cargo-vendor/wasmtime-environ-5.0.0/src/obj.rs +130 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/ref_bits.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/scopevec.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/stack_map.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/trap_encoding.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/tunables.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-environ-4.0.0 → wasmtime-environ-5.0.0}/src/vmoffsets.rs +0 -0
- data/ext/cargo-vendor/wasmtime-fiber-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-fiber-5.0.0/Cargo.toml +46 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/build.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wasmtime-fiber-5.0.0/src/unix/aarch64.rs +184 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/unix/arm.rs +0 -0
- data/ext/cargo-vendor/wasmtime-fiber-5.0.0/src/unix/riscv64.rs +158 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/unix/s390x.S +0 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/unix/x86.rs +0 -0
- data/ext/cargo-vendor/wasmtime-fiber-5.0.0/src/unix/x86_64.rs +160 -0
- data/ext/cargo-vendor/wasmtime-fiber-5.0.0/src/unix.rs +199 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/windows.c +0 -0
- data/ext/cargo-vendor/{wasmtime-fiber-4.0.0 → wasmtime-fiber-5.0.0}/src/windows.rs +0 -0
- data/ext/cargo-vendor/wasmtime-jit-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-jit-5.0.0/Cargo.toml +103 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/wasmtime-jit-5.0.0/src/code_memory.rs +258 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/debug.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/demangling.rs +0 -0
- data/ext/cargo-vendor/wasmtime-jit-5.0.0/src/instantiate.rs +698 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling/jitdump_disabled.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling/jitdump_linux.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling/vtune.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling/vtune_disabled.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/profiling.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/unwind/systemv.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/unwind/winx64.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-4.0.0 → wasmtime-jit-5.0.0}/src/unwind.rs +0 -0
- data/ext/cargo-vendor/wasmtime-jit-debug-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-jit-debug-5.0.0/Cargo.toml +58 -0
- data/ext/cargo-vendor/{wasmtime-jit-debug-4.0.0 → wasmtime-jit-debug-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-debug-4.0.0 → wasmtime-jit-debug-5.0.0}/src/gdb_jit_int.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-debug-4.0.0 → wasmtime-jit-debug-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-debug-4.0.0 → wasmtime-jit-debug-5.0.0}/src/perf_jitdump.rs +0 -0
- data/ext/cargo-vendor/wasmtime-jit-icache-coherence-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-jit-icache-coherence-5.0.0/Cargo.toml +34 -0
- data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-3.0.0 → wasmtime-jit-icache-coherence-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-3.0.0 → wasmtime-jit-icache-coherence-5.0.0}/src/libc.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-jit-icache-coherence-3.0.0 → wasmtime-jit-icache-coherence-5.0.0}/src/win.rs +0 -0
- data/ext/cargo-vendor/wasmtime-runtime-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-runtime-5.0.0/Cargo.toml +110 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/build.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/component/transcode.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/component.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/cow.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/debug_builtins.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/export.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/externref.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/helpers.c +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/imports.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator/pooling/index_allocator.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator/pooling/unix.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator/pooling/windows.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator/pooling.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance/allocator.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/instance.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wasmtime-runtime-5.0.0/src/libcalls.rs +494 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/memory.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/mmap.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/mmap_vec.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/module_id.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/parking_spot.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/table.rs +0 -0
- data/ext/cargo-vendor/wasmtime-runtime-5.0.0/src/trampolines/aarch64.rs +122 -0
- data/ext/cargo-vendor/wasmtime-runtime-5.0.0/src/trampolines/riscv64.rs +120 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/trampolines/s390x.S +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/trampolines/s390x.rs +0 -0
- data/ext/cargo-vendor/wasmtime-runtime-5.0.0/src/trampolines/x86_64.rs +142 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/trampolines.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace/aarch64.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace/riscv64.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace/s390x.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace/x86_64.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/backtrace.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/macos.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/unix.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers/windows.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/traphandlers.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/vmcontext/vm_host_func_context.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-runtime-4.0.0 → wasmtime-runtime-5.0.0}/src/vmcontext.rs +0 -0
- data/ext/cargo-vendor/wasmtime-types-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-types-5.0.0/Cargo.toml +34 -0
- data/ext/cargo-vendor/{wasmtime-types-4.0.0 → wasmtime-types-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-types-4.0.0 → wasmtime-types-5.0.0}/src/error.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-types-4.0.0 → wasmtime-types-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wasmtime-wasi-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-wasi-5.0.0/Cargo.toml +63 -0
- data/ext/cargo-vendor/{wasmtime-wasi-4.0.0 → wasmtime-wasi-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wasmtime-wasi-4.0.0 → wasmtime-wasi-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/{wasmtime-wasi-4.0.0 → wasmtime-wasi-5.0.0}/build.rs +0 -0
- data/ext/cargo-vendor/{wasmtime-wasi-4.0.0 → wasmtime-wasi-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/Cargo.toml +29 -0
- data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/src/lib.rs +1182 -0
- data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/src/rust.rs +412 -0
- data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/src/source.rs +130 -0
- data/ext/cargo-vendor/wasmtime-wit-bindgen-5.0.0/src/types.rs +207 -0
- data/ext/cargo-vendor/wast-52.0.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wast-52.0.1/Cargo.toml +50 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/LICENSE +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/README.md +0 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/alias.rs +253 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/binary.rs +949 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/component.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/custom.rs +0 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/expand.rs +851 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/export.rs +213 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/func.rs +0 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/import.rs +176 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/instance.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/item_ref.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/module.rs +0 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/resolve.rs +968 -0
- data/ext/cargo-vendor/wast-52.0.1/src/component/types.rs +965 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component/wast.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/component.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/binary.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/custom.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/export.rs +0 -0
- data/ext/cargo-vendor/wast-52.0.1/src/core/expr.rs +1892 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/func.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/global.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/import.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/memory.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/module.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/resolve/deinline_import_export.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/resolve/mod.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/resolve/names.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/resolve/types.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/table.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/tag.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/types.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core/wast.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/core.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/encode.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/error.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/gensym.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/lexer.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/names.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/parser.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/token.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/wast.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/src/wat.rs +0 -0
- data/ext/cargo-vendor/wast-52.0.1/tests/annotations.rs +200 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/comments.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-index.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-index.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name2.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name2.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name3.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/bad-name3.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block1.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block1.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block2.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block2.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block3.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/block3.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment0.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment0.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment1.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment1.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment2.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment2.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment3.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment3.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment4.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment4.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment5.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment5.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment6.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment6.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment7.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment7.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment8.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-block-comment8.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment0.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment0.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment1.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment1.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment2.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment2.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment3.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment3.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment4.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment4.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment5.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment5.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment6.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment6.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment7.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment7.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment8.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-line-comment8.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string0.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string0.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string1.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string1.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string2.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string2.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string3.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string3.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string4.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string4.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string5.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string5.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string6.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string6.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string7.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string7.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string8.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/confusing-string8.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/inline1.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/inline1.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/newline-in-string.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/newline-in-string.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string1.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string1.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string10.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string10.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string11.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string11.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string12.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string12.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string13.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string13.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string14.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string14.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string15.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string15.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string16.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string16.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string2.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string2.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string3.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string3.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string4.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string4.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string5.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string5.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string6.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string6.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string7.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string7.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string8.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string8.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string9.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/string9.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/unbalanced.wat +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail/unbalanced.wat.err +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/parse-fail.rs +0 -0
- data/ext/cargo-vendor/{wast-50.0.0 → wast-52.0.1}/tests/recursive.rs +0 -0
- data/ext/cargo-vendor/wat-1.0.55/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wat-1.0.55/Cargo.toml +27 -0
- data/ext/cargo-vendor/{wat-1.0.52 → wat-1.0.55}/LICENSE +0 -0
- data/ext/cargo-vendor/{wat-1.0.52 → wat-1.0.55}/README.md +0 -0
- data/ext/cargo-vendor/{wat-1.0.52 → wat-1.0.55}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wiggle-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wiggle-5.0.0/Cargo.toml +109 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/borrow.rs +0 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/error.rs +0 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/guest_type.rs +0 -0
- data/ext/cargo-vendor/wiggle-5.0.0/src/lib.rs +1186 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/region.rs +0 -0
- data/ext/cargo-vendor/{wiggle-4.0.0 → wiggle-5.0.0}/src/wasmtime.rs +0 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/Cargo.toml +61 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/README.md +0 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/src/codegen_settings.rs +151 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/src/config.rs +696 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/src/funcs.rs +435 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/lifetimes.rs +0 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/src/module_trait.rs +102 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/names.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/error.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/flags.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/handle.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/mod.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/record.rs +0 -0
- data/ext/cargo-vendor/{wiggle-generate-4.0.0 → wiggle-generate-5.0.0}/src/types/variant.rs +0 -0
- data/ext/cargo-vendor/wiggle-generate-5.0.0/src/wasmtime.rs +170 -0
- data/ext/cargo-vendor/wiggle-macro-5.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wiggle-macro-5.0.0/Cargo.toml +55 -0
- data/ext/cargo-vendor/{wiggle-macro-4.0.0 → wiggle-macro-5.0.0}/LICENSE +0 -0
- data/ext/cargo-vendor/wiggle-macro-5.0.0/src/lib.rs +210 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_aarch64_gnullvm-0.42.0 → windows_aarch64_gnullvm-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_aarch64_gnullvm-0.42.0 → windows_aarch64_gnullvm-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_aarch64_msvc-0.42.0 → windows_aarch64_msvc-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/lib/windows.lib +0 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_aarch64_msvc-0.42.0 → windows_aarch64_msvc-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_i686_gnu-0.42.0 → windows_i686_gnu-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.42.1/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_i686_gnu-0.42.0 → windows_i686_gnu-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_i686_msvc-0.42.0 → windows_i686_msvc-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.42.1/lib/windows.lib +0 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_i686_msvc-0.42.0 → windows_i686_msvc-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_x86_64_gnu-0.42.0 → windows_x86_64_gnu-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_x86_64_gnu-0.42.0 → windows_x86_64_gnu-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_x86_64_gnullvm-0.42.0 → windows_x86_64_gnullvm-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_x86_64_gnullvm-0.42.0 → windows_x86_64_gnullvm-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/Cargo.toml +23 -0
- data/ext/cargo-vendor/{windows_x86_64_msvc-0.42.0 → windows_x86_64_msvc-0.42.1}/build.rs +0 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/lib/windows.lib +0 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.1/license-mit +21 -0
- data/ext/cargo-vendor/{windows_x86_64_msvc-0.42.0 → windows_x86_64_msvc-0.42.1}/src/lib.rs +0 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/Cargo.toml +54 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/README.md +13 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/src/abi.rs +2140 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/src/ast/lex.rs +747 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/src/ast/resolve.rs +589 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/src/ast.rs +827 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/src/lib.rs +683 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/src/sizealign.rs +137 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/all.rs +426 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/comments.wit +23 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/comments.wit.result +22 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/embedded.wit.md +32 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/embedded.wit.md.result +24 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/empty.wit +0 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/empty.wit.result +1 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/functions.wit +12 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/functions.wit.result +103 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/alias-no-type.wit +4 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/alias-no-type.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/async.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/async1.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/bad-list.wit +7 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/bad-list.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle2.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle2.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle3.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle3.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle4.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle4.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle5.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/cycle5.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/dangling-type.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/dangling-type.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-functions.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-functions.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-interface.wit +4 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-interface.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-type.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-type.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-value.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/duplicate-value.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-enum.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-enum.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-union.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-union.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-variant1.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/empty-variant1.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/invalid-md.md +7 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/invalid-md.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/invalid-toplevel.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/invalid-toplevel.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/keyword.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/keyword.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/undefined-typed.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/undefined-typed.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/unknown-interface.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/unknown-interface.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/unterminated-string.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default1.wit +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default1.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default2.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default2.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default3.wit +8 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-default3.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-same-fields.wit +9 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-same-fields.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-same-fields2.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/parse-fail/world-same-fields2.wit.result +5 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/shared-types.wit +8 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/shared-types.wit.result +56 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/type-then-eof.wit +3 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/type-then-eof.wit.result +16 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/types.wit +59 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/types.wit.result +474 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/values.wit +6 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/values.wit.result +45 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/wasi.wit +176 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/wasi.wit.result +109 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/world-default.wit +7 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/world-default.wit.result +29 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/worlds.wit +18 -0
- data/ext/cargo-vendor/wit-parser-0.3.1/tests/ui/worlds.wit.result +72 -0
- data/ext/cargo-vendor/zstd-sys-2.0.5+zstd.1.5.2/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/zstd-sys-2.0.5+zstd.1.5.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/zstd-sys-2.0.5+zstd.1.5.2/Cargo.toml +84 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/LICENSE +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/LICENSE.Apache-2.0 +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/LICENSE.BSD-3-Clause +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/LICENSE.Mit +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/Readme.md +0 -0
- data/ext/cargo-vendor/zstd-sys-2.0.5+zstd.1.5.2/build.rs +259 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zdict.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zdict_experimental.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zdict_std.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zdict_std_experimental.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zstd.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zstd_experimental.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zstd_std.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/bindings_zstd_std_experimental.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/lib.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/src/wasm_shim.rs +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/test_it.sh +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/update_bindings.sh +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/update_zstd.sh +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/wasm-shim/stdlib.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/wasm-shim/string.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zdict.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/COPYING +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/LICENSE +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/bitstream.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/compiler.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/cpu.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/debug.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/debug.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/entropy_common.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/error_private.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/error_private.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/fse.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/fse_decompress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/huf.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/mem.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/pool.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/pool.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/portability_macros.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/threading.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/threading.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/xxhash.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/xxhash.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/zstd_common.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/zstd_deps.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/zstd_internal.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/common/zstd_trace.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/clevels.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/fse_compress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/hist.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/hist.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/huf_compress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_internal.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_literals.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_literals.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_sequences.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_sequences.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_superblock.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_compress_superblock.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_cwksp.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_double_fast.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_double_fast.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_fast.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_fast.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_lazy.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_lazy.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_ldm.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_ldm.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_ldm_geartab.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_opt.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstd_opt.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstdmt_compress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/compress/zstdmt_compress.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/huf_decompress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/huf_decompress_amd64.S +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/zstd_ddict.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/zstd_ddict.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/zstd_decompress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/zstd_decompress_block.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/zstd_decompress_block.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/decompress/zstd_decompress_internal.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/deprecated/zbuff.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/deprecated/zbuff_common.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/deprecated/zbuff_compress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/deprecated/zbuff_decompress.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/dictBuilder/cover.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/dictBuilder/cover.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/dictBuilder/divsufsort.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/dictBuilder/divsufsort.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/dictBuilder/fastcover.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/dictBuilder/zdict.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_legacy.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v01.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v01.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v02.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v02.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v03.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v03.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v04.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v04.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v05.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v05.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v06.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v06.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v07.c +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/legacy/zstd_v07.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/zdict.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/zstd.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd/lib/zstd_errors.h +0 -0
- data/ext/cargo-vendor/{zstd-sys-2.0.4+zstd.1.5.2 → zstd-sys-2.0.5+zstd.1.5.2}/zstd.h +0 -0
- data/ext/src/ruby_api/memory/unsafe_slice.rs +197 -0
- data/ext/src/ruby_api/memory.rs +64 -2
- data/ext/src/ruby_api/store.rs +19 -4
- data/lib/wasmtime/version.rb +1 -1
- metadata +3519 -3259
- data/ext/cargo-vendor/async-trait-0.1.59/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/async-trait-0.1.59/Cargo.toml +0 -62
- data/ext/cargo-vendor/async-trait-0.1.59/README.md +0 -262
- data/ext/cargo-vendor/async-trait-0.1.59/build.rs +0 -29
- data/ext/cargo-vendor/async-trait-0.1.59/src/expand.rs +0 -473
- data/ext/cargo-vendor/async-trait-0.1.59/src/lifetime.rs +0 -115
- data/ext/cargo-vendor/async-trait-0.1.59/tests/test.rs +0 -1463
- data/ext/cargo-vendor/atty-0.2.14/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/atty-0.2.14/CHANGELOG.md +0 -73
- data/ext/cargo-vendor/atty-0.2.14/Cargo.lock +0 -49
- data/ext/cargo-vendor/atty-0.2.14/Cargo.toml +0 -34
- data/ext/cargo-vendor/atty-0.2.14/LICENSE +0 -20
- data/ext/cargo-vendor/atty-0.2.14/README.md +0 -74
- data/ext/cargo-vendor/atty-0.2.14/examples/atty.rs +0 -9
- data/ext/cargo-vendor/atty-0.2.14/rustfmt.toml +0 -4
- data/ext/cargo-vendor/atty-0.2.14/src/lib.rs +0 -210
- data/ext/cargo-vendor/bumpalo-3.11.1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/bumpalo-3.11.1/CHANGELOG.md +0 -637
- data/ext/cargo-vendor/bumpalo-3.11.1/Cargo.toml +0 -67
- data/ext/cargo-vendor/bumpalo-3.11.1/src/boxed.rs +0 -684
- data/ext/cargo-vendor/bumpalo-3.11.1/src/collections/string.rs +0 -2123
- data/ext/cargo-vendor/bumpalo-3.11.1/src/collections/vec.rs +0 -2594
- data/ext/cargo-vendor/bumpalo-3.11.1/src/lib.rs +0 -2019
- data/ext/cargo-vendor/cap-fs-ext-1.0.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cap-fs-ext-1.0.2/Cargo.toml +0 -63
- data/ext/cargo-vendor/cap-primitives-1.0.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cap-primitives-1.0.3/Cargo.toml +0 -79
- data/ext/cargo-vendor/cap-primitives-1.0.3/src/fs/via_parent/rename.rs +0 -31
- data/ext/cargo-vendor/cap-primitives-1.0.3/src/rustix/fs/dir_utils.rs +0 -218
- data/ext/cargo-vendor/cap-rand-1.0.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cap-rand-1.0.2/Cargo.toml +0 -38
- data/ext/cargo-vendor/cap-std-1.0.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cap-std-1.0.3/Cargo.toml +0 -70
- data/ext/cargo-vendor/cap-std-1.0.3/src/fs/dir.rs +0 -843
- data/ext/cargo-vendor/cap-std-1.0.3/src/fs_utf8/dir.rs +0 -764
- data/ext/cargo-vendor/cap-time-ext-1.0.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cap-time-ext-1.0.2/Cargo.toml +0 -42
- data/ext/cargo-vendor/cc-1.0.77/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cc-1.0.77/Cargo.lock +0 -110
- data/ext/cargo-vendor/cc-1.0.77/Cargo.toml +0 -39
- data/ext/cargo-vendor/cc-1.0.77/src/lib.rs +0 -3509
- data/ext/cargo-vendor/cranelift-bforest-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-bforest-0.91.0/Cargo.toml +0 -34
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/Cargo.toml +0 -148
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/alias_analysis.rs +0 -389
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/context.rs +0 -382
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/cursor.rs +0 -666
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/dce.rs +0 -36
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/egraph/elaborate.rs +0 -630
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/egraph/node.rs +0 -366
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/egraph/stores.rs +0 -293
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/egraph.rs +0 -429
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/inst_predicates.rs +0 -154
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/builder.rs +0 -279
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/dfg.rs +0 -1487
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/entities.rs +0 -625
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/function.rs +0 -541
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/heap.rs +0 -67
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/immediates.rs +0 -1628
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/instructions.rs +0 -865
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/layout.rs +0 -1345
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/mod.rs +0 -109
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/progpoint.rs +0 -164
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/sourceloc.rs +0 -121
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/ir/types.rs +0 -664
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/abi.rs +0 -1275
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/inst/mod.rs +0 -3095
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/inst.isle +0 -3749
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/lower/isle.rs +0 -736
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/lower.isle +0 -2530
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/lower.rs +0 -799
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/lower_inst.rs +0 -322
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/aarch64/mod.rs +0 -431
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/abi.rs +0 -717
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/inst/emit.rs +0 -2919
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/inst/emit_tests.rs +0 -2248
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/inst/mod.rs +0 -1743
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/inst.isle +0 -2140
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/lower/isle.rs +0 -518
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/lower.isle +0 -880
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/lower.rs +0 -62
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/lower_inst.rs +0 -36
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/riscv64/mod.rs +0 -257
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/abi.rs +0 -945
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/inst/emit.rs +0 -3669
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/inst/emit_tests.rs +0 -13419
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/inst/mod.rs +0 -3521
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/inst.isle +0 -5049
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/lower/isle.rs +0 -1052
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/lower.isle +0 -4016
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/s390x/lower.rs +0 -299
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/abi.rs +0 -974
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst/args.rs +0 -1846
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst/emit.rs +0 -3225
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst/emit_tests.rs +0 -5040
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst/mod.rs +0 -2616
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/inst.isle +0 -3914
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/lower/isle/generated_code.rs +0 -9
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/lower/isle.rs +0 -1087
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/lower.isle +0 -3785
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/lower.rs +0 -618
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isa/x64/mod.rs +0 -488
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/isle_prelude.rs +0 -589
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/legalizer/heap.rs +0 -489
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/legalizer/mod.rs +0 -343
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/lib.rs +0 -136
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/licm.rs +0 -243
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/loop_analysis.rs +0 -443
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/abi.rs +0 -2408
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/blockorder.rs +0 -704
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/buffer.rs +0 -2106
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/compile.rs +0 -92
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/helpers.rs +0 -43
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/inst_common.rs +0 -85
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/isle.rs +0 -843
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/lower.rs +0 -1378
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/mod.rs +0 -443
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/machinst/vcode.rs +0 -1571
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/nan_canonicalization.rs +0 -104
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/opts/algebraic.isle +0 -203
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/opts/cprop.isle +0 -134
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/opts.rs +0 -308
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/prelude.isle +0 -419
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/prelude_lower.isle +0 -745
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/prelude_opt.isle +0 -61
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/remove_constant_phis.rs +0 -425
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/settings.rs +0 -596
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/simple_gvn.rs +0 -150
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/simple_preopt.rs +0 -933
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/souper_harvest.rs +0 -576
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/timing.rs +0 -264
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/verifier/flags.rs +0 -161
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/verifier/mod.rs +0 -1937
- data/ext/cargo-vendor/cranelift-codegen-0.91.0/src/write.rs +0 -709
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/Cargo.toml +0 -26
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/formats.rs +0 -143
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/instructions.rs +0 -473
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/operands.rs +0 -182
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/types.rs +0 -602
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/cdsl/typevar.rs +0 -995
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/gen_inst.rs +0 -1721
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/gen_types.rs +0 -80
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/isa/riscv64.rs +0 -27
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/entities.rs +0 -90
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/formats.rs +0 -240
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/immediates.rs +0 -230
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/instructions.rs +0 -3944
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/settings.rs +0 -370
- data/ext/cargo-vendor/cranelift-codegen-meta-0.91.0/src/shared/types.rs +0 -180
- data/ext/cargo-vendor/cranelift-codegen-shared-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-codegen-shared-0.91.0/Cargo.toml +0 -22
- data/ext/cargo-vendor/cranelift-egraph-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-egraph-0.91.0/Cargo.toml +0 -45
- data/ext/cargo-vendor/cranelift-egraph-0.91.0/src/bumpvec.rs +0 -524
- data/ext/cargo-vendor/cranelift-egraph-0.91.0/src/ctxhash.rs +0 -281
- data/ext/cargo-vendor/cranelift-egraph-0.91.0/src/lib.rs +0 -666
- data/ext/cargo-vendor/cranelift-egraph-0.91.0/src/unionfind.rs +0 -85
- data/ext/cargo-vendor/cranelift-entity-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-entity-0.91.0/Cargo.toml +0 -38
- data/ext/cargo-vendor/cranelift-frontend-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-frontend-0.91.0/Cargo.toml +0 -52
- data/ext/cargo-vendor/cranelift-frontend-0.91.0/src/frontend.rs +0 -1841
- data/ext/cargo-vendor/cranelift-frontend-0.91.0/src/ssa.rs +0 -1399
- data/ext/cargo-vendor/cranelift-isle-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-isle-0.91.0/Cargo.toml +0 -37
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/borrows.isle +0 -15
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/iflets.isle +0 -29
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/multi_constructor_main.rs +0 -57
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/multi_extractor.isle +0 -14
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/link/multi_extractor_main.rs +0 -46
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/run/iconst.isle +0 -17
- data/ext/cargo-vendor/cranelift-isle-0.91.0/isle_examples/run/let_shadowing_main.rs +0 -27
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/ast.rs +0 -419
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/codegen.rs +0 -1071
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/ir.rs +0 -424
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/lib.rs +0 -227
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/overlap.rs +0 -134
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/parser.rs +0 -579
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/sema.rs +0 -2404
- data/ext/cargo-vendor/cranelift-isle-0.91.0/src/trie_again.rs +0 -629
- data/ext/cargo-vendor/cranelift-native-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-native-0.91.0/Cargo.toml +0 -40
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/Cargo.toml +0 -87
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/code_translator.rs +0 -3094
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/environ/dummy.rs +0 -885
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/environ/mod.rs +0 -10
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/environ/spec.rs +0 -764
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/func_translator.rs +0 -417
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/lib.rs +0 -75
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/module_translator.rs +0 -129
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/sections_translator.rs +0 -426
- data/ext/cargo-vendor/cranelift-wasm-0.91.0/src/state.rs +0 -540
- data/ext/cargo-vendor/env_logger-0.9.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/env_logger-0.9.3/CHANGELOG.md +0 -3
- data/ext/cargo-vendor/env_logger-0.9.3/Cargo.toml +0 -85
- data/ext/cargo-vendor/env_logger-0.9.3/src/filter/mod.rs +0 -868
- data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/mod.rs +0 -652
- data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/writer/atty.rs +0 -32
- data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/writer/mod.rs +0 -252
- data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/writer/termcolor/extern_impl.rs +0 -532
- data/ext/cargo-vendor/env_logger-0.9.3/src/fmt/writer/termcolor/mod.rs +0 -12
- data/ext/cargo-vendor/env_logger-0.9.3/src/lib.rs +0 -1311
- data/ext/cargo-vendor/file-per-thread-logger-0.1.5/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/file-per-thread-logger-0.1.5/Cargo.toml +0 -27
- data/ext/cargo-vendor/glob-0.3.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/glob-0.3.0/Cargo.toml +0 -24
- data/ext/cargo-vendor/glob-0.3.0/README.md +0 -38
- data/ext/cargo-vendor/glob-0.3.0/src/lib.rs +0 -1411
- data/ext/cargo-vendor/hermit-abi-0.1.19/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/hermit-abi-0.1.19/Cargo.toml +0 -44
- data/ext/cargo-vendor/hermit-abi-0.1.19/README.md +0 -22
- data/ext/cargo-vendor/hermit-abi-0.1.19/rust-toolchain +0 -1
- data/ext/cargo-vendor/hermit-abi-0.1.19/src/lib.rs +0 -490
- data/ext/cargo-vendor/hermit-abi-0.1.19/src/tcplistener.rs +0 -13
- data/ext/cargo-vendor/hermit-abi-0.1.19/src/tcpstream.rs +0 -109
- data/ext/cargo-vendor/io-extras-0.17.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/io-extras-0.17.0/Cargo.toml +0 -108
- data/ext/cargo-vendor/io-extras-0.17.0/src/borrowed.rs +0 -301
- data/ext/cargo-vendor/io-extras-0.17.0/src/os/windows/types.rs +0 -229
- data/ext/cargo-vendor/io-extras-0.17.0/src/read_write.rs +0 -802
- data/ext/cargo-vendor/io-lifetimes-1.0.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/io-lifetimes-1.0.3/Cargo.toml +0 -94
- data/ext/cargo-vendor/io-lifetimes-1.0.3/build.rs +0 -114
- data/ext/cargo-vendor/ipnet-2.5.1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/ipnet-2.5.1/Cargo.toml +0 -52
- data/ext/cargo-vendor/ipnet-2.5.1/RELEASES.md +0 -65
- data/ext/cargo-vendor/ipnet-2.5.1/src/ipnet.rs +0 -1806
- data/ext/cargo-vendor/ipnet-2.5.1/src/lib.rs +0 -96
- data/ext/cargo-vendor/itoa-1.0.4/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/itoa-1.0.4/Cargo.toml +0 -38
- data/ext/cargo-vendor/itoa-1.0.4/README.md +0 -59
- data/ext/cargo-vendor/itoa-1.0.4/src/lib.rs +0 -290
- data/ext/cargo-vendor/ittapi-0.3.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/ittapi-0.3.2/Cargo.toml +0 -44
- data/ext/cargo-vendor/ittapi-0.3.2/README.md +0 -47
- data/ext/cargo-vendor/ittapi-sys-0.3.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/ittapi-sys-0.3.2/Cargo.toml +0 -42
- data/ext/cargo-vendor/ittapi-sys-0.3.2/README.md +0 -74
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/CMakeLists.txt +0 -98
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/buildall.py +0 -169
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/include/ittnotify.h +0 -4459
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/src/ittnotify/ittnotify_static.c +0 -1595
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/src/ittnotify/ittnotify_static.h +0 -355
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/src/ittnotify/jitprofiling.c +0 -253
- data/ext/cargo-vendor/ittapi-sys-0.3.2/c-library/src/ittnotify_refcol/itt_refcol_impl.c +0 -309
- data/ext/cargo-vendor/ittapi-sys-0.3.2/src/lib.rs +0 -34
- data/ext/cargo-vendor/ittapi-sys-0.3.2/src/linux/ittnotify_bindings.rs +0 -1873
- data/ext/cargo-vendor/ittapi-sys-0.3.2/src/macos/ittnotify_bindings.rs +0 -1873
- data/ext/cargo-vendor/ittapi-sys-0.3.2/src/windows/ittnotify_bindings.rs +0 -2013
- data/ext/cargo-vendor/ittapi-sys-0.3.2/tests/bindgen-up-to-date.rs +0 -101
- data/ext/cargo-vendor/libc-0.2.138/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/libc-0.2.138/Cargo.toml +0 -64
- data/ext/cargo-vendor/libc-0.2.138/src/fuchsia/mod.rs +0 -4292
- data/ext/cargo-vendor/libc-0.2.138/src/unix/bsd/mod.rs +0 -917
- data/ext/cargo-vendor/libc-0.2.138/src/unix/haiku/mod.rs +0 -2038
- data/ext/cargo-vendor/libc-0.2.138/src/unix/hermit/mod.rs +0 -1024
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/b32/arm.rs +0 -539
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/b32/x86/mod.rs +0 -611
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/b64/aarch64/mod.rs +0 -391
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/b64/x86_64/mod.rs +0 -791
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/android/mod.rs +0 -3588
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/emscripten/mod.rs +0 -1897
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/linux/mod.rs +0 -4492
- data/ext/cargo-vendor/libc-0.2.138/src/unix/linux_like/mod.rs +0 -1829
- data/ext/cargo-vendor/libc-0.2.138/src/unix/mod.rs +0 -1553
- data/ext/cargo-vendor/libc-0.2.138/src/unix/newlib/mod.rs +0 -759
- data/ext/cargo-vendor/libc-0.2.138/src/unix/solarish/mod.rs +0 -3283
- data/ext/cargo-vendor/libc-0.2.138/src/vxworks/mod.rs +0 -1925
- data/ext/cargo-vendor/libc-0.2.138/src/wasi.rs +0 -821
- data/ext/cargo-vendor/libc-0.2.138/src/windows/mod.rs +0 -592
- data/ext/cargo-vendor/linux-raw-sys-0.1.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/linux-raw-sys-0.1.3/Cargo.toml +0 -75
- data/ext/cargo-vendor/linux-raw-sys-0.1.3/src/lib.rs +0 -305
- data/ext/cargo-vendor/nom-7.1.1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/nom-7.1.1/CHANGELOG.md +0 -1482
- data/ext/cargo-vendor/nom-7.1.1/Cargo.lock +0 -282
- data/ext/cargo-vendor/nom-7.1.1/Cargo.toml +0 -129
- data/ext/cargo-vendor/nom-7.1.1/README.md +0 -311
- data/ext/cargo-vendor/nom-7.1.1/src/bits/complete.rs +0 -150
- data/ext/cargo-vendor/nom-7.1.1/src/bits/mod.rs +0 -179
- data/ext/cargo-vendor/nom-7.1.1/src/bits/streaming.rs +0 -129
- data/ext/cargo-vendor/nom-7.1.1/src/branch/mod.rs +0 -291
- data/ext/cargo-vendor/nom-7.1.1/src/character/complete.rs +0 -1227
- data/ext/cargo-vendor/nom-7.1.1/src/combinator/mod.rs +0 -768
- data/ext/cargo-vendor/nom-7.1.1/src/internal.rs +0 -487
- data/ext/cargo-vendor/nom-7.1.1/src/lib.rs +0 -463
- data/ext/cargo-vendor/nom-7.1.1/src/multi/mod.rs +0 -981
- data/ext/cargo-vendor/nom-7.1.1/src/number/complete.rs +0 -2138
- data/ext/cargo-vendor/nom-7.1.1/src/number/streaming.rs +0 -2218
- data/ext/cargo-vendor/nom-7.1.1/src/sequence/mod.rs +0 -270
- data/ext/cargo-vendor/nom-7.1.1/src/sequence/tests.rs +0 -274
- data/ext/cargo-vendor/nom-7.1.1/src/traits.rs +0 -1437
- data/ext/cargo-vendor/nom-7.1.1/tests/issues.rs +0 -216
- data/ext/cargo-vendor/num_cpus-1.14.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/num_cpus-1.14.0/CHANGELOG.md +0 -144
- data/ext/cargo-vendor/num_cpus-1.14.0/Cargo.lock +0 -26
- data/ext/cargo-vendor/num_cpus-1.14.0/Cargo.toml +0 -32
- data/ext/cargo-vendor/once_cell-1.16.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/once_cell-1.16.0/CHANGELOG.md +0 -208
- data/ext/cargo-vendor/once_cell-1.16.0/Cargo.lock +0 -173
- data/ext/cargo-vendor/once_cell-1.16.0/Cargo.toml +0 -109
- data/ext/cargo-vendor/once_cell-1.16.0/README.md +0 -56
- data/ext/cargo-vendor/once_cell-1.16.0/src/lib.rs +0 -1378
- data/ext/cargo-vendor/once_cell-1.16.0/src/race.rs +0 -304
- data/ext/cargo-vendor/paste-1.0.9/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/paste-1.0.9/Cargo.toml +0 -42
- data/ext/cargo-vendor/paste-1.0.9/LICENSE-MIT +0 -25
- data/ext/cargo-vendor/paste-1.0.9/README.md +0 -157
- data/ext/cargo-vendor/paste-1.0.9/src/lib.rs +0 -433
- data/ext/cargo-vendor/paste-1.0.9/tests/test_expr.rs +0 -272
- data/ext/cargo-vendor/paste-1.0.9/tests/ui/invalid-ident.stderr +0 -17
- data/ext/cargo-vendor/proc-macro2-1.0.47/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/proc-macro2-1.0.47/Cargo.toml +0 -60
- data/ext/cargo-vendor/proc-macro2-1.0.47/README.md +0 -94
- data/ext/cargo-vendor/proc-macro2-1.0.47/src/fallback.rs +0 -1002
- data/ext/cargo-vendor/proc-macro2-1.0.47/src/lib.rs +0 -1339
- data/ext/cargo-vendor/proc-macro2-1.0.47/src/wrapper.rs +0 -994
- data/ext/cargo-vendor/quote-1.0.21/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/quote-1.0.21/Cargo.toml +0 -46
- data/ext/cargo-vendor/quote-1.0.21/LICENSE-MIT +0 -25
- data/ext/cargo-vendor/quote-1.0.21/README.md +0 -261
- data/ext/cargo-vendor/quote-1.0.21/src/lib.rs +0 -1434
- data/ext/cargo-vendor/quote-1.0.21/tests/test.rs +0 -520
- data/ext/cargo-vendor/quote-1.0.21/tests/ui/not-quotable.rs +0 -7
- data/ext/cargo-vendor/quote-1.0.21/tests/ui/not-quotable.stderr +0 -17
- data/ext/cargo-vendor/quote-1.0.21/tests/ui/not-repeatable.rs +0 -8
- data/ext/cargo-vendor/quote-1.0.21/tests/ui/not-repeatable.stderr +0 -35
- data/ext/cargo-vendor/rayon-1.6.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rayon-1.6.0/Cargo.toml +0 -58
- data/ext/cargo-vendor/rayon-1.6.0/RELEASES.md +0 -831
- data/ext/cargo-vendor/rayon-1.6.0/src/iter/par_bridge.rs +0 -217
- data/ext/cargo-vendor/rb-sys-0.9.53/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-0.9.53/Cargo.toml +0 -45
- data/ext/cargo-vendor/rb-sys-0.9.53/build/ruby_macros.rs +0 -45
- data/ext/cargo-vendor/rb-sys-0.9.53/src/macros/ruby_macros.c +0 -35
- data/ext/cargo-vendor/rb-sys-build-0.9.53/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-build-0.9.53/Cargo.toml +0 -40
- data/ext/cargo-vendor/rb-sys-build-0.9.53/src/bindings.rs +0 -246
- data/ext/cargo-vendor/rb-sys-build-0.9.53/src/lib.rs +0 -10
- data/ext/cargo-vendor/rb-sys-build-0.9.53/src/rb_config.rs +0 -753
- data/ext/cargo-vendor/rb-sys-build-0.9.53/src/utils.rs +0 -28
- data/ext/cargo-vendor/rb-sys-env-0.1.1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-env-0.1.1/Cargo.toml +0 -24
- data/ext/cargo-vendor/rb-sys-env-0.1.1/src/lib.rs +0 -181
- data/ext/cargo-vendor/rb-sys-env-0.1.1/src/ruby_version.rs +0 -163
- data/ext/cargo-vendor/regex-1.7.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/regex-1.7.0/CHANGELOG.md +0 -1079
- data/ext/cargo-vendor/regex-1.7.0/Cargo.lock +0 -98
- data/ext/cargo-vendor/regex-1.7.0/Cargo.toml +0 -149
- data/ext/cargo-vendor/regex-1.7.0/src/re_bytes.rs +0 -1260
- data/ext/cargo-vendor/regex-1.7.0/src/re_unicode.rs +0 -1311
- data/ext/cargo-vendor/regex-1.7.0/tests/replace.rs +0 -230
- data/ext/cargo-vendor/rustix-0.36.5/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rustix-0.36.5/Cargo.toml +0 -236
- data/ext/cargo-vendor/rustix-0.36.5/README.md +0 -159
- data/ext/cargo-vendor/rustix-0.36.5/build.rs +0 -205
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/fs/syscalls.rs +0 -1772
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/fs/types.rs +0 -1116
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/io/epoll.rs +0 -573
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/io/syscalls.rs +0 -533
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/io/types.rs +0 -164
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/net/syscalls.rs +0 -886
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/libc/time/types.rs +0 -364
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/linux_raw/conv.rs +0 -790
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/linux_raw/fs/syscalls.rs +0 -1384
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/linux_raw/fs/types.rs +0 -646
- data/ext/cargo-vendor/rustix-0.36.5/src/backend/linux_raw/io/epoll.rs +0 -555
- data/ext/cargo-vendor/rustix-0.36.5/src/fs/at.rs +0 -387
- data/ext/cargo-vendor/rustix-0.36.5/src/fs/constants.rs +0 -20
- data/ext/cargo-vendor/rustix-0.36.5/src/fs/dir.rs +0 -5
- data/ext/cargo-vendor/rustix-0.36.5/src/fs/fd.rs +0 -348
- data/ext/cargo-vendor/rustix-0.36.5/src/fs/mod.rs +0 -215
- data/ext/cargo-vendor/rustix-0.36.5/src/io/mod.rs +0 -97
- data/ext/cargo-vendor/rustix-0.36.5/src/io/read_write.rs +0 -170
- data/ext/cargo-vendor/rustix-0.36.5/src/net/socket.rs +0 -439
- data/ext/cargo-vendor/rustix-0.36.5/src/net/socket_addr_any.rs +0 -81
- data/ext/cargo-vendor/serde-1.0.149/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/serde-1.0.149/Cargo.toml +0 -67
- data/ext/cargo-vendor/serde-1.0.149/README.md +0 -114
- data/ext/cargo-vendor/serde-1.0.149/build.rs +0 -141
- data/ext/cargo-vendor/serde-1.0.149/crates-io.md +0 -65
- data/ext/cargo-vendor/serde-1.0.149/src/de/impls.rs +0 -2725
- data/ext/cargo-vendor/serde-1.0.149/src/de/mod.rs +0 -2300
- data/ext/cargo-vendor/serde-1.0.149/src/lib.rs +0 -312
- data/ext/cargo-vendor/serde-1.0.149/src/private/de.rs +0 -2995
- data/ext/cargo-vendor/serde-1.0.149/src/ser/impls.rs +0 -956
- data/ext/cargo-vendor/serde-1.0.149/src/ser/mod.rs +0 -1986
- data/ext/cargo-vendor/serde_derive-1.0.149/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/serde_derive-1.0.149/Cargo.toml +0 -63
- data/ext/cargo-vendor/serde_derive-1.0.149/README.md +0 -114
- data/ext/cargo-vendor/serde_derive-1.0.149/build.rs +0 -36
- data/ext/cargo-vendor/serde_derive-1.0.149/crates-io.md +0 -65
- data/ext/cargo-vendor/serde_derive-1.0.149/src/lib.rs +0 -109
- data/ext/cargo-vendor/syn-1.0.105/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/syn-1.0.105/Cargo.toml +0 -144
- data/ext/cargo-vendor/syn-1.0.105/README.md +0 -285
- data/ext/cargo-vendor/syn-1.0.105/src/lib.rs +0 -984
- data/ext/cargo-vendor/syn-1.0.105/tests/common/eq.rs +0 -806
- data/ext/cargo-vendor/syn-1.0.105/tests/test_expr.rs +0 -326
- data/ext/cargo-vendor/system-interface-0.25.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/system-interface-0.25.0/Cargo.toml +0 -102
- data/ext/cargo-vendor/system-interface-0.25.0/src/fs/file_io_ext.rs +0 -878
- data/ext/cargo-vendor/system-interface-0.25.0/src/io/read_ready.rs +0 -239
- data/ext/cargo-vendor/system-interface-0.25.0/tests/vectored_at.rs +0 -493
- data/ext/cargo-vendor/termcolor-1.1.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/termcolor-1.1.3/Cargo.toml +0 -43
- data/ext/cargo-vendor/termcolor-1.1.3/src/lib.rs +0 -2260
- data/ext/cargo-vendor/thiserror-1.0.37/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/thiserror-1.0.37/Cargo.toml +0 -47
- data/ext/cargo-vendor/thiserror-1.0.37/README.md +0 -222
- data/ext/cargo-vendor/thiserror-1.0.37/tests/test_display.rs +0 -272
- data/ext/cargo-vendor/thiserror-1.0.37/tests/ui/no-display.stderr +0 -17
- data/ext/cargo-vendor/thiserror-1.0.37/tests/ui/source-enum-not-error.stderr +0 -22
- data/ext/cargo-vendor/thiserror-1.0.37/tests/ui/source-struct-not-error.stderr +0 -21
- data/ext/cargo-vendor/thiserror-impl-1.0.37/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/thiserror-impl-1.0.37/Cargo.toml +0 -35
- data/ext/cargo-vendor/tokio-1.23.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/tokio-1.23.0/CHANGELOG.md +0 -2487
- data/ext/cargo-vendor/tokio-1.23.0/Cargo.toml +0 -239
- data/ext/cargo-vendor/tokio-1.23.0/README.md +0 -229
- data/ext/cargo-vendor/tokio-1.23.0/build.rs +0 -132
- data/ext/cargo-vendor/tokio-1.23.0/docs/reactor-refactor.md +0 -276
- data/ext/cargo-vendor/tokio-1.23.0/src/fs/read_dir.rs +0 -295
- data/ext/cargo-vendor/tokio-1.23.0/src/io/split.rs +0 -181
- data/ext/cargo-vendor/tokio-1.23.0/src/io/util/read.rs +0 -55
- data/ext/cargo-vendor/tokio-1.23.0/src/lib.rs +0 -630
- data/ext/cargo-vendor/tokio-1.23.0/src/loom/mocked.rs +0 -45
- data/ext/cargo-vendor/tokio-1.23.0/src/loom/std/atomic_u64.rs +0 -18
- data/ext/cargo-vendor/tokio-1.23.0/src/loom/std/atomic_u64_as_mutex.rs +0 -70
- data/ext/cargo-vendor/tokio-1.23.0/src/loom/std/mod.rs +0 -104
- data/ext/cargo-vendor/tokio-1.23.0/src/macros/cfg.rs +0 -539
- data/ext/cargo-vendor/tokio-1.23.0/src/net/tcp/split_owned.rs +0 -501
- data/ext/cargo-vendor/tokio-1.23.0/src/net/unix/split_owned.rs +0 -409
- data/ext/cargo-vendor/tokio-1.23.0/src/net/windows/named_pipe.rs +0 -2556
- data/ext/cargo-vendor/tokio-1.23.0/src/process/unix/mod.rs +0 -322
- data/ext/cargo-vendor/tokio-1.23.0/src/process/unix/orphan.rs +0 -333
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/blocking/mod.rs +0 -28
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/blocking/pool.rs +0 -599
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/blocking/schedule.rs +0 -19
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/builder.rs +0 -1057
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/context.rs +0 -400
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/driver.rs +0 -343
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/io/mod.rs +0 -348
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/io/registration.rs +0 -257
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/io/scheduled_io.rs +0 -553
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/mod.rs +0 -258
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/scheduler/multi_thread/queue.rs +0 -532
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/task/harness.rs +0 -506
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/task/mod.rs +0 -619
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/task/state.rs +0 -595
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/tests/loom_blocking.rs +0 -81
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/tests/loom_queue.rs +0 -209
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/tests/mod.rs +0 -55
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/tests/task.rs +0 -332
- data/ext/cargo-vendor/tokio-1.23.0/src/runtime/time/mod.rs +0 -422
- data/ext/cargo-vendor/tokio-1.23.0/src/signal/registry.rs +0 -284
- data/ext/cargo-vendor/tokio-1.23.0/src/signal/unix.rs +0 -527
- data/ext/cargo-vendor/tokio-1.23.0/src/sync/broadcast.rs +0 -1160
- data/ext/cargo-vendor/tokio-1.23.0/src/sync/mod.rs +0 -499
- data/ext/cargo-vendor/tokio-1.23.0/src/sync/mpsc/block.rs +0 -385
- data/ext/cargo-vendor/tokio-1.23.0/src/sync/mpsc/list.rs +0 -371
- data/ext/cargo-vendor/tokio-1.23.0/src/sync/mpsc/mod.rs +0 -117
- data/ext/cargo-vendor/tokio-1.23.0/src/task/local.rs +0 -1194
- data/ext/cargo-vendor/tokio-1.23.0/src/time/clock.rs +0 -243
- data/ext/cargo-vendor/tokio-1.23.0/src/time/sleep.rs +0 -438
- data/ext/cargo-vendor/tokio-1.23.0/src/util/linked_list.rs +0 -694
- data/ext/cargo-vendor/tokio-1.23.0/src/util/once_cell.rs +0 -70
- data/ext/cargo-vendor/tokio-1.23.0/tests/_require_full.rs +0 -2
- data/ext/cargo-vendor/tokio-1.23.0/tests/buffered.rs +0 -50
- data/ext/cargo-vendor/tokio-1.23.0/tests/io_driver.rs +0 -100
- data/ext/cargo-vendor/tokio-1.23.0/tests/macros_join.rs +0 -155
- data/ext/cargo-vendor/tokio-1.23.0/tests/macros_select.rs +0 -665
- data/ext/cargo-vendor/tokio-1.23.0/tests/macros_try_join.rs +0 -185
- data/ext/cargo-vendor/tokio-1.23.0/tests/rt_common.rs +0 -1279
- data/ext/cargo-vendor/tokio-1.23.0/tests/rt_metrics.rs +0 -468
- data/ext/cargo-vendor/tokio-1.23.0/tests/support/leaked_buffers.rs +0 -26
- data/ext/cargo-vendor/tokio-1.23.0/tests/support/panic.rs +0 -34
- data/ext/cargo-vendor/tokio-1.23.0/tests/sync_once_cell.rs +0 -274
- data/ext/cargo-vendor/tokio-1.23.0/tests/task_blocking.rs +0 -228
- data/ext/cargo-vendor/tokio-1.23.0/tests/task_join_set.rs +0 -230
- data/ext/cargo-vendor/tokio-1.23.0/tests/tcp_peek.rs +0 -29
- data/ext/cargo-vendor/toml-0.5.9/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/toml-0.5.9/Cargo.lock +0 -101
- data/ext/cargo-vendor/toml-0.5.9/Cargo.toml +0 -49
- data/ext/cargo-vendor/toml-0.5.9/README.md +0 -38
- data/ext/cargo-vendor/toml-0.5.9/src/datetime.rs +0 -544
- data/ext/cargo-vendor/toml-0.5.9/src/de.rs +0 -2262
- data/ext/cargo-vendor/toml-0.5.9/src/lib.rs +0 -180
- data/ext/cargo-vendor/toml-0.5.9/src/macros.rs +0 -462
- data/ext/cargo-vendor/toml-0.5.9/src/ser.rs +0 -1859
- data/ext/cargo-vendor/toml-0.5.9/src/spanned.rs +0 -168
- data/ext/cargo-vendor/toml-0.5.9/src/tokens.rs +0 -740
- data/ext/cargo-vendor/unicode-bidi-0.3.8/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/unicode-bidi-0.3.8/Cargo.toml +0 -78
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/char_data/mod.rs +0 -157
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/char_data/tables.rs +0 -510
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/data_source.rs +0 -16
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/explicit.rs +0 -195
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/implicit.rs +0 -239
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/lib.rs +0 -1066
- data/ext/cargo-vendor/unicode-bidi-0.3.8/src/prepare.rs +0 -368
- data/ext/cargo-vendor/unicode-ident-1.0.5/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/unicode-ident-1.0.5/Cargo.toml +0 -58
- data/ext/cargo-vendor/unicode-ident-1.0.5/README.md +0 -283
- data/ext/cargo-vendor/unicode-ident-1.0.5/src/tables.rs +0 -647
- data/ext/cargo-vendor/unicode-ident-1.0.5/tests/static_size.rs +0 -96
- data/ext/cargo-vendor/wasi-cap-std-sync-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasi-cap-std-sync-4.0.0/Cargo.toml +0 -89
- data/ext/cargo-vendor/wasi-common-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasi-common-4.0.0/Cargo.toml +0 -85
- data/ext/cargo-vendor/wasi-common-4.0.0/src/snapshots/preview_0.rs +0 -1082
- data/ext/cargo-vendor/wasi-common-4.0.0/src/snapshots/preview_1.rs +0 -1568
- data/ext/cargo-vendor/wasm-encoder-0.20.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasm-encoder-0.20.0/Cargo.toml +0 -33
- data/ext/cargo-vendor/wasm-encoder-0.20.0/src/component/aliases.rs +0 -129
- data/ext/cargo-vendor/wasm-encoder-0.20.0/src/component/types.rs +0 -751
- data/ext/cargo-vendor/wasm-encoder-0.20.0/src/component.rs +0 -137
- data/ext/cargo-vendor/wasm-encoder-0.20.0/src/core/code.rs +0 -2868
- data/ext/cargo-vendor/wasm-encoder-0.20.0/src/lib.rs +0 -188
- data/ext/cargo-vendor/wasmparser-0.95.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmparser-0.95.0/Cargo.lock +0 -683
- data/ext/cargo-vendor/wasmparser-0.95.0/Cargo.toml +0 -54
- data/ext/cargo-vendor/wasmparser-0.95.0/benches/benchmark.rs +0 -336
- data/ext/cargo-vendor/wasmparser-0.95.0/src/binary_reader.rs +0 -2333
- data/ext/cargo-vendor/wasmparser-0.95.0/src/limits.rs +0 -57
- data/ext/cargo-vendor/wasmparser-0.95.0/src/parser.rs +0 -1504
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/aliases.rs +0 -127
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/canonicals.rs +0 -124
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/exports.rs +0 -110
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/imports.rs +0 -127
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/instances.rs +0 -240
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/names.rs +0 -164
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/start.rs +0 -66
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/component/types.rs +0 -449
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/code.rs +0 -270
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/data.rs +0 -189
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/elements.rs +0 -333
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/exports.rs +0 -123
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/functions.rs +0 -95
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/globals.rs +0 -110
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/imports.rs +0 -129
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/init.rs +0 -46
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/linking.rs +0 -88
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/memories.rs +0 -93
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/names.rs +0 -308
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/operators.rs +0 -342
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/producers.rs +0 -211
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/relocs.rs +0 -198
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/tables.rs +0 -93
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/tags.rs +0 -92
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core/types.rs +0 -279
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers/core.rs +0 -37
- data/ext/cargo-vendor/wasmparser-0.95.0/src/readers.rs +0 -181
- data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/component.rs +0 -2097
- data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/core.rs +0 -1140
- data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/func.rs +0 -333
- data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/operators.rs +0 -3223
- data/ext/cargo-vendor/wasmparser-0.95.0/src/validator/types.rs +0 -2109
- data/ext/cargo-vendor/wasmparser-0.95.0/src/validator.rs +0 -1476
- data/ext/cargo-vendor/wasmtime-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-4.0.0/Cargo.toml +0 -164
- data/ext/cargo-vendor/wasmtime-4.0.0/src/component/mod.rs +0 -42
- data/ext/cargo-vendor/wasmtime-4.0.0/src/component/values.rs +0 -1143
- data/ext/cargo-vendor/wasmtime-4.0.0/src/config.rs +0 -1908
- data/ext/cargo-vendor/wasmtime-4.0.0/src/engine/serialization.rs +0 -611
- data/ext/cargo-vendor/wasmtime-4.0.0/src/linker.rs +0 -1296
- data/ext/cargo-vendor/wasmtime-4.0.0/src/trap.rs +0 -616
- data/ext/cargo-vendor/wasmtime-asm-macros-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-asm-macros-4.0.0/Cargo.toml +0 -22
- data/ext/cargo-vendor/wasmtime-asm-macros-4.0.0/src/lib.rs +0 -91
- data/ext/cargo-vendor/wasmtime-cache-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-cache-4.0.0/Cargo.toml +0 -73
- data/ext/cargo-vendor/wasmtime-cranelift-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-cranelift-4.0.0/Cargo.toml +0 -83
- data/ext/cargo-vendor/wasmtime-cranelift-4.0.0/src/compiler.rs +0 -1047
- data/ext/cargo-vendor/wasmtime-cranelift-4.0.0/src/func_environ.rs +0 -2104
- data/ext/cargo-vendor/wasmtime-environ-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-environ-4.0.0/Cargo.lock +0 -613
- data/ext/cargo-vendor/wasmtime-environ-4.0.0/Cargo.toml +0 -117
- data/ext/cargo-vendor/wasmtime-environ-4.0.0/src/component/translate.rs +0 -1027
- data/ext/cargo-vendor/wasmtime-environ-4.0.0/src/module_environ.rs +0 -840
- data/ext/cargo-vendor/wasmtime-environ-4.0.0/src/obj.rs +0 -121
- data/ext/cargo-vendor/wasmtime-fiber-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-fiber-4.0.0/Cargo.toml +0 -46
- data/ext/cargo-vendor/wasmtime-fiber-4.0.0/src/unix/aarch64.rs +0 -178
- data/ext/cargo-vendor/wasmtime-fiber-4.0.0/src/unix/riscv64.rs +0 -157
- data/ext/cargo-vendor/wasmtime-fiber-4.0.0/src/unix/x86_64.rs +0 -159
- data/ext/cargo-vendor/wasmtime-fiber-4.0.0/src/unix.rs +0 -197
- data/ext/cargo-vendor/wasmtime-jit-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-jit-4.0.0/Cargo.toml +0 -102
- data/ext/cargo-vendor/wasmtime-jit-4.0.0/src/code_memory.rs +0 -301
- data/ext/cargo-vendor/wasmtime-jit-4.0.0/src/instantiate.rs +0 -667
- data/ext/cargo-vendor/wasmtime-jit-debug-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-jit-debug-4.0.0/Cargo.toml +0 -58
- data/ext/cargo-vendor/wasmtime-jit-icache-coherence-3.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-jit-icache-coherence-3.0.0/Cargo.toml +0 -34
- data/ext/cargo-vendor/wasmtime-runtime-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-runtime-4.0.0/Cargo.toml +0 -110
- data/ext/cargo-vendor/wasmtime-runtime-4.0.0/src/libcalls.rs +0 -489
- data/ext/cargo-vendor/wasmtime-runtime-4.0.0/src/trampolines/aarch64.rs +0 -121
- data/ext/cargo-vendor/wasmtime-runtime-4.0.0/src/trampolines/riscv64.rs +0 -117
- data/ext/cargo-vendor/wasmtime-runtime-4.0.0/src/trampolines/x86_64.rs +0 -135
- data/ext/cargo-vendor/wasmtime-types-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-types-4.0.0/Cargo.toml +0 -34
- data/ext/cargo-vendor/wasmtime-wasi-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasmtime-wasi-4.0.0/Cargo.toml +0 -63
- data/ext/cargo-vendor/wast-50.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wast-50.0.0/Cargo.toml +0 -50
- data/ext/cargo-vendor/wast-50.0.0/src/component/alias.rs +0 -256
- data/ext/cargo-vendor/wast-50.0.0/src/component/binary.rs +0 -951
- data/ext/cargo-vendor/wast-50.0.0/src/component/expand.rs +0 -832
- data/ext/cargo-vendor/wast-50.0.0/src/component/export.rs +0 -197
- data/ext/cargo-vendor/wast-50.0.0/src/component/import.rs +0 -163
- data/ext/cargo-vendor/wast-50.0.0/src/component/resolve.rs +0 -954
- data/ext/cargo-vendor/wast-50.0.0/src/component/types.rs +0 -958
- data/ext/cargo-vendor/wast-50.0.0/src/core/expr.rs +0 -1889
- data/ext/cargo-vendor/wast-50.0.0/tests/annotations.rs +0 -200
- data/ext/cargo-vendor/wat-1.0.52/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wat-1.0.52/Cargo.toml +0 -27
- data/ext/cargo-vendor/wiggle-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wiggle-4.0.0/Cargo.toml +0 -109
- data/ext/cargo-vendor/wiggle-4.0.0/src/lib.rs +0 -1066
- data/ext/cargo-vendor/wiggle-generate-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wiggle-generate-4.0.0/Cargo.toml +0 -61
- data/ext/cargo-vendor/wiggle-generate-4.0.0/src/codegen_settings.rs +0 -146
- data/ext/cargo-vendor/wiggle-generate-4.0.0/src/config.rs +0 -675
- data/ext/cargo-vendor/wiggle-generate-4.0.0/src/funcs.rs +0 -430
- data/ext/cargo-vendor/wiggle-generate-4.0.0/src/module_trait.rs +0 -97
- data/ext/cargo-vendor/wiggle-generate-4.0.0/src/wasmtime.rs +0 -165
- data/ext/cargo-vendor/wiggle-macro-4.0.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wiggle-macro-4.0.0/Cargo.toml +0 -55
- data/ext/cargo-vendor/wiggle-macro-4.0.0/src/lib.rs +0 -208
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.42.0/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_aarch64_msvc-0.42.0/lib/windows.lib +0 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_i686_gnu-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_i686_gnu-0.42.0/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_i686_msvc-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_i686_msvc-0.42.0/lib/windows.lib +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_x86_64_gnu-0.42.0/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.42.0/lib/libwindows.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.0/Cargo.toml +0 -23
- data/ext/cargo-vendor/windows_x86_64_msvc-0.42.0/lib/windows.lib +0 -0
- data/ext/cargo-vendor/zstd-sys-2.0.4+zstd.1.5.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/zstd-sys-2.0.4+zstd.1.5.2/.cargo_vcs_info.json +0 -6
- data/ext/cargo-vendor/zstd-sys-2.0.4+zstd.1.5.2/Cargo.toml +0 -84
- data/ext/cargo-vendor/zstd-sys-2.0.4+zstd.1.5.2/build.rs +0 -252
@@ -1,4459 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
Copyright (C) 2005-2019 Intel Corporation
|
3
|
-
|
4
|
-
SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause
|
5
|
-
*/
|
6
|
-
#ifndef _ITTNOTIFY_H_
|
7
|
-
#define _ITTNOTIFY_H_
|
8
|
-
|
9
|
-
/**
|
10
|
-
@file
|
11
|
-
@brief Public User API functions and types
|
12
|
-
@mainpage
|
13
|
-
|
14
|
-
The Instrumentation and Tracing Technology API (ITT API) is used to
|
15
|
-
annotate a user's program with additional information
|
16
|
-
that can be used by correctness and performance tools. The user inserts
|
17
|
-
calls in their program. Those calls generate information that is collected
|
18
|
-
at runtime, and used by Intel(R) Threading Tools.
|
19
|
-
|
20
|
-
@section API Concepts
|
21
|
-
The following general concepts are used throughout the API.
|
22
|
-
|
23
|
-
@subsection Unicode Support
|
24
|
-
Many API functions take character string arguments. On Windows, there
|
25
|
-
are two versions of each such function. The function name is suffixed
|
26
|
-
by W if Unicode support is enabled, and by A otherwise. Any API function
|
27
|
-
that takes a character string argument adheres to this convention.
|
28
|
-
|
29
|
-
@subsection Conditional Compilation
|
30
|
-
Many users prefer having an option to modify ITT API code when linking it
|
31
|
-
inside their runtimes. ITT API header file provides a mechanism to replace
|
32
|
-
ITT API function names inside your code with empty strings. To do this,
|
33
|
-
define the macros INTEL_NO_ITTNOTIFY_API during compilation and remove the
|
34
|
-
static library from the linker script.
|
35
|
-
|
36
|
-
@subsection Domains
|
37
|
-
[see domains]
|
38
|
-
Domains provide a way to separate notification for different modules or
|
39
|
-
libraries in a program. Domains are specified by dotted character strings,
|
40
|
-
e.g. TBB.Internal.Control.
|
41
|
-
|
42
|
-
A mechanism (to be specified) is provided to enable and disable
|
43
|
-
domains. By default, all domains are enabled.
|
44
|
-
@subsection Named Entities and Instances
|
45
|
-
Named entities (frames, regions, tasks, and markers) communicate
|
46
|
-
information about the program to the analysis tools. A named entity often
|
47
|
-
refers to a section of program code, or to some set of logical concepts
|
48
|
-
that the programmer wants to group together.
|
49
|
-
|
50
|
-
Named entities relate to the programmer's static view of the program. When
|
51
|
-
the program actually executes, many instances of a given named entity
|
52
|
-
may be created.
|
53
|
-
|
54
|
-
The API annotations denote instances of named entities. The actual
|
55
|
-
named entities are displayed using the analysis tools. In other words,
|
56
|
-
the named entities come into existence when instances are created.
|
57
|
-
|
58
|
-
Instances of named entities may have instance identifiers (IDs). Some
|
59
|
-
API calls use instance identifiers to create relationships between
|
60
|
-
different instances of named entities. Other API calls associate data
|
61
|
-
with instances of named entities.
|
62
|
-
|
63
|
-
Some named entities must always have instance IDs. In particular, regions
|
64
|
-
and frames always have IDs. Task and markers need IDs only if the ID is
|
65
|
-
needed in another API call (such as adding a relation or metadata).
|
66
|
-
|
67
|
-
The lifetime of instance IDs is distinct from the lifetime of
|
68
|
-
instances. This allows various relationships to be specified separate
|
69
|
-
from the actual execution of instances. This flexibility comes at the
|
70
|
-
expense of extra API calls.
|
71
|
-
|
72
|
-
The same ID may not be reused for different instances, unless a previous
|
73
|
-
[ref] __itt_id_destroy call for that ID has been issued.
|
74
|
-
*/
|
75
|
-
|
76
|
-
/** @cond exclude_from_documentation */
|
77
|
-
#ifndef ITT_OS_WIN
|
78
|
-
# define ITT_OS_WIN 1
|
79
|
-
#endif /* ITT_OS_WIN */
|
80
|
-
|
81
|
-
#ifndef ITT_OS_LINUX
|
82
|
-
# define ITT_OS_LINUX 2
|
83
|
-
#endif /* ITT_OS_LINUX */
|
84
|
-
|
85
|
-
#ifndef ITT_OS_MAC
|
86
|
-
# define ITT_OS_MAC 3
|
87
|
-
#endif /* ITT_OS_MAC */
|
88
|
-
|
89
|
-
#ifndef ITT_OS_FREEBSD
|
90
|
-
# define ITT_OS_FREEBSD 4
|
91
|
-
#endif /* ITT_OS_FREEBSD */
|
92
|
-
|
93
|
-
#ifndef ITT_OS
|
94
|
-
# if defined WIN32 || defined _WIN32
|
95
|
-
# define ITT_OS ITT_OS_WIN
|
96
|
-
# elif defined( __APPLE__ ) && defined( __MACH__ )
|
97
|
-
# define ITT_OS ITT_OS_MAC
|
98
|
-
# elif defined( __FreeBSD__ )
|
99
|
-
# define ITT_OS ITT_OS_FREEBSD
|
100
|
-
# else
|
101
|
-
# define ITT_OS ITT_OS_LINUX
|
102
|
-
# endif
|
103
|
-
#endif /* ITT_OS */
|
104
|
-
|
105
|
-
#ifndef ITT_PLATFORM_WIN
|
106
|
-
# define ITT_PLATFORM_WIN 1
|
107
|
-
#endif /* ITT_PLATFORM_WIN */
|
108
|
-
|
109
|
-
#ifndef ITT_PLATFORM_POSIX
|
110
|
-
# define ITT_PLATFORM_POSIX 2
|
111
|
-
#endif /* ITT_PLATFORM_POSIX */
|
112
|
-
|
113
|
-
#ifndef ITT_PLATFORM_MAC
|
114
|
-
# define ITT_PLATFORM_MAC 3
|
115
|
-
#endif /* ITT_PLATFORM_MAC */
|
116
|
-
|
117
|
-
#ifndef ITT_PLATFORM_FREEBSD
|
118
|
-
# define ITT_PLATFORM_FREEBSD 4
|
119
|
-
#endif /* ITT_PLATFORM_FREEBSD */
|
120
|
-
|
121
|
-
#ifndef ITT_PLATFORM
|
122
|
-
# if ITT_OS==ITT_OS_WIN
|
123
|
-
# define ITT_PLATFORM ITT_PLATFORM_WIN
|
124
|
-
# elif ITT_OS==ITT_OS_MAC
|
125
|
-
# define ITT_PLATFORM ITT_PLATFORM_MAC
|
126
|
-
# elif ITT_OS==ITT_OS_FREEBSD
|
127
|
-
# define ITT_PLATFORM ITT_PLATFORM_FREEBSD
|
128
|
-
# else
|
129
|
-
# define ITT_PLATFORM ITT_PLATFORM_POSIX
|
130
|
-
# endif
|
131
|
-
#endif /* ITT_PLATFORM */
|
132
|
-
|
133
|
-
#if defined(_UNICODE) && !defined(UNICODE)
|
134
|
-
#define UNICODE
|
135
|
-
#endif
|
136
|
-
|
137
|
-
#include <stddef.h>
|
138
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
139
|
-
#include <tchar.h>
|
140
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
141
|
-
#include <stdint.h>
|
142
|
-
#if defined(UNICODE) || defined(_UNICODE)
|
143
|
-
#include <wchar.h>
|
144
|
-
#endif /* UNICODE || _UNICODE */
|
145
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
146
|
-
|
147
|
-
#ifndef ITTAPI_CDECL
|
148
|
-
# if ITT_PLATFORM==ITT_PLATFORM_WIN
|
149
|
-
# define ITTAPI_CDECL __cdecl
|
150
|
-
# else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
151
|
-
# if defined _M_IX86 || defined __i386__
|
152
|
-
# define ITTAPI_CDECL __attribute__ ((cdecl))
|
153
|
-
# else /* _M_IX86 || __i386__ */
|
154
|
-
# define ITTAPI_CDECL /* actual only on x86 platform */
|
155
|
-
# endif /* _M_IX86 || __i386__ */
|
156
|
-
# endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
157
|
-
#endif /* ITTAPI_CDECL */
|
158
|
-
|
159
|
-
#ifndef STDCALL
|
160
|
-
# if ITT_PLATFORM==ITT_PLATFORM_WIN
|
161
|
-
# define STDCALL __stdcall
|
162
|
-
# else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
163
|
-
# if defined _M_IX86 || defined __i386__
|
164
|
-
# define STDCALL __attribute__ ((stdcall))
|
165
|
-
# else /* _M_IX86 || __i386__ */
|
166
|
-
# define STDCALL /* supported only on x86 platform */
|
167
|
-
# endif /* _M_IX86 || __i386__ */
|
168
|
-
# endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
169
|
-
#endif /* STDCALL */
|
170
|
-
|
171
|
-
#define ITTAPI ITTAPI_CDECL
|
172
|
-
#define LIBITTAPI ITTAPI_CDECL
|
173
|
-
|
174
|
-
/* TODO: Temporary for compatibility! */
|
175
|
-
#define ITTAPI_CALL ITTAPI_CDECL
|
176
|
-
#define LIBITTAPI_CALL ITTAPI_CDECL
|
177
|
-
|
178
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
179
|
-
/* use __forceinline (VC++ specific) */
|
180
|
-
#if defined(__MINGW32__) && !defined(__cplusplus)
|
181
|
-
#define ITT_INLINE static __inline__ __attribute__((__always_inline__,__gnu_inline__))
|
182
|
-
#else
|
183
|
-
#define ITT_INLINE static __forceinline
|
184
|
-
#endif /* __MINGW32__ */
|
185
|
-
|
186
|
-
#define ITT_INLINE_ATTRIBUTE /* nothing */
|
187
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
188
|
-
/*
|
189
|
-
* Generally, functions are not inlined unless optimization is specified.
|
190
|
-
* For functions declared inline, this attribute inlines the function even
|
191
|
-
* if no optimization level was specified.
|
192
|
-
*/
|
193
|
-
#ifdef __STRICT_ANSI__
|
194
|
-
#define ITT_INLINE static
|
195
|
-
#define ITT_INLINE_ATTRIBUTE __attribute__((unused))
|
196
|
-
#else /* __STRICT_ANSI__ */
|
197
|
-
#define ITT_INLINE static inline
|
198
|
-
#define ITT_INLINE_ATTRIBUTE __attribute__((always_inline, unused))
|
199
|
-
#endif /* __STRICT_ANSI__ */
|
200
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
201
|
-
/** @endcond */
|
202
|
-
|
203
|
-
#ifdef INTEL_ITTNOTIFY_ENABLE_LEGACY
|
204
|
-
# if ITT_PLATFORM==ITT_PLATFORM_WIN
|
205
|
-
# pragma message("WARNING!!! Deprecated API is used. Please undefine INTEL_ITTNOTIFY_ENABLE_LEGACY macro")
|
206
|
-
# else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
207
|
-
# warning "Deprecated API is used. Please undefine INTEL_ITTNOTIFY_ENABLE_LEGACY macro"
|
208
|
-
# endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
209
|
-
# include "legacy/ittnotify.h"
|
210
|
-
#endif /* INTEL_ITTNOTIFY_ENABLE_LEGACY */
|
211
|
-
|
212
|
-
/** @cond exclude_from_documentation */
|
213
|
-
/* Helper macro for joining tokens */
|
214
|
-
#define ITT_JOIN_AUX(p,n) p##n
|
215
|
-
#define ITT_JOIN(p,n) ITT_JOIN_AUX(p,n)
|
216
|
-
|
217
|
-
#ifdef ITT_MAJOR
|
218
|
-
#undef ITT_MAJOR
|
219
|
-
#endif
|
220
|
-
#ifdef ITT_MINOR
|
221
|
-
#undef ITT_MINOR
|
222
|
-
#endif
|
223
|
-
#define ITT_MAJOR 3
|
224
|
-
#define ITT_MINOR 0
|
225
|
-
|
226
|
-
/* Standard versioning of a token with major and minor version numbers */
|
227
|
-
#define ITT_VERSIONIZE(x) \
|
228
|
-
ITT_JOIN(x, \
|
229
|
-
ITT_JOIN(_, \
|
230
|
-
ITT_JOIN(ITT_MAJOR, \
|
231
|
-
ITT_JOIN(_, ITT_MINOR))))
|
232
|
-
|
233
|
-
#ifndef INTEL_ITTNOTIFY_PREFIX
|
234
|
-
# define INTEL_ITTNOTIFY_PREFIX __itt_
|
235
|
-
#endif /* INTEL_ITTNOTIFY_PREFIX */
|
236
|
-
#ifndef INTEL_ITTNOTIFY_POSTFIX
|
237
|
-
# define INTEL_ITTNOTIFY_POSTFIX _ptr_
|
238
|
-
#endif /* INTEL_ITTNOTIFY_POSTFIX */
|
239
|
-
|
240
|
-
#define ITTNOTIFY_NAME_AUX(n) ITT_JOIN(INTEL_ITTNOTIFY_PREFIX,n)
|
241
|
-
#define ITTNOTIFY_NAME(n) ITT_VERSIONIZE(ITTNOTIFY_NAME_AUX(ITT_JOIN(n,INTEL_ITTNOTIFY_POSTFIX)))
|
242
|
-
|
243
|
-
#define ITTNOTIFY_VOID(n) (!ITTNOTIFY_NAME(n)) ? (void)0 : ITTNOTIFY_NAME(n)
|
244
|
-
#define ITTNOTIFY_DATA(n) (!ITTNOTIFY_NAME(n)) ? 0 : ITTNOTIFY_NAME(n)
|
245
|
-
|
246
|
-
#define ITTNOTIFY_VOID_D0(n,d) (d == NULL) ? (void)0 : (!(d)->flags) ? (void)0 : (!ITTNOTIFY_NAME(n)) ? (void)0 : ITTNOTIFY_NAME(n)(d)
|
247
|
-
#define ITTNOTIFY_VOID_D1(n,d,x) (d == NULL) ? (void)0 : (!(d)->flags) ? (void)0 : (!ITTNOTIFY_NAME(n)) ? (void)0 : ITTNOTIFY_NAME(n)(d,x)
|
248
|
-
#define ITTNOTIFY_VOID_D2(n,d,x,y) (d == NULL) ? (void)0 : (!(d)->flags) ? (void)0 : (!ITTNOTIFY_NAME(n)) ? (void)0 : ITTNOTIFY_NAME(n)(d,x,y)
|
249
|
-
#define ITTNOTIFY_VOID_D3(n,d,x,y,z) (d == NULL) ? (void)0 : (!(d)->flags) ? (void)0 : (!ITTNOTIFY_NAME(n)) ? (void)0 : ITTNOTIFY_NAME(n)(d,x,y,z)
|
250
|
-
#define ITTNOTIFY_VOID_D4(n,d,x,y,z,a) (d == NULL) ? (void)0 : (!(d)->flags) ? (void)0 : (!ITTNOTIFY_NAME(n)) ? (void)0 : ITTNOTIFY_NAME(n)(d,x,y,z,a)
|
251
|
-
#define ITTNOTIFY_VOID_D5(n,d,x,y,z,a,b) (d == NULL) ? (void)0 : (!(d)->flags) ? (void)0 : (!ITTNOTIFY_NAME(n)) ? (void)0 : ITTNOTIFY_NAME(n)(d,x,y,z,a,b)
|
252
|
-
#define ITTNOTIFY_VOID_D6(n,d,x,y,z,a,b,c) (d == NULL) ? (void)0 : (!(d)->flags) ? (void)0 : (!ITTNOTIFY_NAME(n)) ? (void)0 : ITTNOTIFY_NAME(n)(d,x,y,z,a,b,c)
|
253
|
-
#define ITTNOTIFY_DATA_D0(n,d) (d == NULL) ? 0 : (!(d)->flags) ? 0 : (!ITTNOTIFY_NAME(n)) ? 0 : ITTNOTIFY_NAME(n)(d)
|
254
|
-
#define ITTNOTIFY_DATA_D1(n,d,x) (d == NULL) ? 0 : (!(d)->flags) ? 0 : (!ITTNOTIFY_NAME(n)) ? 0 : ITTNOTIFY_NAME(n)(d,x)
|
255
|
-
#define ITTNOTIFY_DATA_D2(n,d,x,y) (d == NULL) ? 0 : (!(d)->flags) ? 0 : (!ITTNOTIFY_NAME(n)) ? 0 : ITTNOTIFY_NAME(n)(d,x,y)
|
256
|
-
#define ITTNOTIFY_DATA_D3(n,d,x,y,z) (d == NULL) ? 0 : (!(d)->flags) ? 0 : (!ITTNOTIFY_NAME(n)) ? 0 : ITTNOTIFY_NAME(n)(d,x,y,z)
|
257
|
-
#define ITTNOTIFY_DATA_D4(n,d,x,y,z,a) (d == NULL) ? 0 : (!(d)->flags) ? 0 : (!ITTNOTIFY_NAME(n)) ? 0 : ITTNOTIFY_NAME(n)(d,x,y,z,a)
|
258
|
-
#define ITTNOTIFY_DATA_D5(n,d,x,y,z,a,b) (d == NULL) ? 0 : (!(d)->flags) ? 0 : (!ITTNOTIFY_NAME(n)) ? 0 : ITTNOTIFY_NAME(n)(d,x,y,z,a,b)
|
259
|
-
#define ITTNOTIFY_DATA_D6(n,d,x,y,z,a,b,c) (d == NULL) ? 0 : (!(d)->flags) ? 0 : (!ITTNOTIFY_NAME(n)) ? 0 : ITTNOTIFY_NAME(n)(d,x,y,z,a,b,c)
|
260
|
-
|
261
|
-
#ifdef ITT_STUB
|
262
|
-
#undef ITT_STUB
|
263
|
-
#endif
|
264
|
-
#ifdef ITT_STUBV
|
265
|
-
#undef ITT_STUBV
|
266
|
-
#endif
|
267
|
-
#define ITT_STUBV(api,type,name,args) \
|
268
|
-
typedef type (api* ITT_JOIN(ITTNOTIFY_NAME(name),_t)) args; \
|
269
|
-
extern ITT_JOIN(ITTNOTIFY_NAME(name),_t) ITTNOTIFY_NAME(name);
|
270
|
-
#define ITT_STUB ITT_STUBV
|
271
|
-
/** @endcond */
|
272
|
-
|
273
|
-
#ifdef __cplusplus
|
274
|
-
extern "C" {
|
275
|
-
#endif /* __cplusplus */
|
276
|
-
|
277
|
-
/** @cond exclude_from_gpa_documentation */
|
278
|
-
/**
|
279
|
-
* @defgroup public Public API
|
280
|
-
* @{
|
281
|
-
* @}
|
282
|
-
*/
|
283
|
-
|
284
|
-
/**
|
285
|
-
* @defgroup control Collection Control
|
286
|
-
* @ingroup public
|
287
|
-
* General behavior: application continues to run, but no profiling information is being collected
|
288
|
-
*
|
289
|
-
* Pausing occurs not only for the current thread but for all process as well as spawned processes
|
290
|
-
* - Intel(R) Parallel Inspector and Intel(R) Inspector XE:
|
291
|
-
* - Does not analyze or report errors that involve memory access.
|
292
|
-
* - Other errors are reported as usual. Pausing data collection in
|
293
|
-
* Intel(R) Parallel Inspector and Intel(R) Inspector XE
|
294
|
-
* only pauses tracing and analyzing memory access.
|
295
|
-
* It does not pause tracing or analyzing threading APIs.
|
296
|
-
* .
|
297
|
-
* - Intel(R) Parallel Amplifier and Intel(R) VTune(TM) Amplifier XE:
|
298
|
-
* - Does continue to record when new threads are started.
|
299
|
-
* .
|
300
|
-
* - Other effects:
|
301
|
-
* - Possible reduction of runtime overhead.
|
302
|
-
* .
|
303
|
-
* @{
|
304
|
-
*/
|
305
|
-
/** @brief Pause collection */
|
306
|
-
void ITTAPI __itt_pause(void);
|
307
|
-
/** @brief Resume collection */
|
308
|
-
void ITTAPI __itt_resume(void);
|
309
|
-
/** @brief Detach collection */
|
310
|
-
void ITTAPI __itt_detach(void);
|
311
|
-
|
312
|
-
/** @cond exclude_from_documentation */
|
313
|
-
#ifndef INTEL_NO_MACRO_BODY
|
314
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
315
|
-
ITT_STUBV(ITTAPI, void, pause, (void))
|
316
|
-
ITT_STUBV(ITTAPI, void, resume, (void))
|
317
|
-
ITT_STUBV(ITTAPI, void, detach, (void))
|
318
|
-
#define __itt_pause ITTNOTIFY_VOID(pause)
|
319
|
-
#define __itt_pause_ptr ITTNOTIFY_NAME(pause)
|
320
|
-
#define __itt_resume ITTNOTIFY_VOID(resume)
|
321
|
-
#define __itt_resume_ptr ITTNOTIFY_NAME(resume)
|
322
|
-
#define __itt_detach ITTNOTIFY_VOID(detach)
|
323
|
-
#define __itt_detach_ptr ITTNOTIFY_NAME(detach)
|
324
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
325
|
-
#define __itt_pause()
|
326
|
-
#define __itt_pause_ptr 0
|
327
|
-
#define __itt_resume()
|
328
|
-
#define __itt_resume_ptr 0
|
329
|
-
#define __itt_detach()
|
330
|
-
#define __itt_detach_ptr 0
|
331
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
332
|
-
#else /* INTEL_NO_MACRO_BODY */
|
333
|
-
#define __itt_pause_ptr 0
|
334
|
-
#define __itt_resume_ptr 0
|
335
|
-
#define __itt_detach_ptr 0
|
336
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
337
|
-
/** @endcond */
|
338
|
-
/** @} control group */
|
339
|
-
/** @endcond */
|
340
|
-
|
341
|
-
/**
|
342
|
-
* @defgroup Intel Processor Trace control
|
343
|
-
* API from this group provides control over collection and analysis of Intel Processor Trace (Intel PT) data
|
344
|
-
* Information about Intel Processor Trace technology can be found here (Volume 3 chapter 35):
|
345
|
-
* https://software.intel.com/sites/default/files/managed/39/c5/325462-sdm-vol-1-2abcd-3abcd.pdf
|
346
|
-
* Use this API to mark particular code regions for loading detailed performance statistics.
|
347
|
-
* This mode makes your analysis faster and more accurate.
|
348
|
-
* @{
|
349
|
-
*/
|
350
|
-
typedef unsigned char __itt_pt_region;
|
351
|
-
|
352
|
-
/**
|
353
|
-
* @brief function saves a region name marked with Intel PT API and returns a region id.
|
354
|
-
* Only 7 names can be registered. Attempts to register more names will be ignored and a region id with auto names will be returned.
|
355
|
-
* For automatic naming of regions pass NULL as function parameter
|
356
|
-
*/
|
357
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
358
|
-
__itt_pt_region ITTAPI __itt_pt_region_createA(const char *name);
|
359
|
-
__itt_pt_region ITTAPI __itt_pt_region_createW(const wchar_t *name);
|
360
|
-
#if defined(UNICODE) || defined(_UNICODE)
|
361
|
-
# define __itt_pt_region_create __itt_pt_region_createW
|
362
|
-
#else /* UNICODE */
|
363
|
-
# define __itt_pt_region_create __itt_pt_region_createA
|
364
|
-
#endif /* UNICODE */
|
365
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
366
|
-
__itt_pt_region ITTAPI __itt_pt_region_create(const char *name);
|
367
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
368
|
-
|
369
|
-
/** @cond exclude_from_documentation */
|
370
|
-
#ifndef INTEL_NO_MACRO_BODY
|
371
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
372
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
373
|
-
ITT_STUB(ITTAPI, __itt_pt_region, pt_region_createA, (const char *name))
|
374
|
-
ITT_STUB(ITTAPI, __itt_pt_region, pt_region_createW, (const wchar_t *name))
|
375
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
376
|
-
ITT_STUB(ITTAPI, __itt_pt_region, pt_region_create, (const char *name))
|
377
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
378
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
379
|
-
#define __itt_pt_region_createA ITTNOTIFY_DATA(pt_region_createA)
|
380
|
-
#define __itt_pt_region_createA_ptr ITTNOTIFY_NAME(pt_region_createA)
|
381
|
-
#define __itt_pt_region_createW ITTNOTIFY_DATA(pt_region_createW)
|
382
|
-
#define __itt_pt_region_createW_ptr ITTNOTIFY_NAME(pt_region_createW)
|
383
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
384
|
-
#define __itt_pt_region_create ITTNOTIFY_DATA(pt_region_create)
|
385
|
-
#define __itt_pt_region_create_ptr ITTNOTIFY_NAME(pt_region_create)
|
386
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
387
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
388
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
389
|
-
#define __itt_pt_region_createA(name) (__itt_pt_region)0
|
390
|
-
#define __itt_pt_region_createA_ptr 0
|
391
|
-
#define __itt_pt_region_createW(name) (__itt_pt_region)0
|
392
|
-
#define __itt_pt_region_createW_ptr 0
|
393
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
394
|
-
#define __itt_pt_region_create(name) (__itt_pt_region)0
|
395
|
-
#define __itt_pt_region_create_ptr 0
|
396
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
397
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
398
|
-
#else /* INTEL_NO_MACRO_BODY */
|
399
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
400
|
-
#define __itt_pt_region_createA_ptr 0
|
401
|
-
#define __itt_pt_region_createW_ptr 0
|
402
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
403
|
-
#define __itt_pt_region_create_ptr 0
|
404
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
405
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
406
|
-
/** @endcond */
|
407
|
-
|
408
|
-
/**
|
409
|
-
* @brief function contains a special code pattern identified on the post-processing stage and
|
410
|
-
* marks the beginning of a code region targeted for Intel PT analysis
|
411
|
-
* @param[in] region - region id, 0 <= region < 8
|
412
|
-
*/
|
413
|
-
void __itt_mark_pt_region_begin(__itt_pt_region region);
|
414
|
-
/**
|
415
|
-
* @brief function contains a special code pattern identified on the post-processing stage and
|
416
|
-
* marks the end of a code region targeted for Intel PT analysis
|
417
|
-
* @param[in] region - region id, 0 <= region < 8
|
418
|
-
*/
|
419
|
-
void __itt_mark_pt_region_end(__itt_pt_region region);
|
420
|
-
/** @} Intel PT control group*/
|
421
|
-
|
422
|
-
/**
|
423
|
-
* @defgroup threads Threads
|
424
|
-
* @ingroup public
|
425
|
-
* Give names to threads
|
426
|
-
* @{
|
427
|
-
*/
|
428
|
-
/**
|
429
|
-
* @brief Sets thread name of calling thread
|
430
|
-
* @param[in] name - name of thread
|
431
|
-
*/
|
432
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
433
|
-
void ITTAPI __itt_thread_set_nameA(const char *name);
|
434
|
-
void ITTAPI __itt_thread_set_nameW(const wchar_t *name);
|
435
|
-
#if defined(UNICODE) || defined(_UNICODE)
|
436
|
-
# define __itt_thread_set_name __itt_thread_set_nameW
|
437
|
-
# define __itt_thread_set_name_ptr __itt_thread_set_nameW_ptr
|
438
|
-
#else /* UNICODE */
|
439
|
-
# define __itt_thread_set_name __itt_thread_set_nameA
|
440
|
-
# define __itt_thread_set_name_ptr __itt_thread_set_nameA_ptr
|
441
|
-
#endif /* UNICODE */
|
442
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
443
|
-
void ITTAPI __itt_thread_set_name(const char *name);
|
444
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
445
|
-
|
446
|
-
/** @cond exclude_from_documentation */
|
447
|
-
#ifndef INTEL_NO_MACRO_BODY
|
448
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
449
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
450
|
-
ITT_STUBV(ITTAPI, void, thread_set_nameA, (const char *name))
|
451
|
-
ITT_STUBV(ITTAPI, void, thread_set_nameW, (const wchar_t *name))
|
452
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
453
|
-
ITT_STUBV(ITTAPI, void, thread_set_name, (const char *name))
|
454
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
455
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
456
|
-
#define __itt_thread_set_nameA ITTNOTIFY_VOID(thread_set_nameA)
|
457
|
-
#define __itt_thread_set_nameA_ptr ITTNOTIFY_NAME(thread_set_nameA)
|
458
|
-
#define __itt_thread_set_nameW ITTNOTIFY_VOID(thread_set_nameW)
|
459
|
-
#define __itt_thread_set_nameW_ptr ITTNOTIFY_NAME(thread_set_nameW)
|
460
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
461
|
-
#define __itt_thread_set_name ITTNOTIFY_VOID(thread_set_name)
|
462
|
-
#define __itt_thread_set_name_ptr ITTNOTIFY_NAME(thread_set_name)
|
463
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
464
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
465
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
466
|
-
#define __itt_thread_set_nameA(name)
|
467
|
-
#define __itt_thread_set_nameA_ptr 0
|
468
|
-
#define __itt_thread_set_nameW(name)
|
469
|
-
#define __itt_thread_set_nameW_ptr 0
|
470
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
471
|
-
#define __itt_thread_set_name(name)
|
472
|
-
#define __itt_thread_set_name_ptr 0
|
473
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
474
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
475
|
-
#else /* INTEL_NO_MACRO_BODY */
|
476
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
477
|
-
#define __itt_thread_set_nameA_ptr 0
|
478
|
-
#define __itt_thread_set_nameW_ptr 0
|
479
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
480
|
-
#define __itt_thread_set_name_ptr 0
|
481
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
482
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
483
|
-
/** @endcond */
|
484
|
-
|
485
|
-
/** @cond exclude_from_gpa_documentation */
|
486
|
-
|
487
|
-
/**
|
488
|
-
* @brief Mark current thread as ignored from this point on, for the duration of its existence.
|
489
|
-
*/
|
490
|
-
void ITTAPI __itt_thread_ignore(void);
|
491
|
-
|
492
|
-
/** @cond exclude_from_documentation */
|
493
|
-
#ifndef INTEL_NO_MACRO_BODY
|
494
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
495
|
-
ITT_STUBV(ITTAPI, void, thread_ignore, (void))
|
496
|
-
#define __itt_thread_ignore ITTNOTIFY_VOID(thread_ignore)
|
497
|
-
#define __itt_thread_ignore_ptr ITTNOTIFY_NAME(thread_ignore)
|
498
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
499
|
-
#define __itt_thread_ignore()
|
500
|
-
#define __itt_thread_ignore_ptr 0
|
501
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
502
|
-
#else /* INTEL_NO_MACRO_BODY */
|
503
|
-
#define __itt_thread_ignore_ptr 0
|
504
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
505
|
-
/** @endcond */
|
506
|
-
/** @} threads group */
|
507
|
-
|
508
|
-
/**
|
509
|
-
* @defgroup suppress Error suppression
|
510
|
-
* @ingroup public
|
511
|
-
* General behavior: application continues to run, but errors are suppressed
|
512
|
-
*
|
513
|
-
* @{
|
514
|
-
*/
|
515
|
-
|
516
|
-
/*****************************************************************//**
|
517
|
-
* @name group of functions used for error suppression in correctness tools
|
518
|
-
*********************************************************************/
|
519
|
-
/** @{ */
|
520
|
-
/**
|
521
|
-
* @hideinitializer
|
522
|
-
* @brief possible value for suppression mask
|
523
|
-
*/
|
524
|
-
#define __itt_suppress_all_errors 0x7fffffff
|
525
|
-
|
526
|
-
/**
|
527
|
-
* @hideinitializer
|
528
|
-
* @brief possible value for suppression mask (suppresses errors from threading analysis)
|
529
|
-
*/
|
530
|
-
#define __itt_suppress_threading_errors 0x000000ff
|
531
|
-
|
532
|
-
/**
|
533
|
-
* @hideinitializer
|
534
|
-
* @brief possible value for suppression mask (suppresses errors from memory analysis)
|
535
|
-
*/
|
536
|
-
#define __itt_suppress_memory_errors 0x0000ff00
|
537
|
-
|
538
|
-
/**
|
539
|
-
* @brief Start suppressing errors identified in mask on this thread
|
540
|
-
*/
|
541
|
-
void ITTAPI __itt_suppress_push(unsigned int mask);
|
542
|
-
|
543
|
-
/** @cond exclude_from_documentation */
|
544
|
-
#ifndef INTEL_NO_MACRO_BODY
|
545
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
546
|
-
ITT_STUBV(ITTAPI, void, suppress_push, (unsigned int mask))
|
547
|
-
#define __itt_suppress_push ITTNOTIFY_VOID(suppress_push)
|
548
|
-
#define __itt_suppress_push_ptr ITTNOTIFY_NAME(suppress_push)
|
549
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
550
|
-
#define __itt_suppress_push(mask)
|
551
|
-
#define __itt_suppress_push_ptr 0
|
552
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
553
|
-
#else /* INTEL_NO_MACRO_BODY */
|
554
|
-
#define __itt_suppress_push_ptr 0
|
555
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
556
|
-
/** @endcond */
|
557
|
-
|
558
|
-
/**
|
559
|
-
* @brief Undo the effects of the matching call to __itt_suppress_push
|
560
|
-
*/
|
561
|
-
void ITTAPI __itt_suppress_pop(void);
|
562
|
-
|
563
|
-
/** @cond exclude_from_documentation */
|
564
|
-
#ifndef INTEL_NO_MACRO_BODY
|
565
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
566
|
-
ITT_STUBV(ITTAPI, void, suppress_pop, (void))
|
567
|
-
#define __itt_suppress_pop ITTNOTIFY_VOID(suppress_pop)
|
568
|
-
#define __itt_suppress_pop_ptr ITTNOTIFY_NAME(suppress_pop)
|
569
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
570
|
-
#define __itt_suppress_pop()
|
571
|
-
#define __itt_suppress_pop_ptr 0
|
572
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
573
|
-
#else /* INTEL_NO_MACRO_BODY */
|
574
|
-
#define __itt_suppress_pop_ptr 0
|
575
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
576
|
-
/** @endcond */
|
577
|
-
|
578
|
-
/**
|
579
|
-
* @enum __itt_model_disable
|
580
|
-
* @brief Enumerator for the disable methods
|
581
|
-
*/
|
582
|
-
typedef enum __itt_suppress_mode {
|
583
|
-
__itt_unsuppress_range,
|
584
|
-
__itt_suppress_range
|
585
|
-
} __itt_suppress_mode_t;
|
586
|
-
|
587
|
-
/**
|
588
|
-
* @enum __itt_collection_state
|
589
|
-
* @brief Enumerator for collection state. All non-work states have negative values.
|
590
|
-
*/
|
591
|
-
typedef enum {
|
592
|
-
__itt_collection_uninitialized = 0, /* uninitialized */
|
593
|
-
__itt_collection_init_fail = 1, /* failed to init */
|
594
|
-
__itt_collection_collector_absent = 2, /* non work state collector exists */
|
595
|
-
__itt_collection_collector_exists = 3, /* work state collector exists */
|
596
|
-
__itt_collection_init_successful = 4 /* success to init */
|
597
|
-
} __itt_collection_state;
|
598
|
-
|
599
|
-
/**
|
600
|
-
* @brief Mark a range of memory for error suppression or unsuppression for error types included in mask
|
601
|
-
*/
|
602
|
-
void ITTAPI __itt_suppress_mark_range(__itt_suppress_mode_t mode, unsigned int mask, void * address, size_t size);
|
603
|
-
|
604
|
-
/** @cond exclude_from_documentation */
|
605
|
-
#ifndef INTEL_NO_MACRO_BODY
|
606
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
607
|
-
ITT_STUBV(ITTAPI, void, suppress_mark_range, (__itt_suppress_mode_t mode, unsigned int mask, void * address, size_t size))
|
608
|
-
#define __itt_suppress_mark_range ITTNOTIFY_VOID(suppress_mark_range)
|
609
|
-
#define __itt_suppress_mark_range_ptr ITTNOTIFY_NAME(suppress_mark_range)
|
610
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
611
|
-
#define __itt_suppress_mark_range(mask)
|
612
|
-
#define __itt_suppress_mark_range_ptr 0
|
613
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
614
|
-
#else /* INTEL_NO_MACRO_BODY */
|
615
|
-
#define __itt_suppress_mark_range_ptr 0
|
616
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
617
|
-
/** @endcond */
|
618
|
-
|
619
|
-
/**
|
620
|
-
* @brief Undo the effect of a matching call to __itt_suppress_mark_range. If not matching
|
621
|
-
* call is found, nothing is changed.
|
622
|
-
*/
|
623
|
-
void ITTAPI __itt_suppress_clear_range(__itt_suppress_mode_t mode, unsigned int mask, void * address, size_t size);
|
624
|
-
|
625
|
-
/** @cond exclude_from_documentation */
|
626
|
-
#ifndef INTEL_NO_MACRO_BODY
|
627
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
628
|
-
ITT_STUBV(ITTAPI, void, suppress_clear_range, (__itt_suppress_mode_t mode, unsigned int mask, void * address, size_t size))
|
629
|
-
#define __itt_suppress_clear_range ITTNOTIFY_VOID(suppress_clear_range)
|
630
|
-
#define __itt_suppress_clear_range_ptr ITTNOTIFY_NAME(suppress_clear_range)
|
631
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
632
|
-
#define __itt_suppress_clear_range(mask)
|
633
|
-
#define __itt_suppress_clear_range_ptr 0
|
634
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
635
|
-
#else /* INTEL_NO_MACRO_BODY */
|
636
|
-
#define __itt_suppress_clear_range_ptr 0
|
637
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
638
|
-
/** @endcond */
|
639
|
-
/** @} */
|
640
|
-
/** @} suppress group */
|
641
|
-
|
642
|
-
/**
|
643
|
-
* @defgroup sync Synchronization
|
644
|
-
* @ingroup public
|
645
|
-
* Indicate user-written synchronization code
|
646
|
-
* @{
|
647
|
-
*/
|
648
|
-
/**
|
649
|
-
* @hideinitializer
|
650
|
-
* @brief possible value of attribute argument for sync object type
|
651
|
-
*/
|
652
|
-
#define __itt_attr_barrier 1
|
653
|
-
|
654
|
-
/**
|
655
|
-
* @hideinitializer
|
656
|
-
* @brief possible value of attribute argument for sync object type
|
657
|
-
*/
|
658
|
-
#define __itt_attr_mutex 2
|
659
|
-
|
660
|
-
/**
|
661
|
-
@brief Name a synchronization object
|
662
|
-
@param[in] addr Handle for the synchronization object. You should
|
663
|
-
use a real address to uniquely identify the synchronization object.
|
664
|
-
@param[in] objtype null-terminated object type string. If NULL is
|
665
|
-
passed, the name will be "User Synchronization".
|
666
|
-
@param[in] objname null-terminated object name string. If NULL,
|
667
|
-
no name will be assigned to the object.
|
668
|
-
@param[in] attribute one of [#__itt_attr_barrier, #__itt_attr_mutex]
|
669
|
-
*/
|
670
|
-
|
671
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
672
|
-
void ITTAPI __itt_sync_createA(void *addr, const char *objtype, const char *objname, int attribute);
|
673
|
-
void ITTAPI __itt_sync_createW(void *addr, const wchar_t *objtype, const wchar_t *objname, int attribute);
|
674
|
-
#if defined(UNICODE) || defined(_UNICODE)
|
675
|
-
# define __itt_sync_create __itt_sync_createW
|
676
|
-
# define __itt_sync_create_ptr __itt_sync_createW_ptr
|
677
|
-
#else /* UNICODE */
|
678
|
-
# define __itt_sync_create __itt_sync_createA
|
679
|
-
# define __itt_sync_create_ptr __itt_sync_createA_ptr
|
680
|
-
#endif /* UNICODE */
|
681
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
682
|
-
void ITTAPI __itt_sync_create (void *addr, const char *objtype, const char *objname, int attribute);
|
683
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
684
|
-
|
685
|
-
/** @cond exclude_from_documentation */
|
686
|
-
#ifndef INTEL_NO_MACRO_BODY
|
687
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
688
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
689
|
-
ITT_STUBV(ITTAPI, void, sync_createA, (void *addr, const char *objtype, const char *objname, int attribute))
|
690
|
-
ITT_STUBV(ITTAPI, void, sync_createW, (void *addr, const wchar_t *objtype, const wchar_t *objname, int attribute))
|
691
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
692
|
-
ITT_STUBV(ITTAPI, void, sync_create, (void *addr, const char* objtype, const char* objname, int attribute))
|
693
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
694
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
695
|
-
#define __itt_sync_createA ITTNOTIFY_VOID(sync_createA)
|
696
|
-
#define __itt_sync_createA_ptr ITTNOTIFY_NAME(sync_createA)
|
697
|
-
#define __itt_sync_createW ITTNOTIFY_VOID(sync_createW)
|
698
|
-
#define __itt_sync_createW_ptr ITTNOTIFY_NAME(sync_createW)
|
699
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
700
|
-
#define __itt_sync_create ITTNOTIFY_VOID(sync_create)
|
701
|
-
#define __itt_sync_create_ptr ITTNOTIFY_NAME(sync_create)
|
702
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
703
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
704
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
705
|
-
#define __itt_sync_createA(addr, objtype, objname, attribute)
|
706
|
-
#define __itt_sync_createA_ptr 0
|
707
|
-
#define __itt_sync_createW(addr, objtype, objname, attribute)
|
708
|
-
#define __itt_sync_createW_ptr 0
|
709
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
710
|
-
#define __itt_sync_create(addr, objtype, objname, attribute)
|
711
|
-
#define __itt_sync_create_ptr 0
|
712
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
713
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
714
|
-
#else /* INTEL_NO_MACRO_BODY */
|
715
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
716
|
-
#define __itt_sync_createA_ptr 0
|
717
|
-
#define __itt_sync_createW_ptr 0
|
718
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
719
|
-
#define __itt_sync_create_ptr 0
|
720
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
721
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
722
|
-
/** @endcond */
|
723
|
-
|
724
|
-
/**
|
725
|
-
@brief Rename a synchronization object
|
726
|
-
|
727
|
-
You can use the rename call to assign or reassign a name to a given
|
728
|
-
synchronization object.
|
729
|
-
@param[in] addr handle for the synchronization object.
|
730
|
-
@param[in] name null-terminated object name string.
|
731
|
-
*/
|
732
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
733
|
-
void ITTAPI __itt_sync_renameA(void *addr, const char *name);
|
734
|
-
void ITTAPI __itt_sync_renameW(void *addr, const wchar_t *name);
|
735
|
-
#if defined(UNICODE) || defined(_UNICODE)
|
736
|
-
# define __itt_sync_rename __itt_sync_renameW
|
737
|
-
# define __itt_sync_rename_ptr __itt_sync_renameW_ptr
|
738
|
-
#else /* UNICODE */
|
739
|
-
# define __itt_sync_rename __itt_sync_renameA
|
740
|
-
# define __itt_sync_rename_ptr __itt_sync_renameA_ptr
|
741
|
-
#endif /* UNICODE */
|
742
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
743
|
-
void ITTAPI __itt_sync_rename(void *addr, const char *name);
|
744
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
745
|
-
|
746
|
-
/** @cond exclude_from_documentation */
|
747
|
-
#ifndef INTEL_NO_MACRO_BODY
|
748
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
749
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
750
|
-
ITT_STUBV(ITTAPI, void, sync_renameA, (void *addr, const char *name))
|
751
|
-
ITT_STUBV(ITTAPI, void, sync_renameW, (void *addr, const wchar_t *name))
|
752
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
753
|
-
ITT_STUBV(ITTAPI, void, sync_rename, (void *addr, const char *name))
|
754
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
755
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
756
|
-
#define __itt_sync_renameA ITTNOTIFY_VOID(sync_renameA)
|
757
|
-
#define __itt_sync_renameA_ptr ITTNOTIFY_NAME(sync_renameA)
|
758
|
-
#define __itt_sync_renameW ITTNOTIFY_VOID(sync_renameW)
|
759
|
-
#define __itt_sync_renameW_ptr ITTNOTIFY_NAME(sync_renameW)
|
760
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
761
|
-
#define __itt_sync_rename ITTNOTIFY_VOID(sync_rename)
|
762
|
-
#define __itt_sync_rename_ptr ITTNOTIFY_NAME(sync_rename)
|
763
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
764
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
765
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
766
|
-
#define __itt_sync_renameA(addr, name)
|
767
|
-
#define __itt_sync_renameA_ptr 0
|
768
|
-
#define __itt_sync_renameW(addr, name)
|
769
|
-
#define __itt_sync_renameW_ptr 0
|
770
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
771
|
-
#define __itt_sync_rename(addr, name)
|
772
|
-
#define __itt_sync_rename_ptr 0
|
773
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
774
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
775
|
-
#else /* INTEL_NO_MACRO_BODY */
|
776
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
777
|
-
#define __itt_sync_renameA_ptr 0
|
778
|
-
#define __itt_sync_renameW_ptr 0
|
779
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
780
|
-
#define __itt_sync_rename_ptr 0
|
781
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
782
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
783
|
-
/** @endcond */
|
784
|
-
|
785
|
-
/**
|
786
|
-
@brief Destroy a synchronization object.
|
787
|
-
@param addr Handle for the synchronization object.
|
788
|
-
*/
|
789
|
-
void ITTAPI __itt_sync_destroy(void *addr);
|
790
|
-
|
791
|
-
/** @cond exclude_from_documentation */
|
792
|
-
#ifndef INTEL_NO_MACRO_BODY
|
793
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
794
|
-
ITT_STUBV(ITTAPI, void, sync_destroy, (void *addr))
|
795
|
-
#define __itt_sync_destroy ITTNOTIFY_VOID(sync_destroy)
|
796
|
-
#define __itt_sync_destroy_ptr ITTNOTIFY_NAME(sync_destroy)
|
797
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
798
|
-
#define __itt_sync_destroy(addr)
|
799
|
-
#define __itt_sync_destroy_ptr 0
|
800
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
801
|
-
#else /* INTEL_NO_MACRO_BODY */
|
802
|
-
#define __itt_sync_destroy_ptr 0
|
803
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
804
|
-
/** @endcond */
|
805
|
-
|
806
|
-
/*****************************************************************//**
|
807
|
-
* @name group of functions is used for performance measurement tools
|
808
|
-
*********************************************************************/
|
809
|
-
/** @{ */
|
810
|
-
/**
|
811
|
-
* @brief Enter spin loop on user-defined sync object
|
812
|
-
*/
|
813
|
-
void ITTAPI __itt_sync_prepare(void* addr);
|
814
|
-
|
815
|
-
/** @cond exclude_from_documentation */
|
816
|
-
#ifndef INTEL_NO_MACRO_BODY
|
817
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
818
|
-
ITT_STUBV(ITTAPI, void, sync_prepare, (void *addr))
|
819
|
-
#define __itt_sync_prepare ITTNOTIFY_VOID(sync_prepare)
|
820
|
-
#define __itt_sync_prepare_ptr ITTNOTIFY_NAME(sync_prepare)
|
821
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
822
|
-
#define __itt_sync_prepare(addr)
|
823
|
-
#define __itt_sync_prepare_ptr 0
|
824
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
825
|
-
#else /* INTEL_NO_MACRO_BODY */
|
826
|
-
#define __itt_sync_prepare_ptr 0
|
827
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
828
|
-
/** @endcond */
|
829
|
-
|
830
|
-
/**
|
831
|
-
* @brief Quit spin loop without acquiring spin object
|
832
|
-
*/
|
833
|
-
void ITTAPI __itt_sync_cancel(void *addr);
|
834
|
-
|
835
|
-
/** @cond exclude_from_documentation */
|
836
|
-
#ifndef INTEL_NO_MACRO_BODY
|
837
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
838
|
-
ITT_STUBV(ITTAPI, void, sync_cancel, (void *addr))
|
839
|
-
#define __itt_sync_cancel ITTNOTIFY_VOID(sync_cancel)
|
840
|
-
#define __itt_sync_cancel_ptr ITTNOTIFY_NAME(sync_cancel)
|
841
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
842
|
-
#define __itt_sync_cancel(addr)
|
843
|
-
#define __itt_sync_cancel_ptr 0
|
844
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
845
|
-
#else /* INTEL_NO_MACRO_BODY */
|
846
|
-
#define __itt_sync_cancel_ptr 0
|
847
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
848
|
-
/** @endcond */
|
849
|
-
|
850
|
-
/**
|
851
|
-
* @brief Successful spin loop completion (sync object acquired)
|
852
|
-
*/
|
853
|
-
void ITTAPI __itt_sync_acquired(void *addr);
|
854
|
-
|
855
|
-
/** @cond exclude_from_documentation */
|
856
|
-
#ifndef INTEL_NO_MACRO_BODY
|
857
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
858
|
-
ITT_STUBV(ITTAPI, void, sync_acquired, (void *addr))
|
859
|
-
#define __itt_sync_acquired ITTNOTIFY_VOID(sync_acquired)
|
860
|
-
#define __itt_sync_acquired_ptr ITTNOTIFY_NAME(sync_acquired)
|
861
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
862
|
-
#define __itt_sync_acquired(addr)
|
863
|
-
#define __itt_sync_acquired_ptr 0
|
864
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
865
|
-
#else /* INTEL_NO_MACRO_BODY */
|
866
|
-
#define __itt_sync_acquired_ptr 0
|
867
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
868
|
-
/** @endcond */
|
869
|
-
|
870
|
-
/**
|
871
|
-
* @brief Start sync object releasing code. Is called before the lock release call.
|
872
|
-
*/
|
873
|
-
void ITTAPI __itt_sync_releasing(void* addr);
|
874
|
-
|
875
|
-
/** @cond exclude_from_documentation */
|
876
|
-
#ifndef INTEL_NO_MACRO_BODY
|
877
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
878
|
-
ITT_STUBV(ITTAPI, void, sync_releasing, (void *addr))
|
879
|
-
#define __itt_sync_releasing ITTNOTIFY_VOID(sync_releasing)
|
880
|
-
#define __itt_sync_releasing_ptr ITTNOTIFY_NAME(sync_releasing)
|
881
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
882
|
-
#define __itt_sync_releasing(addr)
|
883
|
-
#define __itt_sync_releasing_ptr 0
|
884
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
885
|
-
#else /* INTEL_NO_MACRO_BODY */
|
886
|
-
#define __itt_sync_releasing_ptr 0
|
887
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
888
|
-
/** @endcond */
|
889
|
-
/** @} */
|
890
|
-
|
891
|
-
/** @} sync group */
|
892
|
-
|
893
|
-
/**************************************************************//**
|
894
|
-
* @name group of functions is used for correctness checking tools
|
895
|
-
******************************************************************/
|
896
|
-
/** @{ */
|
897
|
-
/**
|
898
|
-
* @ingroup legacy
|
899
|
-
* @deprecated Legacy API
|
900
|
-
* @brief Fast synchronization which does no require spinning.
|
901
|
-
* - This special function is to be used by TBB and OpenMP libraries only when they know
|
902
|
-
* there is no spin but they need to suppress TC warnings about shared variable modifications.
|
903
|
-
* - It only has corresponding pointers in static library and does not have corresponding function
|
904
|
-
* in dynamic library.
|
905
|
-
* @see void __itt_sync_prepare(void* addr);
|
906
|
-
*/
|
907
|
-
void ITTAPI __itt_fsync_prepare(void* addr);
|
908
|
-
|
909
|
-
/** @cond exclude_from_documentation */
|
910
|
-
#ifndef INTEL_NO_MACRO_BODY
|
911
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
912
|
-
ITT_STUBV(ITTAPI, void, fsync_prepare, (void *addr))
|
913
|
-
#define __itt_fsync_prepare ITTNOTIFY_VOID(fsync_prepare)
|
914
|
-
#define __itt_fsync_prepare_ptr ITTNOTIFY_NAME(fsync_prepare)
|
915
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
916
|
-
#define __itt_fsync_prepare(addr)
|
917
|
-
#define __itt_fsync_prepare_ptr 0
|
918
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
919
|
-
#else /* INTEL_NO_MACRO_BODY */
|
920
|
-
#define __itt_fsync_prepare_ptr 0
|
921
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
922
|
-
/** @endcond */
|
923
|
-
|
924
|
-
/**
|
925
|
-
* @ingroup legacy
|
926
|
-
* @deprecated Legacy API
|
927
|
-
* @brief Fast synchronization which does no require spinning.
|
928
|
-
* - This special function is to be used by TBB and OpenMP libraries only when they know
|
929
|
-
* there is no spin but they need to suppress TC warnings about shared variable modifications.
|
930
|
-
* - It only has corresponding pointers in static library and does not have corresponding function
|
931
|
-
* in dynamic library.
|
932
|
-
* @see void __itt_sync_cancel(void *addr);
|
933
|
-
*/
|
934
|
-
void ITTAPI __itt_fsync_cancel(void *addr);
|
935
|
-
|
936
|
-
/** @cond exclude_from_documentation */
|
937
|
-
#ifndef INTEL_NO_MACRO_BODY
|
938
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
939
|
-
ITT_STUBV(ITTAPI, void, fsync_cancel, (void *addr))
|
940
|
-
#define __itt_fsync_cancel ITTNOTIFY_VOID(fsync_cancel)
|
941
|
-
#define __itt_fsync_cancel_ptr ITTNOTIFY_NAME(fsync_cancel)
|
942
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
943
|
-
#define __itt_fsync_cancel(addr)
|
944
|
-
#define __itt_fsync_cancel_ptr 0
|
945
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
946
|
-
#else /* INTEL_NO_MACRO_BODY */
|
947
|
-
#define __itt_fsync_cancel_ptr 0
|
948
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
949
|
-
/** @endcond */
|
950
|
-
|
951
|
-
/**
|
952
|
-
* @ingroup legacy
|
953
|
-
* @deprecated Legacy API
|
954
|
-
* @brief Fast synchronization which does no require spinning.
|
955
|
-
* - This special function is to be used by TBB and OpenMP libraries only when they know
|
956
|
-
* there is no spin but they need to suppress TC warnings about shared variable modifications.
|
957
|
-
* - It only has corresponding pointers in static library and does not have corresponding function
|
958
|
-
* in dynamic library.
|
959
|
-
* @see void __itt_sync_acquired(void *addr);
|
960
|
-
*/
|
961
|
-
void ITTAPI __itt_fsync_acquired(void *addr);
|
962
|
-
|
963
|
-
/** @cond exclude_from_documentation */
|
964
|
-
#ifndef INTEL_NO_MACRO_BODY
|
965
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
966
|
-
ITT_STUBV(ITTAPI, void, fsync_acquired, (void *addr))
|
967
|
-
#define __itt_fsync_acquired ITTNOTIFY_VOID(fsync_acquired)
|
968
|
-
#define __itt_fsync_acquired_ptr ITTNOTIFY_NAME(fsync_acquired)
|
969
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
970
|
-
#define __itt_fsync_acquired(addr)
|
971
|
-
#define __itt_fsync_acquired_ptr 0
|
972
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
973
|
-
#else /* INTEL_NO_MACRO_BODY */
|
974
|
-
#define __itt_fsync_acquired_ptr 0
|
975
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
976
|
-
/** @endcond */
|
977
|
-
|
978
|
-
/**
|
979
|
-
* @ingroup legacy
|
980
|
-
* @deprecated Legacy API
|
981
|
-
* @brief Fast synchronization which does no require spinning.
|
982
|
-
* - This special function is to be used by TBB and OpenMP libraries only when they know
|
983
|
-
* there is no spin but they need to suppress TC warnings about shared variable modifications.
|
984
|
-
* - It only has corresponding pointers in static library and does not have corresponding function
|
985
|
-
* in dynamic library.
|
986
|
-
* @see void __itt_sync_releasing(void* addr);
|
987
|
-
*/
|
988
|
-
void ITTAPI __itt_fsync_releasing(void* addr);
|
989
|
-
|
990
|
-
/** @cond exclude_from_documentation */
|
991
|
-
#ifndef INTEL_NO_MACRO_BODY
|
992
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
993
|
-
ITT_STUBV(ITTAPI, void, fsync_releasing, (void *addr))
|
994
|
-
#define __itt_fsync_releasing ITTNOTIFY_VOID(fsync_releasing)
|
995
|
-
#define __itt_fsync_releasing_ptr ITTNOTIFY_NAME(fsync_releasing)
|
996
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
997
|
-
#define __itt_fsync_releasing(addr)
|
998
|
-
#define __itt_fsync_releasing_ptr 0
|
999
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1000
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1001
|
-
#define __itt_fsync_releasing_ptr 0
|
1002
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1003
|
-
/** @endcond */
|
1004
|
-
/** @} */
|
1005
|
-
|
1006
|
-
/**
|
1007
|
-
* @defgroup model Modeling by Intel(R) Parallel Advisor
|
1008
|
-
* @ingroup public
|
1009
|
-
* This is the subset of itt used for modeling by Intel(R) Parallel Advisor.
|
1010
|
-
* This API is called ONLY using annotate.h, by "Annotation" macros
|
1011
|
-
* the user places in their sources during the parallelism modeling steps.
|
1012
|
-
*
|
1013
|
-
* site_begin/end and task_begin/end take the address of handle variables,
|
1014
|
-
* which are writeable by the API. Handles must be 0 initialized prior
|
1015
|
-
* to the first call to begin, or may cause a run-time failure.
|
1016
|
-
* The handles are initialized in a multi-thread safe way by the API if
|
1017
|
-
* the handle is 0. The commonly expected idiom is one static handle to
|
1018
|
-
* identify a site or task. If a site or task of the same name has already
|
1019
|
-
* been started during this collection, the same handle MAY be returned,
|
1020
|
-
* but is not required to be - it is unspecified if data merging is done
|
1021
|
-
* based on name. These routines also take an instance variable. Like
|
1022
|
-
* the lexical instance, these must be 0 initialized. Unlike the lexical
|
1023
|
-
* instance, this is used to track a single dynamic instance.
|
1024
|
-
*
|
1025
|
-
* API used by the Intel(R) Parallel Advisor to describe potential concurrency
|
1026
|
-
* and related activities. User-added source annotations expand to calls
|
1027
|
-
* to these procedures to enable modeling of a hypothetical concurrent
|
1028
|
-
* execution serially.
|
1029
|
-
* @{
|
1030
|
-
*/
|
1031
|
-
#if !defined(_ADVISOR_ANNOTATE_H_) || defined(ANNOTATE_EXPAND_NULL)
|
1032
|
-
|
1033
|
-
typedef void* __itt_model_site; /*!< @brief handle for lexical site */
|
1034
|
-
typedef void* __itt_model_site_instance; /*!< @brief handle for dynamic instance */
|
1035
|
-
typedef void* __itt_model_task; /*!< @brief handle for lexical site */
|
1036
|
-
typedef void* __itt_model_task_instance; /*!< @brief handle for dynamic instance */
|
1037
|
-
|
1038
|
-
/**
|
1039
|
-
* @enum __itt_model_disable
|
1040
|
-
* @brief Enumerator for the disable methods
|
1041
|
-
*/
|
1042
|
-
typedef enum {
|
1043
|
-
__itt_model_disable_observation,
|
1044
|
-
__itt_model_disable_collection
|
1045
|
-
} __itt_model_disable;
|
1046
|
-
|
1047
|
-
#endif /* !_ADVISOR_ANNOTATE_H_ || ANNOTATE_EXPAND_NULL */
|
1048
|
-
|
1049
|
-
/**
|
1050
|
-
* @brief ANNOTATE_SITE_BEGIN/ANNOTATE_SITE_END support.
|
1051
|
-
*
|
1052
|
-
* site_begin/end model a potential concurrency site.
|
1053
|
-
* site instances may be recursively nested with themselves.
|
1054
|
-
* site_end exits the most recently started but unended site for the current
|
1055
|
-
* thread. The handle passed to end may be used to validate structure.
|
1056
|
-
* Instances of a site encountered on different threads concurrently
|
1057
|
-
* are considered completely distinct. If the site name for two different
|
1058
|
-
* lexical sites match, it is unspecified whether they are treated as the
|
1059
|
-
* same or different for data presentation.
|
1060
|
-
*/
|
1061
|
-
void ITTAPI __itt_model_site_begin(__itt_model_site *site, __itt_model_site_instance *instance, const char *name);
|
1062
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
1063
|
-
void ITTAPI __itt_model_site_beginW(const wchar_t *name);
|
1064
|
-
#endif
|
1065
|
-
void ITTAPI __itt_model_site_beginA(const char *name);
|
1066
|
-
void ITTAPI __itt_model_site_beginAL(const char *name, size_t siteNameLen);
|
1067
|
-
void ITTAPI __itt_model_site_end (__itt_model_site *site, __itt_model_site_instance *instance);
|
1068
|
-
void ITTAPI __itt_model_site_end_2(void);
|
1069
|
-
|
1070
|
-
/** @cond exclude_from_documentation */
|
1071
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1072
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1073
|
-
ITT_STUBV(ITTAPI, void, model_site_begin, (__itt_model_site *site, __itt_model_site_instance *instance, const char *name))
|
1074
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
1075
|
-
ITT_STUBV(ITTAPI, void, model_site_beginW, (const wchar_t *name))
|
1076
|
-
#endif
|
1077
|
-
ITT_STUBV(ITTAPI, void, model_site_beginA, (const char *name))
|
1078
|
-
ITT_STUBV(ITTAPI, void, model_site_beginAL, (const char *name, size_t siteNameLen))
|
1079
|
-
ITT_STUBV(ITTAPI, void, model_site_end, (__itt_model_site *site, __itt_model_site_instance *instance))
|
1080
|
-
ITT_STUBV(ITTAPI, void, model_site_end_2, (void))
|
1081
|
-
#define __itt_model_site_begin ITTNOTIFY_VOID(model_site_begin)
|
1082
|
-
#define __itt_model_site_begin_ptr ITTNOTIFY_NAME(model_site_begin)
|
1083
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
1084
|
-
#define __itt_model_site_beginW ITTNOTIFY_VOID(model_site_beginW)
|
1085
|
-
#define __itt_model_site_beginW_ptr ITTNOTIFY_NAME(model_site_beginW)
|
1086
|
-
#endif
|
1087
|
-
#define __itt_model_site_beginA ITTNOTIFY_VOID(model_site_beginA)
|
1088
|
-
#define __itt_model_site_beginA_ptr ITTNOTIFY_NAME(model_site_beginA)
|
1089
|
-
#define __itt_model_site_beginAL ITTNOTIFY_VOID(model_site_beginAL)
|
1090
|
-
#define __itt_model_site_beginAL_ptr ITTNOTIFY_NAME(model_site_beginAL)
|
1091
|
-
#define __itt_model_site_end ITTNOTIFY_VOID(model_site_end)
|
1092
|
-
#define __itt_model_site_end_ptr ITTNOTIFY_NAME(model_site_end)
|
1093
|
-
#define __itt_model_site_end_2 ITTNOTIFY_VOID(model_site_end_2)
|
1094
|
-
#define __itt_model_site_end_2_ptr ITTNOTIFY_NAME(model_site_end_2)
|
1095
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1096
|
-
#define __itt_model_site_begin(site, instance, name)
|
1097
|
-
#define __itt_model_site_begin_ptr 0
|
1098
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
1099
|
-
#define __itt_model_site_beginW(name)
|
1100
|
-
#define __itt_model_site_beginW_ptr 0
|
1101
|
-
#endif
|
1102
|
-
#define __itt_model_site_beginA(name)
|
1103
|
-
#define __itt_model_site_beginA_ptr 0
|
1104
|
-
#define __itt_model_site_beginAL(name, siteNameLen)
|
1105
|
-
#define __itt_model_site_beginAL_ptr 0
|
1106
|
-
#define __itt_model_site_end(site, instance)
|
1107
|
-
#define __itt_model_site_end_ptr 0
|
1108
|
-
#define __itt_model_site_end_2()
|
1109
|
-
#define __itt_model_site_end_2_ptr 0
|
1110
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1111
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1112
|
-
#define __itt_model_site_begin_ptr 0
|
1113
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
1114
|
-
#define __itt_model_site_beginW_ptr 0
|
1115
|
-
#endif
|
1116
|
-
#define __itt_model_site_beginA_ptr 0
|
1117
|
-
#define __itt_model_site_beginAL_ptr 0
|
1118
|
-
#define __itt_model_site_end_ptr 0
|
1119
|
-
#define __itt_model_site_end_2_ptr 0
|
1120
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1121
|
-
/** @endcond */
|
1122
|
-
|
1123
|
-
/**
|
1124
|
-
* @brief ANNOTATE_TASK_BEGIN/ANNOTATE_TASK_END support
|
1125
|
-
*
|
1126
|
-
* task_begin/end model a potential task, which is contained within the most
|
1127
|
-
* closely enclosing dynamic site. task_end exits the most recently started
|
1128
|
-
* but unended task. The handle passed to end may be used to validate
|
1129
|
-
* structure. It is unspecified if bad dynamic nesting is detected. If it
|
1130
|
-
* is, it should be encoded in the resulting data collection. The collector
|
1131
|
-
* should not fail due to construct nesting issues, nor attempt to directly
|
1132
|
-
* indicate the problem.
|
1133
|
-
*/
|
1134
|
-
void ITTAPI __itt_model_task_begin(__itt_model_task *task, __itt_model_task_instance *instance, const char *name);
|
1135
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
1136
|
-
void ITTAPI __itt_model_task_beginW(const wchar_t *name);
|
1137
|
-
void ITTAPI __itt_model_iteration_taskW(const wchar_t *name);
|
1138
|
-
#endif
|
1139
|
-
void ITTAPI __itt_model_task_beginA(const char *name);
|
1140
|
-
void ITTAPI __itt_model_task_beginAL(const char *name, size_t taskNameLen);
|
1141
|
-
void ITTAPI __itt_model_iteration_taskA(const char *name);
|
1142
|
-
void ITTAPI __itt_model_iteration_taskAL(const char *name, size_t taskNameLen);
|
1143
|
-
void ITTAPI __itt_model_task_end (__itt_model_task *task, __itt_model_task_instance *instance);
|
1144
|
-
void ITTAPI __itt_model_task_end_2(void);
|
1145
|
-
|
1146
|
-
/** @cond exclude_from_documentation */
|
1147
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1148
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1149
|
-
ITT_STUBV(ITTAPI, void, model_task_begin, (__itt_model_task *task, __itt_model_task_instance *instance, const char *name))
|
1150
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
1151
|
-
ITT_STUBV(ITTAPI, void, model_task_beginW, (const wchar_t *name))
|
1152
|
-
ITT_STUBV(ITTAPI, void, model_iteration_taskW, (const wchar_t *name))
|
1153
|
-
#endif
|
1154
|
-
ITT_STUBV(ITTAPI, void, model_task_beginA, (const char *name))
|
1155
|
-
ITT_STUBV(ITTAPI, void, model_task_beginAL, (const char *name, size_t taskNameLen))
|
1156
|
-
ITT_STUBV(ITTAPI, void, model_iteration_taskA, (const char *name))
|
1157
|
-
ITT_STUBV(ITTAPI, void, model_iteration_taskAL, (const char *name, size_t taskNameLen))
|
1158
|
-
ITT_STUBV(ITTAPI, void, model_task_end, (__itt_model_task *task, __itt_model_task_instance *instance))
|
1159
|
-
ITT_STUBV(ITTAPI, void, model_task_end_2, (void))
|
1160
|
-
#define __itt_model_task_begin ITTNOTIFY_VOID(model_task_begin)
|
1161
|
-
#define __itt_model_task_begin_ptr ITTNOTIFY_NAME(model_task_begin)
|
1162
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
1163
|
-
#define __itt_model_task_beginW ITTNOTIFY_VOID(model_task_beginW)
|
1164
|
-
#define __itt_model_task_beginW_ptr ITTNOTIFY_NAME(model_task_beginW)
|
1165
|
-
#define __itt_model_iteration_taskW ITTNOTIFY_VOID(model_iteration_taskW)
|
1166
|
-
#define __itt_model_iteration_taskW_ptr ITTNOTIFY_NAME(model_iteration_taskW)
|
1167
|
-
#endif
|
1168
|
-
#define __itt_model_task_beginA ITTNOTIFY_VOID(model_task_beginA)
|
1169
|
-
#define __itt_model_task_beginA_ptr ITTNOTIFY_NAME(model_task_beginA)
|
1170
|
-
#define __itt_model_task_beginAL ITTNOTIFY_VOID(model_task_beginAL)
|
1171
|
-
#define __itt_model_task_beginAL_ptr ITTNOTIFY_NAME(model_task_beginAL)
|
1172
|
-
#define __itt_model_iteration_taskA ITTNOTIFY_VOID(model_iteration_taskA)
|
1173
|
-
#define __itt_model_iteration_taskA_ptr ITTNOTIFY_NAME(model_iteration_taskA)
|
1174
|
-
#define __itt_model_iteration_taskAL ITTNOTIFY_VOID(model_iteration_taskAL)
|
1175
|
-
#define __itt_model_iteration_taskAL_ptr ITTNOTIFY_NAME(model_iteration_taskAL)
|
1176
|
-
#define __itt_model_task_end ITTNOTIFY_VOID(model_task_end)
|
1177
|
-
#define __itt_model_task_end_ptr ITTNOTIFY_NAME(model_task_end)
|
1178
|
-
#define __itt_model_task_end_2 ITTNOTIFY_VOID(model_task_end_2)
|
1179
|
-
#define __itt_model_task_end_2_ptr ITTNOTIFY_NAME(model_task_end_2)
|
1180
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1181
|
-
#define __itt_model_task_begin(task, instance, name)
|
1182
|
-
#define __itt_model_task_begin_ptr 0
|
1183
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
1184
|
-
#define __itt_model_task_beginW(name)
|
1185
|
-
#define __itt_model_task_beginW_ptr 0
|
1186
|
-
#endif
|
1187
|
-
#define __itt_model_task_beginA(name)
|
1188
|
-
#define __itt_model_task_beginA_ptr 0
|
1189
|
-
#define __itt_model_task_beginAL(name, siteNameLen)
|
1190
|
-
#define __itt_model_task_beginAL_ptr 0
|
1191
|
-
#define __itt_model_iteration_taskA(name)
|
1192
|
-
#define __itt_model_iteration_taskA_ptr 0
|
1193
|
-
#define __itt_model_iteration_taskAL(name, siteNameLen)
|
1194
|
-
#define __itt_model_iteration_taskAL_ptr 0
|
1195
|
-
#define __itt_model_task_end(task, instance)
|
1196
|
-
#define __itt_model_task_end_ptr 0
|
1197
|
-
#define __itt_model_task_end_2()
|
1198
|
-
#define __itt_model_task_end_2_ptr 0
|
1199
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1200
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1201
|
-
#define __itt_model_task_begin_ptr 0
|
1202
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
1203
|
-
#define __itt_model_task_beginW_ptr 0
|
1204
|
-
#endif
|
1205
|
-
#define __itt_model_task_beginA_ptr 0
|
1206
|
-
#define __itt_model_task_beginAL_ptr 0
|
1207
|
-
#define __itt_model_iteration_taskA_ptr 0
|
1208
|
-
#define __itt_model_iteration_taskAL_ptr 0
|
1209
|
-
#define __itt_model_task_end_ptr 0
|
1210
|
-
#define __itt_model_task_end_2_ptr 0
|
1211
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1212
|
-
/** @endcond */
|
1213
|
-
|
1214
|
-
/**
|
1215
|
-
* @brief ANNOTATE_LOCK_ACQUIRE/ANNOTATE_LOCK_RELEASE support
|
1216
|
-
*
|
1217
|
-
* lock_acquire/release model a potential lock for both lockset and
|
1218
|
-
* performance modeling. Each unique address is modeled as a separate
|
1219
|
-
* lock, with invalid addresses being valid lock IDs. Specifically:
|
1220
|
-
* no storage is accessed by the API at the specified address - it is only
|
1221
|
-
* used for lock identification. Lock acquires may be self-nested and are
|
1222
|
-
* unlocked by a corresponding number of releases.
|
1223
|
-
* (These closely correspond to __itt_sync_acquired/__itt_sync_releasing,
|
1224
|
-
* but may not have identical semantics.)
|
1225
|
-
*/
|
1226
|
-
void ITTAPI __itt_model_lock_acquire(void *lock);
|
1227
|
-
void ITTAPI __itt_model_lock_acquire_2(void *lock);
|
1228
|
-
void ITTAPI __itt_model_lock_release(void *lock);
|
1229
|
-
void ITTAPI __itt_model_lock_release_2(void *lock);
|
1230
|
-
|
1231
|
-
/** @cond exclude_from_documentation */
|
1232
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1233
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1234
|
-
ITT_STUBV(ITTAPI, void, model_lock_acquire, (void *lock))
|
1235
|
-
ITT_STUBV(ITTAPI, void, model_lock_acquire_2, (void *lock))
|
1236
|
-
ITT_STUBV(ITTAPI, void, model_lock_release, (void *lock))
|
1237
|
-
ITT_STUBV(ITTAPI, void, model_lock_release_2, (void *lock))
|
1238
|
-
#define __itt_model_lock_acquire ITTNOTIFY_VOID(model_lock_acquire)
|
1239
|
-
#define __itt_model_lock_acquire_ptr ITTNOTIFY_NAME(model_lock_acquire)
|
1240
|
-
#define __itt_model_lock_acquire_2 ITTNOTIFY_VOID(model_lock_acquire_2)
|
1241
|
-
#define __itt_model_lock_acquire_2_ptr ITTNOTIFY_NAME(model_lock_acquire_2)
|
1242
|
-
#define __itt_model_lock_release ITTNOTIFY_VOID(model_lock_release)
|
1243
|
-
#define __itt_model_lock_release_ptr ITTNOTIFY_NAME(model_lock_release)
|
1244
|
-
#define __itt_model_lock_release_2 ITTNOTIFY_VOID(model_lock_release_2)
|
1245
|
-
#define __itt_model_lock_release_2_ptr ITTNOTIFY_NAME(model_lock_release_2)
|
1246
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1247
|
-
#define __itt_model_lock_acquire(lock)
|
1248
|
-
#define __itt_model_lock_acquire_ptr 0
|
1249
|
-
#define __itt_model_lock_acquire_2(lock)
|
1250
|
-
#define __itt_model_lock_acquire_2_ptr 0
|
1251
|
-
#define __itt_model_lock_release(lock)
|
1252
|
-
#define __itt_model_lock_release_ptr 0
|
1253
|
-
#define __itt_model_lock_release_2(lock)
|
1254
|
-
#define __itt_model_lock_release_2_ptr 0
|
1255
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1256
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1257
|
-
#define __itt_model_lock_acquire_ptr 0
|
1258
|
-
#define __itt_model_lock_acquire_2_ptr 0
|
1259
|
-
#define __itt_model_lock_release_ptr 0
|
1260
|
-
#define __itt_model_lock_release_2_ptr 0
|
1261
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1262
|
-
/** @endcond */
|
1263
|
-
|
1264
|
-
/**
|
1265
|
-
* @brief ANNOTATE_RECORD_ALLOCATION/ANNOTATE_RECORD_DEALLOCATION support
|
1266
|
-
*
|
1267
|
-
* record_allocation/deallocation describe user-defined memory allocator
|
1268
|
-
* behavior, which may be required for correctness modeling to understand
|
1269
|
-
* when storage is not expected to be actually reused across threads.
|
1270
|
-
*/
|
1271
|
-
void ITTAPI __itt_model_record_allocation (void *addr, size_t size);
|
1272
|
-
void ITTAPI __itt_model_record_deallocation(void *addr);
|
1273
|
-
|
1274
|
-
/** @cond exclude_from_documentation */
|
1275
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1276
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1277
|
-
ITT_STUBV(ITTAPI, void, model_record_allocation, (void *addr, size_t size))
|
1278
|
-
ITT_STUBV(ITTAPI, void, model_record_deallocation, (void *addr))
|
1279
|
-
#define __itt_model_record_allocation ITTNOTIFY_VOID(model_record_allocation)
|
1280
|
-
#define __itt_model_record_allocation_ptr ITTNOTIFY_NAME(model_record_allocation)
|
1281
|
-
#define __itt_model_record_deallocation ITTNOTIFY_VOID(model_record_deallocation)
|
1282
|
-
#define __itt_model_record_deallocation_ptr ITTNOTIFY_NAME(model_record_deallocation)
|
1283
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1284
|
-
#define __itt_model_record_allocation(addr, size)
|
1285
|
-
#define __itt_model_record_allocation_ptr 0
|
1286
|
-
#define __itt_model_record_deallocation(addr)
|
1287
|
-
#define __itt_model_record_deallocation_ptr 0
|
1288
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1289
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1290
|
-
#define __itt_model_record_allocation_ptr 0
|
1291
|
-
#define __itt_model_record_deallocation_ptr 0
|
1292
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1293
|
-
/** @endcond */
|
1294
|
-
|
1295
|
-
/**
|
1296
|
-
* @brief ANNOTATE_INDUCTION_USES support
|
1297
|
-
*
|
1298
|
-
* Note particular storage is inductive through the end of the current site
|
1299
|
-
*/
|
1300
|
-
void ITTAPI __itt_model_induction_uses(void* addr, size_t size);
|
1301
|
-
|
1302
|
-
/** @cond exclude_from_documentation */
|
1303
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1304
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1305
|
-
ITT_STUBV(ITTAPI, void, model_induction_uses, (void *addr, size_t size))
|
1306
|
-
#define __itt_model_induction_uses ITTNOTIFY_VOID(model_induction_uses)
|
1307
|
-
#define __itt_model_induction_uses_ptr ITTNOTIFY_NAME(model_induction_uses)
|
1308
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1309
|
-
#define __itt_model_induction_uses(addr, size)
|
1310
|
-
#define __itt_model_induction_uses_ptr 0
|
1311
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1312
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1313
|
-
#define __itt_model_induction_uses_ptr 0
|
1314
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1315
|
-
/** @endcond */
|
1316
|
-
|
1317
|
-
/**
|
1318
|
-
* @brief ANNOTATE_REDUCTION_USES support
|
1319
|
-
*
|
1320
|
-
* Note particular storage is used for reduction through the end
|
1321
|
-
* of the current site
|
1322
|
-
*/
|
1323
|
-
void ITTAPI __itt_model_reduction_uses(void* addr, size_t size);
|
1324
|
-
|
1325
|
-
/** @cond exclude_from_documentation */
|
1326
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1327
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1328
|
-
ITT_STUBV(ITTAPI, void, model_reduction_uses, (void *addr, size_t size))
|
1329
|
-
#define __itt_model_reduction_uses ITTNOTIFY_VOID(model_reduction_uses)
|
1330
|
-
#define __itt_model_reduction_uses_ptr ITTNOTIFY_NAME(model_reduction_uses)
|
1331
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1332
|
-
#define __itt_model_reduction_uses(addr, size)
|
1333
|
-
#define __itt_model_reduction_uses_ptr 0
|
1334
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1335
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1336
|
-
#define __itt_model_reduction_uses_ptr 0
|
1337
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1338
|
-
/** @endcond */
|
1339
|
-
|
1340
|
-
/**
|
1341
|
-
* @brief ANNOTATE_OBSERVE_USES support
|
1342
|
-
*
|
1343
|
-
* Have correctness modeling record observations about uses of storage
|
1344
|
-
* through the end of the current site
|
1345
|
-
*/
|
1346
|
-
void ITTAPI __itt_model_observe_uses(void* addr, size_t size);
|
1347
|
-
|
1348
|
-
/** @cond exclude_from_documentation */
|
1349
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1350
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1351
|
-
ITT_STUBV(ITTAPI, void, model_observe_uses, (void *addr, size_t size))
|
1352
|
-
#define __itt_model_observe_uses ITTNOTIFY_VOID(model_observe_uses)
|
1353
|
-
#define __itt_model_observe_uses_ptr ITTNOTIFY_NAME(model_observe_uses)
|
1354
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1355
|
-
#define __itt_model_observe_uses(addr, size)
|
1356
|
-
#define __itt_model_observe_uses_ptr 0
|
1357
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1358
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1359
|
-
#define __itt_model_observe_uses_ptr 0
|
1360
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1361
|
-
/** @endcond */
|
1362
|
-
|
1363
|
-
/**
|
1364
|
-
* @brief ANNOTATE_CLEAR_USES support
|
1365
|
-
*
|
1366
|
-
* Clear the special handling of a piece of storage related to induction,
|
1367
|
-
* reduction or observe_uses
|
1368
|
-
*/
|
1369
|
-
void ITTAPI __itt_model_clear_uses(void* addr);
|
1370
|
-
|
1371
|
-
/** @cond exclude_from_documentation */
|
1372
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1373
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1374
|
-
ITT_STUBV(ITTAPI, void, model_clear_uses, (void *addr))
|
1375
|
-
#define __itt_model_clear_uses ITTNOTIFY_VOID(model_clear_uses)
|
1376
|
-
#define __itt_model_clear_uses_ptr ITTNOTIFY_NAME(model_clear_uses)
|
1377
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1378
|
-
#define __itt_model_clear_uses(addr)
|
1379
|
-
#define __itt_model_clear_uses_ptr 0
|
1380
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1381
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1382
|
-
#define __itt_model_clear_uses_ptr 0
|
1383
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1384
|
-
/** @endcond */
|
1385
|
-
|
1386
|
-
/**
|
1387
|
-
* @brief ANNOTATE_DISABLE_*_PUSH/ANNOTATE_DISABLE_*_POP support
|
1388
|
-
*
|
1389
|
-
* disable_push/disable_pop push and pop disabling based on a parameter.
|
1390
|
-
* Disabling observations stops processing of memory references during
|
1391
|
-
* correctness modeling, and all annotations that occur in the disabled
|
1392
|
-
* region. This allows description of code that is expected to be handled
|
1393
|
-
* specially during conversion to parallelism or that is not recognized
|
1394
|
-
* by tools (e.g. some kinds of synchronization operations.)
|
1395
|
-
* This mechanism causes all annotations in the disabled region, other
|
1396
|
-
* than disable_push and disable_pop, to be ignored. (For example, this
|
1397
|
-
* might validly be used to disable an entire parallel site and the contained
|
1398
|
-
* tasks and locking in it for data collection purposes.)
|
1399
|
-
* The disable for collection is a more expensive operation, but reduces
|
1400
|
-
* collector overhead significantly. This applies to BOTH correctness data
|
1401
|
-
* collection and performance data collection. For example, a site
|
1402
|
-
* containing a task might only enable data collection for the first 10
|
1403
|
-
* iterations. Both performance and correctness data should reflect this,
|
1404
|
-
* and the program should run as close to full speed as possible when
|
1405
|
-
* collection is disabled.
|
1406
|
-
*/
|
1407
|
-
void ITTAPI __itt_model_disable_push(__itt_model_disable x);
|
1408
|
-
void ITTAPI __itt_model_disable_pop(void);
|
1409
|
-
void ITTAPI __itt_model_aggregate_task(size_t x);
|
1410
|
-
|
1411
|
-
/** @cond exclude_from_documentation */
|
1412
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1413
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1414
|
-
ITT_STUBV(ITTAPI, void, model_disable_push, (__itt_model_disable x))
|
1415
|
-
ITT_STUBV(ITTAPI, void, model_disable_pop, (void))
|
1416
|
-
ITT_STUBV(ITTAPI, void, model_aggregate_task, (size_t x))
|
1417
|
-
#define __itt_model_disable_push ITTNOTIFY_VOID(model_disable_push)
|
1418
|
-
#define __itt_model_disable_push_ptr ITTNOTIFY_NAME(model_disable_push)
|
1419
|
-
#define __itt_model_disable_pop ITTNOTIFY_VOID(model_disable_pop)
|
1420
|
-
#define __itt_model_disable_pop_ptr ITTNOTIFY_NAME(model_disable_pop)
|
1421
|
-
#define __itt_model_aggregate_task ITTNOTIFY_VOID(model_aggregate_task)
|
1422
|
-
#define __itt_model_aggregate_task_ptr ITTNOTIFY_NAME(model_aggregate_task)
|
1423
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1424
|
-
#define __itt_model_disable_push(x)
|
1425
|
-
#define __itt_model_disable_push_ptr 0
|
1426
|
-
#define __itt_model_disable_pop()
|
1427
|
-
#define __itt_model_disable_pop_ptr 0
|
1428
|
-
#define __itt_model_aggregate_task(x)
|
1429
|
-
#define __itt_model_aggregate_task_ptr 0
|
1430
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1431
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1432
|
-
#define __itt_model_disable_push_ptr 0
|
1433
|
-
#define __itt_model_disable_pop_ptr 0
|
1434
|
-
#define __itt_model_aggregate_task_ptr 0
|
1435
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1436
|
-
/** @endcond */
|
1437
|
-
/** @} model group */
|
1438
|
-
|
1439
|
-
/**
|
1440
|
-
* @defgroup heap Heap
|
1441
|
-
* @ingroup public
|
1442
|
-
* Heap group
|
1443
|
-
* @{
|
1444
|
-
*/
|
1445
|
-
|
1446
|
-
typedef void* __itt_heap_function;
|
1447
|
-
|
1448
|
-
/**
|
1449
|
-
* @brief Create an identification for heap function
|
1450
|
-
* @return non-zero identifier or NULL
|
1451
|
-
*/
|
1452
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
1453
|
-
__itt_heap_function ITTAPI __itt_heap_function_createA(const char* name, const char* domain);
|
1454
|
-
__itt_heap_function ITTAPI __itt_heap_function_createW(const wchar_t* name, const wchar_t* domain);
|
1455
|
-
#if defined(UNICODE) || defined(_UNICODE)
|
1456
|
-
# define __itt_heap_function_create __itt_heap_function_createW
|
1457
|
-
# define __itt_heap_function_create_ptr __itt_heap_function_createW_ptr
|
1458
|
-
#else
|
1459
|
-
# define __itt_heap_function_create __itt_heap_function_createA
|
1460
|
-
# define __itt_heap_function_create_ptr __itt_heap_function_createA_ptr
|
1461
|
-
#endif /* UNICODE */
|
1462
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
1463
|
-
__itt_heap_function ITTAPI __itt_heap_function_create(const char* name, const char* domain);
|
1464
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
1465
|
-
|
1466
|
-
/** @cond exclude_from_documentation */
|
1467
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1468
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1469
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
1470
|
-
ITT_STUB(ITTAPI, __itt_heap_function, heap_function_createA, (const char* name, const char* domain))
|
1471
|
-
ITT_STUB(ITTAPI, __itt_heap_function, heap_function_createW, (const wchar_t* name, const wchar_t* domain))
|
1472
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
1473
|
-
ITT_STUB(ITTAPI, __itt_heap_function, heap_function_create, (const char* name, const char* domain))
|
1474
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
1475
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
1476
|
-
#define __itt_heap_function_createA ITTNOTIFY_DATA(heap_function_createA)
|
1477
|
-
#define __itt_heap_function_createA_ptr ITTNOTIFY_NAME(heap_function_createA)
|
1478
|
-
#define __itt_heap_function_createW ITTNOTIFY_DATA(heap_function_createW)
|
1479
|
-
#define __itt_heap_function_createW_ptr ITTNOTIFY_NAME(heap_function_createW)
|
1480
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
1481
|
-
#define __itt_heap_function_create ITTNOTIFY_DATA(heap_function_create)
|
1482
|
-
#define __itt_heap_function_create_ptr ITTNOTIFY_NAME(heap_function_create)
|
1483
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
1484
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1485
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
1486
|
-
#define __itt_heap_function_createA(name, domain) (__itt_heap_function)0
|
1487
|
-
#define __itt_heap_function_createA_ptr 0
|
1488
|
-
#define __itt_heap_function_createW(name, domain) (__itt_heap_function)0
|
1489
|
-
#define __itt_heap_function_createW_ptr 0
|
1490
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
1491
|
-
#define __itt_heap_function_create(name, domain) (__itt_heap_function)0
|
1492
|
-
#define __itt_heap_function_create_ptr 0
|
1493
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
1494
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1495
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1496
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
1497
|
-
#define __itt_heap_function_createA_ptr 0
|
1498
|
-
#define __itt_heap_function_createW_ptr 0
|
1499
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
1500
|
-
#define __itt_heap_function_create_ptr 0
|
1501
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
1502
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1503
|
-
/** @endcond */
|
1504
|
-
|
1505
|
-
/**
|
1506
|
-
* @brief Record an allocation begin occurrence.
|
1507
|
-
*/
|
1508
|
-
void ITTAPI __itt_heap_allocate_begin(__itt_heap_function h, size_t size, int initialized);
|
1509
|
-
|
1510
|
-
/** @cond exclude_from_documentation */
|
1511
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1512
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1513
|
-
ITT_STUBV(ITTAPI, void, heap_allocate_begin, (__itt_heap_function h, size_t size, int initialized))
|
1514
|
-
#define __itt_heap_allocate_begin ITTNOTIFY_VOID(heap_allocate_begin)
|
1515
|
-
#define __itt_heap_allocate_begin_ptr ITTNOTIFY_NAME(heap_allocate_begin)
|
1516
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1517
|
-
#define __itt_heap_allocate_begin(h, size, initialized)
|
1518
|
-
#define __itt_heap_allocate_begin_ptr 0
|
1519
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1520
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1521
|
-
#define __itt_heap_allocate_begin_ptr 0
|
1522
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1523
|
-
/** @endcond */
|
1524
|
-
|
1525
|
-
/**
|
1526
|
-
* @brief Record an allocation end occurrence.
|
1527
|
-
*/
|
1528
|
-
void ITTAPI __itt_heap_allocate_end(__itt_heap_function h, void** addr, size_t size, int initialized);
|
1529
|
-
|
1530
|
-
/** @cond exclude_from_documentation */
|
1531
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1532
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1533
|
-
ITT_STUBV(ITTAPI, void, heap_allocate_end, (__itt_heap_function h, void** addr, size_t size, int initialized))
|
1534
|
-
#define __itt_heap_allocate_end ITTNOTIFY_VOID(heap_allocate_end)
|
1535
|
-
#define __itt_heap_allocate_end_ptr ITTNOTIFY_NAME(heap_allocate_end)
|
1536
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1537
|
-
#define __itt_heap_allocate_end(h, addr, size, initialized)
|
1538
|
-
#define __itt_heap_allocate_end_ptr 0
|
1539
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1540
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1541
|
-
#define __itt_heap_allocate_end_ptr 0
|
1542
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1543
|
-
/** @endcond */
|
1544
|
-
|
1545
|
-
/**
|
1546
|
-
* @brief Record a free begin occurrence.
|
1547
|
-
*/
|
1548
|
-
void ITTAPI __itt_heap_free_begin(__itt_heap_function h, void* addr);
|
1549
|
-
|
1550
|
-
/** @cond exclude_from_documentation */
|
1551
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1552
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1553
|
-
ITT_STUBV(ITTAPI, void, heap_free_begin, (__itt_heap_function h, void* addr))
|
1554
|
-
#define __itt_heap_free_begin ITTNOTIFY_VOID(heap_free_begin)
|
1555
|
-
#define __itt_heap_free_begin_ptr ITTNOTIFY_NAME(heap_free_begin)
|
1556
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1557
|
-
#define __itt_heap_free_begin(h, addr)
|
1558
|
-
#define __itt_heap_free_begin_ptr 0
|
1559
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1560
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1561
|
-
#define __itt_heap_free_begin_ptr 0
|
1562
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1563
|
-
/** @endcond */
|
1564
|
-
|
1565
|
-
/**
|
1566
|
-
* @brief Record a free end occurrence.
|
1567
|
-
*/
|
1568
|
-
void ITTAPI __itt_heap_free_end(__itt_heap_function h, void* addr);
|
1569
|
-
|
1570
|
-
/** @cond exclude_from_documentation */
|
1571
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1572
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1573
|
-
ITT_STUBV(ITTAPI, void, heap_free_end, (__itt_heap_function h, void* addr))
|
1574
|
-
#define __itt_heap_free_end ITTNOTIFY_VOID(heap_free_end)
|
1575
|
-
#define __itt_heap_free_end_ptr ITTNOTIFY_NAME(heap_free_end)
|
1576
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1577
|
-
#define __itt_heap_free_end(h, addr)
|
1578
|
-
#define __itt_heap_free_end_ptr 0
|
1579
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1580
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1581
|
-
#define __itt_heap_free_end_ptr 0
|
1582
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1583
|
-
/** @endcond */
|
1584
|
-
|
1585
|
-
/**
|
1586
|
-
* @brief Record a reallocation begin occurrence.
|
1587
|
-
*/
|
1588
|
-
void ITTAPI __itt_heap_reallocate_begin(__itt_heap_function h, void* addr, size_t new_size, int initialized);
|
1589
|
-
|
1590
|
-
/** @cond exclude_from_documentation */
|
1591
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1592
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1593
|
-
ITT_STUBV(ITTAPI, void, heap_reallocate_begin, (__itt_heap_function h, void* addr, size_t new_size, int initialized))
|
1594
|
-
#define __itt_heap_reallocate_begin ITTNOTIFY_VOID(heap_reallocate_begin)
|
1595
|
-
#define __itt_heap_reallocate_begin_ptr ITTNOTIFY_NAME(heap_reallocate_begin)
|
1596
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1597
|
-
#define __itt_heap_reallocate_begin(h, addr, new_size, initialized)
|
1598
|
-
#define __itt_heap_reallocate_begin_ptr 0
|
1599
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1600
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1601
|
-
#define __itt_heap_reallocate_begin_ptr 0
|
1602
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1603
|
-
/** @endcond */
|
1604
|
-
|
1605
|
-
/**
|
1606
|
-
* @brief Record a reallocation end occurrence.
|
1607
|
-
*/
|
1608
|
-
void ITTAPI __itt_heap_reallocate_end(__itt_heap_function h, void* addr, void** new_addr, size_t new_size, int initialized);
|
1609
|
-
|
1610
|
-
/** @cond exclude_from_documentation */
|
1611
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1612
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1613
|
-
ITT_STUBV(ITTAPI, void, heap_reallocate_end, (__itt_heap_function h, void* addr, void** new_addr, size_t new_size, int initialized))
|
1614
|
-
#define __itt_heap_reallocate_end ITTNOTIFY_VOID(heap_reallocate_end)
|
1615
|
-
#define __itt_heap_reallocate_end_ptr ITTNOTIFY_NAME(heap_reallocate_end)
|
1616
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1617
|
-
#define __itt_heap_reallocate_end(h, addr, new_addr, new_size, initialized)
|
1618
|
-
#define __itt_heap_reallocate_end_ptr 0
|
1619
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1620
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1621
|
-
#define __itt_heap_reallocate_end_ptr 0
|
1622
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1623
|
-
/** @endcond */
|
1624
|
-
|
1625
|
-
/** @brief internal access begin */
|
1626
|
-
void ITTAPI __itt_heap_internal_access_begin(void);
|
1627
|
-
|
1628
|
-
/** @cond exclude_from_documentation */
|
1629
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1630
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1631
|
-
ITT_STUBV(ITTAPI, void, heap_internal_access_begin, (void))
|
1632
|
-
#define __itt_heap_internal_access_begin ITTNOTIFY_VOID(heap_internal_access_begin)
|
1633
|
-
#define __itt_heap_internal_access_begin_ptr ITTNOTIFY_NAME(heap_internal_access_begin)
|
1634
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1635
|
-
#define __itt_heap_internal_access_begin()
|
1636
|
-
#define __itt_heap_internal_access_begin_ptr 0
|
1637
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1638
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1639
|
-
#define __itt_heap_internal_access_begin_ptr 0
|
1640
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1641
|
-
/** @endcond */
|
1642
|
-
|
1643
|
-
/** @brief internal access end */
|
1644
|
-
void ITTAPI __itt_heap_internal_access_end(void);
|
1645
|
-
|
1646
|
-
/** @cond exclude_from_documentation */
|
1647
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1648
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1649
|
-
ITT_STUBV(ITTAPI, void, heap_internal_access_end, (void))
|
1650
|
-
#define __itt_heap_internal_access_end ITTNOTIFY_VOID(heap_internal_access_end)
|
1651
|
-
#define __itt_heap_internal_access_end_ptr ITTNOTIFY_NAME(heap_internal_access_end)
|
1652
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1653
|
-
#define __itt_heap_internal_access_end()
|
1654
|
-
#define __itt_heap_internal_access_end_ptr 0
|
1655
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1656
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1657
|
-
#define __itt_heap_internal_access_end_ptr 0
|
1658
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1659
|
-
/** @endcond */
|
1660
|
-
|
1661
|
-
/** @brief record memory growth begin */
|
1662
|
-
void ITTAPI __itt_heap_record_memory_growth_begin(void);
|
1663
|
-
|
1664
|
-
/** @cond exclude_from_documentation */
|
1665
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1666
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1667
|
-
ITT_STUBV(ITTAPI, void, heap_record_memory_growth_begin, (void))
|
1668
|
-
#define __itt_heap_record_memory_growth_begin ITTNOTIFY_VOID(heap_record_memory_growth_begin)
|
1669
|
-
#define __itt_heap_record_memory_growth_begin_ptr ITTNOTIFY_NAME(heap_record_memory_growth_begin)
|
1670
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1671
|
-
#define __itt_heap_record_memory_growth_begin()
|
1672
|
-
#define __itt_heap_record_memory_growth_begin_ptr 0
|
1673
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1674
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1675
|
-
#define __itt_heap_record_memory_growth_begin_ptr 0
|
1676
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1677
|
-
/** @endcond */
|
1678
|
-
|
1679
|
-
/** @brief record memory growth end */
|
1680
|
-
void ITTAPI __itt_heap_record_memory_growth_end(void);
|
1681
|
-
|
1682
|
-
/** @cond exclude_from_documentation */
|
1683
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1684
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1685
|
-
ITT_STUBV(ITTAPI, void, heap_record_memory_growth_end, (void))
|
1686
|
-
#define __itt_heap_record_memory_growth_end ITTNOTIFY_VOID(heap_record_memory_growth_end)
|
1687
|
-
#define __itt_heap_record_memory_growth_end_ptr ITTNOTIFY_NAME(heap_record_memory_growth_end)
|
1688
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1689
|
-
#define __itt_heap_record_memory_growth_end()
|
1690
|
-
#define __itt_heap_record_memory_growth_end_ptr 0
|
1691
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1692
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1693
|
-
#define __itt_heap_record_memory_growth_end_ptr 0
|
1694
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1695
|
-
/** @endcond */
|
1696
|
-
|
1697
|
-
/**
|
1698
|
-
* @brief Specify the type of heap detection/reporting to modify.
|
1699
|
-
*/
|
1700
|
-
/**
|
1701
|
-
* @hideinitializer
|
1702
|
-
* @brief Report on memory leaks.
|
1703
|
-
*/
|
1704
|
-
#define __itt_heap_leaks 0x00000001
|
1705
|
-
|
1706
|
-
/**
|
1707
|
-
* @hideinitializer
|
1708
|
-
* @brief Report on memory growth.
|
1709
|
-
*/
|
1710
|
-
#define __itt_heap_growth 0x00000002
|
1711
|
-
|
1712
|
-
|
1713
|
-
/** @brief heap reset detection */
|
1714
|
-
void ITTAPI __itt_heap_reset_detection(unsigned int reset_mask);
|
1715
|
-
|
1716
|
-
/** @cond exclude_from_documentation */
|
1717
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1718
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1719
|
-
ITT_STUBV(ITTAPI, void, heap_reset_detection, (unsigned int reset_mask))
|
1720
|
-
#define __itt_heap_reset_detection ITTNOTIFY_VOID(heap_reset_detection)
|
1721
|
-
#define __itt_heap_reset_detection_ptr ITTNOTIFY_NAME(heap_reset_detection)
|
1722
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1723
|
-
#define __itt_heap_reset_detection()
|
1724
|
-
#define __itt_heap_reset_detection_ptr 0
|
1725
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1726
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1727
|
-
#define __itt_heap_reset_detection_ptr 0
|
1728
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1729
|
-
/** @endcond */
|
1730
|
-
|
1731
|
-
/** @brief report */
|
1732
|
-
void ITTAPI __itt_heap_record(unsigned int record_mask);
|
1733
|
-
|
1734
|
-
/** @cond exclude_from_documentation */
|
1735
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1736
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1737
|
-
ITT_STUBV(ITTAPI, void, heap_record, (unsigned int record_mask))
|
1738
|
-
#define __itt_heap_record ITTNOTIFY_VOID(heap_record)
|
1739
|
-
#define __itt_heap_record_ptr ITTNOTIFY_NAME(heap_record)
|
1740
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1741
|
-
#define __itt_heap_record()
|
1742
|
-
#define __itt_heap_record_ptr 0
|
1743
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1744
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1745
|
-
#define __itt_heap_record_ptr 0
|
1746
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1747
|
-
/** @endcond */
|
1748
|
-
|
1749
|
-
/** @} heap group */
|
1750
|
-
/** @endcond */
|
1751
|
-
/* ========================================================================== */
|
1752
|
-
|
1753
|
-
/**
|
1754
|
-
* @defgroup domains Domains
|
1755
|
-
* @ingroup public
|
1756
|
-
* Domains group
|
1757
|
-
* @{
|
1758
|
-
*/
|
1759
|
-
|
1760
|
-
/** @cond exclude_from_documentation */
|
1761
|
-
#pragma pack(push, 8)
|
1762
|
-
|
1763
|
-
typedef struct ___itt_domain
|
1764
|
-
{
|
1765
|
-
volatile int flags; /*!< Zero if disabled, non-zero if enabled. The meaning of different non-zero values is reserved to the runtime */
|
1766
|
-
const char* nameA; /*!< Copy of original name in ASCII. */
|
1767
|
-
#if defined(UNICODE) || defined(_UNICODE)
|
1768
|
-
const wchar_t* nameW; /*!< Copy of original name in UNICODE. */
|
1769
|
-
#else /* UNICODE || _UNICODE */
|
1770
|
-
void* nameW;
|
1771
|
-
#endif /* UNICODE || _UNICODE */
|
1772
|
-
int extra1; /*!< Reserved to the runtime */
|
1773
|
-
void* extra2; /*!< Reserved to the runtime */
|
1774
|
-
struct ___itt_domain* next;
|
1775
|
-
} __itt_domain;
|
1776
|
-
|
1777
|
-
#pragma pack(pop)
|
1778
|
-
/** @endcond */
|
1779
|
-
|
1780
|
-
/**
|
1781
|
-
* @ingroup domains
|
1782
|
-
* @brief Create a domain.
|
1783
|
-
* Create domain using some domain name: the URI naming style is recommended.
|
1784
|
-
* Because the set of domains is expected to be static over the application's
|
1785
|
-
* execution time, there is no mechanism to destroy a domain.
|
1786
|
-
* Any domain can be accessed by any thread in the process, regardless of
|
1787
|
-
* which thread created the domain. This call is thread-safe.
|
1788
|
-
* @param[in] name name of domain
|
1789
|
-
*/
|
1790
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
1791
|
-
__itt_domain* ITTAPI __itt_domain_createA(const char *name);
|
1792
|
-
__itt_domain* ITTAPI __itt_domain_createW(const wchar_t *name);
|
1793
|
-
#if defined(UNICODE) || defined(_UNICODE)
|
1794
|
-
# define __itt_domain_create __itt_domain_createW
|
1795
|
-
# define __itt_domain_create_ptr __itt_domain_createW_ptr
|
1796
|
-
#else /* UNICODE */
|
1797
|
-
# define __itt_domain_create __itt_domain_createA
|
1798
|
-
# define __itt_domain_create_ptr __itt_domain_createA_ptr
|
1799
|
-
#endif /* UNICODE */
|
1800
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
1801
|
-
__itt_domain* ITTAPI __itt_domain_create(const char *name);
|
1802
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
1803
|
-
|
1804
|
-
/** @cond exclude_from_documentation */
|
1805
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1806
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1807
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
1808
|
-
ITT_STUB(ITTAPI, __itt_domain*, domain_createA, (const char *name))
|
1809
|
-
ITT_STUB(ITTAPI, __itt_domain*, domain_createW, (const wchar_t *name))
|
1810
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
1811
|
-
ITT_STUB(ITTAPI, __itt_domain*, domain_create, (const char *name))
|
1812
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
1813
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
1814
|
-
#define __itt_domain_createA ITTNOTIFY_DATA(domain_createA)
|
1815
|
-
#define __itt_domain_createA_ptr ITTNOTIFY_NAME(domain_createA)
|
1816
|
-
#define __itt_domain_createW ITTNOTIFY_DATA(domain_createW)
|
1817
|
-
#define __itt_domain_createW_ptr ITTNOTIFY_NAME(domain_createW)
|
1818
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
1819
|
-
#define __itt_domain_create ITTNOTIFY_DATA(domain_create)
|
1820
|
-
#define __itt_domain_create_ptr ITTNOTIFY_NAME(domain_create)
|
1821
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
1822
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1823
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
1824
|
-
#define __itt_domain_createA(name) (__itt_domain*)0
|
1825
|
-
#define __itt_domain_createA_ptr 0
|
1826
|
-
#define __itt_domain_createW(name) (__itt_domain*)0
|
1827
|
-
#define __itt_domain_createW_ptr 0
|
1828
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
1829
|
-
#define __itt_domain_create(name) (__itt_domain*)0
|
1830
|
-
#define __itt_domain_create_ptr 0
|
1831
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
1832
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1833
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1834
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
1835
|
-
#define __itt_domain_createA_ptr 0
|
1836
|
-
#define __itt_domain_createW_ptr 0
|
1837
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
1838
|
-
#define __itt_domain_create_ptr 0
|
1839
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
1840
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1841
|
-
/** @endcond */
|
1842
|
-
/** @} domains group */
|
1843
|
-
|
1844
|
-
/**
|
1845
|
-
* @defgroup ids IDs
|
1846
|
-
* @ingroup public
|
1847
|
-
* IDs group
|
1848
|
-
* @{
|
1849
|
-
*/
|
1850
|
-
|
1851
|
-
/** @cond exclude_from_documentation */
|
1852
|
-
#pragma pack(push, 8)
|
1853
|
-
|
1854
|
-
typedef struct ___itt_id
|
1855
|
-
{
|
1856
|
-
unsigned long long d1, d2, d3;
|
1857
|
-
} __itt_id;
|
1858
|
-
|
1859
|
-
#pragma pack(pop)
|
1860
|
-
/** @endcond */
|
1861
|
-
|
1862
|
-
static const __itt_id __itt_null = { 0, 0, 0 };
|
1863
|
-
|
1864
|
-
/**
|
1865
|
-
* @ingroup ids
|
1866
|
-
* @brief A convenience function is provided to create an ID without domain control.
|
1867
|
-
* @brief This is a convenience function to initialize an __itt_id structure. This function
|
1868
|
-
* does not affect the collector runtime in any way. After you make the ID with this
|
1869
|
-
* function, you still must create it with the __itt_id_create function before using the ID
|
1870
|
-
* to identify a named entity.
|
1871
|
-
* @param[in] addr The address of object; high QWORD of the ID value.
|
1872
|
-
* @param[in] extra The extra data to unique identify object; low QWORD of the ID value.
|
1873
|
-
*/
|
1874
|
-
|
1875
|
-
ITT_INLINE __itt_id ITTAPI __itt_id_make(void* addr, unsigned long long extra) ITT_INLINE_ATTRIBUTE;
|
1876
|
-
ITT_INLINE __itt_id ITTAPI __itt_id_make(void* addr, unsigned long long extra)
|
1877
|
-
{
|
1878
|
-
__itt_id id = __itt_null;
|
1879
|
-
id.d1 = (unsigned long long)((uintptr_t)addr);
|
1880
|
-
id.d2 = (unsigned long long)extra;
|
1881
|
-
id.d3 = (unsigned long long)0; /* Reserved. Must be zero */
|
1882
|
-
return id;
|
1883
|
-
}
|
1884
|
-
|
1885
|
-
/**
|
1886
|
-
* @ingroup ids
|
1887
|
-
* @brief Create an instance of identifier.
|
1888
|
-
* This establishes the beginning of the lifetime of an instance of
|
1889
|
-
* the given ID in the trace. Once this lifetime starts, the ID
|
1890
|
-
* can be used to tag named entity instances in calls such as
|
1891
|
-
* __itt_task_begin, and to specify relationships among
|
1892
|
-
* identified named entity instances, using the \ref relations APIs.
|
1893
|
-
* Instance IDs are not domain specific!
|
1894
|
-
* @param[in] domain The domain controlling the execution of this call.
|
1895
|
-
* @param[in] id The ID to create.
|
1896
|
-
*/
|
1897
|
-
void ITTAPI __itt_id_create(const __itt_domain *domain, __itt_id id);
|
1898
|
-
|
1899
|
-
/** @cond exclude_from_documentation */
|
1900
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1901
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1902
|
-
ITT_STUBV(ITTAPI, void, id_create, (const __itt_domain *domain, __itt_id id))
|
1903
|
-
#define __itt_id_create(d,x) ITTNOTIFY_VOID_D1(id_create,d,x)
|
1904
|
-
#define __itt_id_create_ptr ITTNOTIFY_NAME(id_create)
|
1905
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1906
|
-
#define __itt_id_create(domain,id)
|
1907
|
-
#define __itt_id_create_ptr 0
|
1908
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1909
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1910
|
-
#define __itt_id_create_ptr 0
|
1911
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1912
|
-
/** @endcond */
|
1913
|
-
|
1914
|
-
/**
|
1915
|
-
* @ingroup ids
|
1916
|
-
* @brief Destroy an instance of identifier.
|
1917
|
-
* This ends the lifetime of the current instance of the given ID value in the trace.
|
1918
|
-
* Any relationships that are established after this lifetime ends are invalid.
|
1919
|
-
* This call must be performed before the given ID value can be reused for a different
|
1920
|
-
* named entity instance.
|
1921
|
-
* @param[in] domain The domain controlling the execution of this call.
|
1922
|
-
* @param[in] id The ID to destroy.
|
1923
|
-
*/
|
1924
|
-
void ITTAPI __itt_id_destroy(const __itt_domain *domain, __itt_id id);
|
1925
|
-
|
1926
|
-
/** @cond exclude_from_documentation */
|
1927
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1928
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1929
|
-
ITT_STUBV(ITTAPI, void, id_destroy, (const __itt_domain *domain, __itt_id id))
|
1930
|
-
#define __itt_id_destroy(d,x) ITTNOTIFY_VOID_D1(id_destroy,d,x)
|
1931
|
-
#define __itt_id_destroy_ptr ITTNOTIFY_NAME(id_destroy)
|
1932
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
1933
|
-
#define __itt_id_destroy(domain,id)
|
1934
|
-
#define __itt_id_destroy_ptr 0
|
1935
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
1936
|
-
#else /* INTEL_NO_MACRO_BODY */
|
1937
|
-
#define __itt_id_destroy_ptr 0
|
1938
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
1939
|
-
/** @endcond */
|
1940
|
-
/** @} ids group */
|
1941
|
-
|
1942
|
-
/**
|
1943
|
-
* @defgroup handless String Handles
|
1944
|
-
* @ingroup public
|
1945
|
-
* String Handles group
|
1946
|
-
* @{
|
1947
|
-
*/
|
1948
|
-
|
1949
|
-
/** @cond exclude_from_documentation */
|
1950
|
-
#pragma pack(push, 8)
|
1951
|
-
|
1952
|
-
typedef struct ___itt_string_handle
|
1953
|
-
{
|
1954
|
-
const char* strA; /*!< Copy of original string in ASCII. */
|
1955
|
-
#if defined(UNICODE) || defined(_UNICODE)
|
1956
|
-
const wchar_t* strW; /*!< Copy of original string in UNICODE. */
|
1957
|
-
#else /* UNICODE || _UNICODE */
|
1958
|
-
void* strW;
|
1959
|
-
#endif /* UNICODE || _UNICODE */
|
1960
|
-
int extra1; /*!< Reserved. Must be zero */
|
1961
|
-
void* extra2; /*!< Reserved. Must be zero */
|
1962
|
-
struct ___itt_string_handle* next;
|
1963
|
-
} __itt_string_handle;
|
1964
|
-
|
1965
|
-
#pragma pack(pop)
|
1966
|
-
/** @endcond */
|
1967
|
-
|
1968
|
-
/**
|
1969
|
-
* @ingroup handles
|
1970
|
-
* @brief Create a string handle.
|
1971
|
-
* Create and return handle value that can be associated with a string.
|
1972
|
-
* Consecutive calls to __itt_string_handle_create with the same name
|
1973
|
-
* return the same value. Because the set of string handles is expected to remain
|
1974
|
-
* static during the application's execution time, there is no mechanism to destroy a string handle.
|
1975
|
-
* Any string handle can be accessed by any thread in the process, regardless of which thread created
|
1976
|
-
* the string handle. This call is thread-safe.
|
1977
|
-
* @param[in] name The input string
|
1978
|
-
*/
|
1979
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
1980
|
-
__itt_string_handle* ITTAPI __itt_string_handle_createA(const char *name);
|
1981
|
-
__itt_string_handle* ITTAPI __itt_string_handle_createW(const wchar_t *name);
|
1982
|
-
#if defined(UNICODE) || defined(_UNICODE)
|
1983
|
-
# define __itt_string_handle_create __itt_string_handle_createW
|
1984
|
-
# define __itt_string_handle_create_ptr __itt_string_handle_createW_ptr
|
1985
|
-
#else /* UNICODE */
|
1986
|
-
# define __itt_string_handle_create __itt_string_handle_createA
|
1987
|
-
# define __itt_string_handle_create_ptr __itt_string_handle_createA_ptr
|
1988
|
-
#endif /* UNICODE */
|
1989
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
1990
|
-
__itt_string_handle* ITTAPI __itt_string_handle_create(const char *name);
|
1991
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
1992
|
-
|
1993
|
-
/** @cond exclude_from_documentation */
|
1994
|
-
#ifndef INTEL_NO_MACRO_BODY
|
1995
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
1996
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
1997
|
-
ITT_STUB(ITTAPI, __itt_string_handle*, string_handle_createA, (const char *name))
|
1998
|
-
ITT_STUB(ITTAPI, __itt_string_handle*, string_handle_createW, (const wchar_t *name))
|
1999
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2000
|
-
ITT_STUB(ITTAPI, __itt_string_handle*, string_handle_create, (const char *name))
|
2001
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2002
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
2003
|
-
#define __itt_string_handle_createA ITTNOTIFY_DATA(string_handle_createA)
|
2004
|
-
#define __itt_string_handle_createA_ptr ITTNOTIFY_NAME(string_handle_createA)
|
2005
|
-
#define __itt_string_handle_createW ITTNOTIFY_DATA(string_handle_createW)
|
2006
|
-
#define __itt_string_handle_createW_ptr ITTNOTIFY_NAME(string_handle_createW)
|
2007
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2008
|
-
#define __itt_string_handle_create ITTNOTIFY_DATA(string_handle_create)
|
2009
|
-
#define __itt_string_handle_create_ptr ITTNOTIFY_NAME(string_handle_create)
|
2010
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2011
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
2012
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
2013
|
-
#define __itt_string_handle_createA(name) (__itt_string_handle*)0
|
2014
|
-
#define __itt_string_handle_createA_ptr 0
|
2015
|
-
#define __itt_string_handle_createW(name) (__itt_string_handle*)0
|
2016
|
-
#define __itt_string_handle_createW_ptr 0
|
2017
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2018
|
-
#define __itt_string_handle_create(name) (__itt_string_handle*)0
|
2019
|
-
#define __itt_string_handle_create_ptr 0
|
2020
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2021
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
2022
|
-
#else /* INTEL_NO_MACRO_BODY */
|
2023
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
2024
|
-
#define __itt_string_handle_createA_ptr 0
|
2025
|
-
#define __itt_string_handle_createW_ptr 0
|
2026
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2027
|
-
#define __itt_string_handle_create_ptr 0
|
2028
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2029
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
2030
|
-
/** @endcond */
|
2031
|
-
/** @} handles group */
|
2032
|
-
|
2033
|
-
/** @cond exclude_from_documentation */
|
2034
|
-
typedef unsigned long long __itt_timestamp;
|
2035
|
-
/** @endcond */
|
2036
|
-
|
2037
|
-
#define __itt_timestamp_none ((__itt_timestamp)-1LL)
|
2038
|
-
|
2039
|
-
/** @cond exclude_from_gpa_documentation */
|
2040
|
-
|
2041
|
-
/**
|
2042
|
-
* @ingroup timestamps
|
2043
|
-
* @brief Return timestamp corresponding to the current moment.
|
2044
|
-
* This returns the timestamp in the format that is the most relevant for the current
|
2045
|
-
* host or platform (RDTSC, QPC, and others). You can use the "<" operator to
|
2046
|
-
* compare __itt_timestamp values.
|
2047
|
-
*/
|
2048
|
-
__itt_timestamp ITTAPI __itt_get_timestamp(void);
|
2049
|
-
|
2050
|
-
/** @cond exclude_from_documentation */
|
2051
|
-
#ifndef INTEL_NO_MACRO_BODY
|
2052
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
2053
|
-
ITT_STUB(ITTAPI, __itt_timestamp, get_timestamp, (void))
|
2054
|
-
#define __itt_get_timestamp ITTNOTIFY_DATA(get_timestamp)
|
2055
|
-
#define __itt_get_timestamp_ptr ITTNOTIFY_NAME(get_timestamp)
|
2056
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
2057
|
-
#define __itt_get_timestamp()
|
2058
|
-
#define __itt_get_timestamp_ptr 0
|
2059
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
2060
|
-
#else /* INTEL_NO_MACRO_BODY */
|
2061
|
-
#define __itt_get_timestamp_ptr 0
|
2062
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
2063
|
-
/** @endcond */
|
2064
|
-
/** @} timestamps */
|
2065
|
-
/** @endcond */
|
2066
|
-
|
2067
|
-
/** @cond exclude_from_gpa_documentation */
|
2068
|
-
|
2069
|
-
/**
|
2070
|
-
* @defgroup regions Regions
|
2071
|
-
* @ingroup public
|
2072
|
-
* Regions group
|
2073
|
-
* @{
|
2074
|
-
*/
|
2075
|
-
/**
|
2076
|
-
* @ingroup regions
|
2077
|
-
* @brief Begin of region instance.
|
2078
|
-
* Successive calls to __itt_region_begin with the same ID are ignored
|
2079
|
-
* until a call to __itt_region_end with the same ID
|
2080
|
-
* @param[in] domain The domain for this region instance
|
2081
|
-
* @param[in] id The instance ID for this region instance. Must not be __itt_null
|
2082
|
-
* @param[in] parentid The instance ID for the parent of this region instance, or __itt_null
|
2083
|
-
* @param[in] name The name of this region
|
2084
|
-
*/
|
2085
|
-
void ITTAPI __itt_region_begin(const __itt_domain *domain, __itt_id id, __itt_id parentid, __itt_string_handle *name);
|
2086
|
-
|
2087
|
-
/**
|
2088
|
-
* @ingroup regions
|
2089
|
-
* @brief End of region instance.
|
2090
|
-
* The first call to __itt_region_end with a given ID ends the
|
2091
|
-
* region. Successive calls with the same ID are ignored, as are
|
2092
|
-
* calls that do not have a matching __itt_region_begin call.
|
2093
|
-
* @param[in] domain The domain for this region instance
|
2094
|
-
* @param[in] id The instance ID for this region instance
|
2095
|
-
*/
|
2096
|
-
void ITTAPI __itt_region_end(const __itt_domain *domain, __itt_id id);
|
2097
|
-
|
2098
|
-
/** @cond exclude_from_documentation */
|
2099
|
-
#ifndef INTEL_NO_MACRO_BODY
|
2100
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
2101
|
-
ITT_STUBV(ITTAPI, void, region_begin, (const __itt_domain *domain, __itt_id id, __itt_id parentid, __itt_string_handle *name))
|
2102
|
-
ITT_STUBV(ITTAPI, void, region_end, (const __itt_domain *domain, __itt_id id))
|
2103
|
-
#define __itt_region_begin(d,x,y,z) ITTNOTIFY_VOID_D3(region_begin,d,x,y,z)
|
2104
|
-
#define __itt_region_begin_ptr ITTNOTIFY_NAME(region_begin)
|
2105
|
-
#define __itt_region_end(d,x) ITTNOTIFY_VOID_D1(region_end,d,x)
|
2106
|
-
#define __itt_region_end_ptr ITTNOTIFY_NAME(region_end)
|
2107
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
2108
|
-
#define __itt_region_begin(d,x,y,z)
|
2109
|
-
#define __itt_region_begin_ptr 0
|
2110
|
-
#define __itt_region_end(d,x)
|
2111
|
-
#define __itt_region_end_ptr 0
|
2112
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
2113
|
-
#else /* INTEL_NO_MACRO_BODY */
|
2114
|
-
#define __itt_region_begin_ptr 0
|
2115
|
-
#define __itt_region_end_ptr 0
|
2116
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
2117
|
-
/** @endcond */
|
2118
|
-
/** @} regions group */
|
2119
|
-
|
2120
|
-
/**
|
2121
|
-
* @defgroup frames Frames
|
2122
|
-
* @ingroup public
|
2123
|
-
* Frames are similar to regions, but are intended to be easier to use and to implement.
|
2124
|
-
* In particular:
|
2125
|
-
* - Frames always represent periods of elapsed time
|
2126
|
-
* - By default, frames have no nesting relationships
|
2127
|
-
* @{
|
2128
|
-
*/
|
2129
|
-
|
2130
|
-
/**
|
2131
|
-
* @ingroup frames
|
2132
|
-
* @brief Begin a frame instance.
|
2133
|
-
* Successive calls to __itt_frame_begin with the
|
2134
|
-
* same ID are ignored until a call to __itt_frame_end with the same ID.
|
2135
|
-
* @param[in] domain The domain for this frame instance
|
2136
|
-
* @param[in] id The instance ID for this frame instance or NULL
|
2137
|
-
*/
|
2138
|
-
void ITTAPI __itt_frame_begin_v3(const __itt_domain *domain, __itt_id *id);
|
2139
|
-
|
2140
|
-
/**
|
2141
|
-
* @ingroup frames
|
2142
|
-
* @brief End a frame instance.
|
2143
|
-
* The first call to __itt_frame_end with a given ID
|
2144
|
-
* ends the frame. Successive calls with the same ID are ignored, as are
|
2145
|
-
* calls that do not have a matching __itt_frame_begin call.
|
2146
|
-
* @param[in] domain The domain for this frame instance
|
2147
|
-
* @param[in] id The instance ID for this frame instance or NULL for current
|
2148
|
-
*/
|
2149
|
-
void ITTAPI __itt_frame_end_v3(const __itt_domain *domain, __itt_id *id);
|
2150
|
-
|
2151
|
-
/**
|
2152
|
-
* @ingroup frames
|
2153
|
-
* @brief Submits a frame instance.
|
2154
|
-
* Successive calls to __itt_frame_begin or __itt_frame_submit with the
|
2155
|
-
* same ID are ignored until a call to __itt_frame_end or __itt_frame_submit
|
2156
|
-
* with the same ID.
|
2157
|
-
* Passing special __itt_timestamp_none value as "end" argument means
|
2158
|
-
* take the current timestamp as the end timestamp.
|
2159
|
-
* @param[in] domain The domain for this frame instance
|
2160
|
-
* @param[in] id The instance ID for this frame instance or NULL
|
2161
|
-
* @param[in] begin Timestamp of the beginning of the frame
|
2162
|
-
* @param[in] end Timestamp of the end of the frame
|
2163
|
-
*/
|
2164
|
-
void ITTAPI __itt_frame_submit_v3(const __itt_domain *domain, __itt_id *id,
|
2165
|
-
__itt_timestamp begin, __itt_timestamp end);
|
2166
|
-
|
2167
|
-
/** @cond exclude_from_documentation */
|
2168
|
-
#ifndef INTEL_NO_MACRO_BODY
|
2169
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
2170
|
-
ITT_STUBV(ITTAPI, void, frame_begin_v3, (const __itt_domain *domain, __itt_id *id))
|
2171
|
-
ITT_STUBV(ITTAPI, void, frame_end_v3, (const __itt_domain *domain, __itt_id *id))
|
2172
|
-
ITT_STUBV(ITTAPI, void, frame_submit_v3, (const __itt_domain *domain, __itt_id *id, __itt_timestamp begin, __itt_timestamp end))
|
2173
|
-
#define __itt_frame_begin_v3(d,x) ITTNOTIFY_VOID_D1(frame_begin_v3,d,x)
|
2174
|
-
#define __itt_frame_begin_v3_ptr ITTNOTIFY_NAME(frame_begin_v3)
|
2175
|
-
#define __itt_frame_end_v3(d,x) ITTNOTIFY_VOID_D1(frame_end_v3,d,x)
|
2176
|
-
#define __itt_frame_end_v3_ptr ITTNOTIFY_NAME(frame_end_v3)
|
2177
|
-
#define __itt_frame_submit_v3(d,x,b,e) ITTNOTIFY_VOID_D3(frame_submit_v3,d,x,b,e)
|
2178
|
-
#define __itt_frame_submit_v3_ptr ITTNOTIFY_NAME(frame_submit_v3)
|
2179
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
2180
|
-
#define __itt_frame_begin_v3(domain,id)
|
2181
|
-
#define __itt_frame_begin_v3_ptr 0
|
2182
|
-
#define __itt_frame_end_v3(domain,id)
|
2183
|
-
#define __itt_frame_end_v3_ptr 0
|
2184
|
-
#define __itt_frame_submit_v3(domain,id,begin,end)
|
2185
|
-
#define __itt_frame_submit_v3_ptr 0
|
2186
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
2187
|
-
#else /* INTEL_NO_MACRO_BODY */
|
2188
|
-
#define __itt_frame_begin_v3_ptr 0
|
2189
|
-
#define __itt_frame_end_v3_ptr 0
|
2190
|
-
#define __itt_frame_submit_v3_ptr 0
|
2191
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
2192
|
-
/** @endcond */
|
2193
|
-
/** @} frames group */
|
2194
|
-
/** @endcond */
|
2195
|
-
|
2196
|
-
/**
|
2197
|
-
* @defgroup taskgroup Task Group
|
2198
|
-
* @ingroup public
|
2199
|
-
* Task Group
|
2200
|
-
* @{
|
2201
|
-
*/
|
2202
|
-
/**
|
2203
|
-
* @ingroup task_groups
|
2204
|
-
* @brief Denotes a task_group instance.
|
2205
|
-
* Successive calls to __itt_task_group with the same ID are ignored.
|
2206
|
-
* @param[in] domain The domain for this task_group instance
|
2207
|
-
* @param[in] id The instance ID for this task_group instance. Must not be __itt_null.
|
2208
|
-
* @param[in] parentid The instance ID for the parent of this task_group instance, or __itt_null.
|
2209
|
-
* @param[in] name The name of this task_group
|
2210
|
-
*/
|
2211
|
-
void ITTAPI __itt_task_group(const __itt_domain *domain, __itt_id id, __itt_id parentid, __itt_string_handle *name);
|
2212
|
-
|
2213
|
-
/** @cond exclude_from_documentation */
|
2214
|
-
#ifndef INTEL_NO_MACRO_BODY
|
2215
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
2216
|
-
ITT_STUBV(ITTAPI, void, task_group, (const __itt_domain *domain, __itt_id id, __itt_id parentid, __itt_string_handle *name))
|
2217
|
-
#define __itt_task_group(d,x,y,z) ITTNOTIFY_VOID_D3(task_group,d,x,y,z)
|
2218
|
-
#define __itt_task_group_ptr ITTNOTIFY_NAME(task_group)
|
2219
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
2220
|
-
#define __itt_task_group(d,x,y,z)
|
2221
|
-
#define __itt_task_group_ptr 0
|
2222
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
2223
|
-
#else /* INTEL_NO_MACRO_BODY */
|
2224
|
-
#define __itt_task_group_ptr 0
|
2225
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
2226
|
-
/** @endcond */
|
2227
|
-
/** @} taskgroup group */
|
2228
|
-
|
2229
|
-
/**
|
2230
|
-
* @defgroup tasks Tasks
|
2231
|
-
* @ingroup public
|
2232
|
-
* A task instance represents a piece of work performed by a particular
|
2233
|
-
* thread for a period of time. A call to __itt_task_begin creates a
|
2234
|
-
* task instance. This becomes the current instance for that task on that
|
2235
|
-
* thread. A following call to __itt_task_end on the same thread ends the
|
2236
|
-
* instance. There may be multiple simultaneous instances of tasks with the
|
2237
|
-
* same name on different threads. If an ID is specified, the task instance
|
2238
|
-
* receives that ID. Nested tasks are allowed.
|
2239
|
-
*
|
2240
|
-
* Note: The task is defined by the bracketing of __itt_task_begin and
|
2241
|
-
* __itt_task_end on the same thread. If some scheduling mechanism causes
|
2242
|
-
* task switching (the thread executes a different user task) or task
|
2243
|
-
* switching (the user task switches to a different thread) then this breaks
|
2244
|
-
* the notion of current instance. Additional API calls are required to
|
2245
|
-
* deal with that possibility.
|
2246
|
-
* @{
|
2247
|
-
*/
|
2248
|
-
|
2249
|
-
/**
|
2250
|
-
* @ingroup tasks
|
2251
|
-
* @brief Begin a task instance.
|
2252
|
-
* @param[in] domain The domain for this task
|
2253
|
-
* @param[in] taskid The instance ID for this task instance, or __itt_null
|
2254
|
-
* @param[in] parentid The parent instance to which this task instance belongs, or __itt_null
|
2255
|
-
* @param[in] name The name of this task
|
2256
|
-
*/
|
2257
|
-
void ITTAPI __itt_task_begin(const __itt_domain *domain, __itt_id taskid, __itt_id parentid, __itt_string_handle *name);
|
2258
|
-
|
2259
|
-
/**
|
2260
|
-
* @ingroup tasks
|
2261
|
-
* @brief Begin a task instance.
|
2262
|
-
* @param[in] domain The domain for this task
|
2263
|
-
* @param[in] taskid The identifier for this task instance (may be 0)
|
2264
|
-
* @param[in] parentid The parent of this task (may be 0)
|
2265
|
-
* @param[in] fn The pointer to the function you are tracing
|
2266
|
-
*/
|
2267
|
-
void ITTAPI __itt_task_begin_fn(const __itt_domain *domain, __itt_id taskid, __itt_id parentid, void* fn);
|
2268
|
-
|
2269
|
-
/**
|
2270
|
-
* @ingroup tasks
|
2271
|
-
* @brief End the current task instance.
|
2272
|
-
* @param[in] domain The domain for this task
|
2273
|
-
*/
|
2274
|
-
void ITTAPI __itt_task_end(const __itt_domain *domain);
|
2275
|
-
|
2276
|
-
/**
|
2277
|
-
* @ingroup tasks
|
2278
|
-
* @brief Begin an overlapped task instance.
|
2279
|
-
* @param[in] domain The domain for this task.
|
2280
|
-
* @param[in] taskid The identifier for this task instance, *cannot* be __itt_null.
|
2281
|
-
* @param[in] parentid The parent of this task, or __itt_null.
|
2282
|
-
* @param[in] name The name of this task.
|
2283
|
-
*/
|
2284
|
-
void ITTAPI __itt_task_begin_overlapped(const __itt_domain* domain, __itt_id taskid, __itt_id parentid, __itt_string_handle* name);
|
2285
|
-
|
2286
|
-
/**
|
2287
|
-
* @ingroup tasks
|
2288
|
-
* @brief End an overlapped task instance.
|
2289
|
-
* @param[in] domain The domain for this task
|
2290
|
-
* @param[in] taskid Explicit ID of finished task
|
2291
|
-
*/
|
2292
|
-
void ITTAPI __itt_task_end_overlapped(const __itt_domain *domain, __itt_id taskid);
|
2293
|
-
|
2294
|
-
/** @cond exclude_from_documentation */
|
2295
|
-
#ifndef INTEL_NO_MACRO_BODY
|
2296
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
2297
|
-
ITT_STUBV(ITTAPI, void, task_begin, (const __itt_domain *domain, __itt_id id, __itt_id parentid, __itt_string_handle *name))
|
2298
|
-
ITT_STUBV(ITTAPI, void, task_begin_fn, (const __itt_domain *domain, __itt_id id, __itt_id parentid, void* fn))
|
2299
|
-
ITT_STUBV(ITTAPI, void, task_end, (const __itt_domain *domain))
|
2300
|
-
ITT_STUBV(ITTAPI, void, task_begin_overlapped, (const __itt_domain *domain, __itt_id taskid, __itt_id parentid, __itt_string_handle *name))
|
2301
|
-
ITT_STUBV(ITTAPI, void, task_end_overlapped, (const __itt_domain *domain, __itt_id taskid))
|
2302
|
-
#define __itt_task_begin(d,x,y,z) ITTNOTIFY_VOID_D3(task_begin,d,x,y,z)
|
2303
|
-
#define __itt_task_begin_ptr ITTNOTIFY_NAME(task_begin)
|
2304
|
-
#define __itt_task_begin_fn(d,x,y,z) ITTNOTIFY_VOID_D3(task_begin_fn,d,x,y,z)
|
2305
|
-
#define __itt_task_begin_fn_ptr ITTNOTIFY_NAME(task_begin_fn)
|
2306
|
-
#define __itt_task_end(d) ITTNOTIFY_VOID_D0(task_end,d)
|
2307
|
-
#define __itt_task_end_ptr ITTNOTIFY_NAME(task_end)
|
2308
|
-
#define __itt_task_begin_overlapped(d,x,y,z) ITTNOTIFY_VOID_D3(task_begin_overlapped,d,x,y,z)
|
2309
|
-
#define __itt_task_begin_overlapped_ptr ITTNOTIFY_NAME(task_begin_overlapped)
|
2310
|
-
#define __itt_task_end_overlapped(d,x) ITTNOTIFY_VOID_D1(task_end_overlapped,d,x)
|
2311
|
-
#define __itt_task_end_overlapped_ptr ITTNOTIFY_NAME(task_end_overlapped)
|
2312
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
2313
|
-
#define __itt_task_begin(domain,id,parentid,name)
|
2314
|
-
#define __itt_task_begin_ptr 0
|
2315
|
-
#define __itt_task_begin_fn(domain,id,parentid,fn)
|
2316
|
-
#define __itt_task_begin_fn_ptr 0
|
2317
|
-
#define __itt_task_end(domain)
|
2318
|
-
#define __itt_task_end_ptr 0
|
2319
|
-
#define __itt_task_begin_overlapped(domain,taskid,parentid,name)
|
2320
|
-
#define __itt_task_begin_overlapped_ptr 0
|
2321
|
-
#define __itt_task_end_overlapped(domain,taskid)
|
2322
|
-
#define __itt_task_end_overlapped_ptr 0
|
2323
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
2324
|
-
#else /* INTEL_NO_MACRO_BODY */
|
2325
|
-
#define __itt_task_begin_ptr 0
|
2326
|
-
#define __itt_task_begin_fn_ptr 0
|
2327
|
-
#define __itt_task_end_ptr 0
|
2328
|
-
#define __itt_task_begin_overlapped_ptr 0
|
2329
|
-
#define __itt_task_end_overlapped_ptr 0
|
2330
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
2331
|
-
/** @endcond */
|
2332
|
-
/** @} tasks group */
|
2333
|
-
|
2334
|
-
|
2335
|
-
/**
|
2336
|
-
* @defgroup markers Markers
|
2337
|
-
* Markers represent a single discreet event in time. Markers have a scope,
|
2338
|
-
* described by an enumerated type __itt_scope. Markers are created by
|
2339
|
-
* the API call __itt_marker. A marker instance can be given an ID for use in
|
2340
|
-
* adding metadata.
|
2341
|
-
* @{
|
2342
|
-
*/
|
2343
|
-
|
2344
|
-
/**
|
2345
|
-
* @brief Describes the scope of an event object in the trace.
|
2346
|
-
*/
|
2347
|
-
typedef enum
|
2348
|
-
{
|
2349
|
-
__itt_scope_unknown = 0,
|
2350
|
-
__itt_scope_global,
|
2351
|
-
__itt_scope_track_group,
|
2352
|
-
__itt_scope_track,
|
2353
|
-
__itt_scope_task,
|
2354
|
-
__itt_scope_marker
|
2355
|
-
} __itt_scope;
|
2356
|
-
|
2357
|
-
/** @cond exclude_from_documentation */
|
2358
|
-
#define __itt_marker_scope_unknown __itt_scope_unknown
|
2359
|
-
#define __itt_marker_scope_global __itt_scope_global
|
2360
|
-
#define __itt_marker_scope_process __itt_scope_track_group
|
2361
|
-
#define __itt_marker_scope_thread __itt_scope_track
|
2362
|
-
#define __itt_marker_scope_task __itt_scope_task
|
2363
|
-
/** @endcond */
|
2364
|
-
|
2365
|
-
/**
|
2366
|
-
* @ingroup markers
|
2367
|
-
* @brief Create a marker instance
|
2368
|
-
* @param[in] domain The domain for this marker
|
2369
|
-
* @param[in] id The instance ID for this marker or __itt_null
|
2370
|
-
* @param[in] name The name for this marker
|
2371
|
-
* @param[in] scope The scope for this marker
|
2372
|
-
*/
|
2373
|
-
void ITTAPI __itt_marker(const __itt_domain *domain, __itt_id id, __itt_string_handle *name, __itt_scope scope);
|
2374
|
-
|
2375
|
-
/** @cond exclude_from_documentation */
|
2376
|
-
#ifndef INTEL_NO_MACRO_BODY
|
2377
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
2378
|
-
ITT_STUBV(ITTAPI, void, marker, (const __itt_domain *domain, __itt_id id, __itt_string_handle *name, __itt_scope scope))
|
2379
|
-
#define __itt_marker(d,x,y,z) ITTNOTIFY_VOID_D3(marker,d,x,y,z)
|
2380
|
-
#define __itt_marker_ptr ITTNOTIFY_NAME(marker)
|
2381
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
2382
|
-
#define __itt_marker(domain,id,name,scope)
|
2383
|
-
#define __itt_marker_ptr 0
|
2384
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
2385
|
-
#else /* INTEL_NO_MACRO_BODY */
|
2386
|
-
#define __itt_marker_ptr 0
|
2387
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
2388
|
-
/** @endcond */
|
2389
|
-
/** @} markers group */
|
2390
|
-
|
2391
|
-
/**
|
2392
|
-
* @defgroup metadata Metadata
|
2393
|
-
* The metadata API is used to attach extra information to named
|
2394
|
-
* entities. Metadata can be attached to an identified named entity by ID,
|
2395
|
-
* or to the current entity (which is always a task).
|
2396
|
-
*
|
2397
|
-
* Conceptually metadata has a type (what kind of metadata), a key (the
|
2398
|
-
* name of the metadata), and a value (the actual data). The encoding of
|
2399
|
-
* the value depends on the type of the metadata.
|
2400
|
-
*
|
2401
|
-
* The type of metadata is specified by an enumerated type __itt_metdata_type.
|
2402
|
-
* @{
|
2403
|
-
*/
|
2404
|
-
|
2405
|
-
/**
|
2406
|
-
* @ingroup parameters
|
2407
|
-
* @brief describes the type of metadata
|
2408
|
-
*/
|
2409
|
-
typedef enum {
|
2410
|
-
__itt_metadata_unknown = 0,
|
2411
|
-
__itt_metadata_u64, /**< Unsigned 64-bit integer */
|
2412
|
-
__itt_metadata_s64, /**< Signed 64-bit integer */
|
2413
|
-
__itt_metadata_u32, /**< Unsigned 32-bit integer */
|
2414
|
-
__itt_metadata_s32, /**< Signed 32-bit integer */
|
2415
|
-
__itt_metadata_u16, /**< Unsigned 16-bit integer */
|
2416
|
-
__itt_metadata_s16, /**< Signed 16-bit integer */
|
2417
|
-
__itt_metadata_float, /**< Signed 32-bit floating-point */
|
2418
|
-
__itt_metadata_double /**< SIgned 64-bit floating-point */
|
2419
|
-
} __itt_metadata_type;
|
2420
|
-
|
2421
|
-
/**
|
2422
|
-
* @ingroup parameters
|
2423
|
-
* @brief Add metadata to an instance of a named entity.
|
2424
|
-
* @param[in] domain The domain controlling the call
|
2425
|
-
* @param[in] id The identifier of the instance to which the metadata is to be added, or __itt_null to add to the current task
|
2426
|
-
* @param[in] key The name of the metadata
|
2427
|
-
* @param[in] type The type of the metadata
|
2428
|
-
* @param[in] count The number of elements of the given type. If count == 0, no metadata will be added.
|
2429
|
-
* @param[in] data The metadata itself
|
2430
|
-
*/
|
2431
|
-
void ITTAPI __itt_metadata_add(const __itt_domain *domain, __itt_id id, __itt_string_handle *key, __itt_metadata_type type, size_t count, void *data);
|
2432
|
-
|
2433
|
-
/** @cond exclude_from_documentation */
|
2434
|
-
#ifndef INTEL_NO_MACRO_BODY
|
2435
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
2436
|
-
ITT_STUBV(ITTAPI, void, metadata_add, (const __itt_domain *domain, __itt_id id, __itt_string_handle *key, __itt_metadata_type type, size_t count, void *data))
|
2437
|
-
#define __itt_metadata_add(d,x,y,z,a,b) ITTNOTIFY_VOID_D5(metadata_add,d,x,y,z,a,b)
|
2438
|
-
#define __itt_metadata_add_ptr ITTNOTIFY_NAME(metadata_add)
|
2439
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
2440
|
-
#define __itt_metadata_add(d,x,y,z,a,b)
|
2441
|
-
#define __itt_metadata_add_ptr 0
|
2442
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
2443
|
-
#else /* INTEL_NO_MACRO_BODY */
|
2444
|
-
#define __itt_metadata_add_ptr 0
|
2445
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
2446
|
-
/** @endcond */
|
2447
|
-
|
2448
|
-
/**
|
2449
|
-
* @ingroup parameters
|
2450
|
-
* @brief Add string metadata to an instance of a named entity.
|
2451
|
-
* @param[in] domain The domain controlling the call
|
2452
|
-
* @param[in] id The identifier of the instance to which the metadata is to be added, or __itt_null to add to the current task
|
2453
|
-
* @param[in] key The name of the metadata
|
2454
|
-
* @param[in] data The metadata itself
|
2455
|
-
* @param[in] length The number of characters in the string, or -1 if the length is unknown but the string is null-terminated
|
2456
|
-
*/
|
2457
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
2458
|
-
void ITTAPI __itt_metadata_str_addA(const __itt_domain *domain, __itt_id id, __itt_string_handle *key, const char *data, size_t length);
|
2459
|
-
void ITTAPI __itt_metadata_str_addW(const __itt_domain *domain, __itt_id id, __itt_string_handle *key, const wchar_t *data, size_t length);
|
2460
|
-
#if defined(UNICODE) || defined(_UNICODE)
|
2461
|
-
# define __itt_metadata_str_add __itt_metadata_str_addW
|
2462
|
-
# define __itt_metadata_str_add_ptr __itt_metadata_str_addW_ptr
|
2463
|
-
#else /* UNICODE */
|
2464
|
-
# define __itt_metadata_str_add __itt_metadata_str_addA
|
2465
|
-
# define __itt_metadata_str_add_ptr __itt_metadata_str_addA_ptr
|
2466
|
-
#endif /* UNICODE */
|
2467
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2468
|
-
void ITTAPI __itt_metadata_str_add(const __itt_domain *domain, __itt_id id, __itt_string_handle *key, const char *data, size_t length);
|
2469
|
-
#endif
|
2470
|
-
|
2471
|
-
/** @cond exclude_from_documentation */
|
2472
|
-
#ifndef INTEL_NO_MACRO_BODY
|
2473
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
2474
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
2475
|
-
ITT_STUBV(ITTAPI, void, metadata_str_addA, (const __itt_domain *domain, __itt_id id, __itt_string_handle *key, const char *data, size_t length))
|
2476
|
-
ITT_STUBV(ITTAPI, void, metadata_str_addW, (const __itt_domain *domain, __itt_id id, __itt_string_handle *key, const wchar_t *data, size_t length))
|
2477
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2478
|
-
ITT_STUBV(ITTAPI, void, metadata_str_add, (const __itt_domain *domain, __itt_id id, __itt_string_handle *key, const char *data, size_t length))
|
2479
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2480
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
2481
|
-
#define __itt_metadata_str_addA(d,x,y,z,a) ITTNOTIFY_VOID_D4(metadata_str_addA,d,x,y,z,a)
|
2482
|
-
#define __itt_metadata_str_addA_ptr ITTNOTIFY_NAME(metadata_str_addA)
|
2483
|
-
#define __itt_metadata_str_addW(d,x,y,z,a) ITTNOTIFY_VOID_D4(metadata_str_addW,d,x,y,z,a)
|
2484
|
-
#define __itt_metadata_str_addW_ptr ITTNOTIFY_NAME(metadata_str_addW)
|
2485
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2486
|
-
#define __itt_metadata_str_add(d,x,y,z,a) ITTNOTIFY_VOID_D4(metadata_str_add,d,x,y,z,a)
|
2487
|
-
#define __itt_metadata_str_add_ptr ITTNOTIFY_NAME(metadata_str_add)
|
2488
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2489
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
2490
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
2491
|
-
#define __itt_metadata_str_addA(d,x,y,z,a)
|
2492
|
-
#define __itt_metadata_str_addA_ptr 0
|
2493
|
-
#define __itt_metadata_str_addW(d,x,y,z,a)
|
2494
|
-
#define __itt_metadata_str_addW_ptr 0
|
2495
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2496
|
-
#define __itt_metadata_str_add(d,x,y,z,a)
|
2497
|
-
#define __itt_metadata_str_add_ptr 0
|
2498
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2499
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
2500
|
-
#else /* INTEL_NO_MACRO_BODY */
|
2501
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
2502
|
-
#define __itt_metadata_str_addA_ptr 0
|
2503
|
-
#define __itt_metadata_str_addW_ptr 0
|
2504
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2505
|
-
#define __itt_metadata_str_add_ptr 0
|
2506
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2507
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
2508
|
-
/** @endcond */
|
2509
|
-
|
2510
|
-
/**
|
2511
|
-
* @ingroup parameters
|
2512
|
-
* @brief Add metadata to an instance of a named entity.
|
2513
|
-
* @param[in] domain The domain controlling the call
|
2514
|
-
* @param[in] scope The scope of the instance to which the metadata is to be added
|
2515
|
-
|
2516
|
-
* @param[in] id The identifier of the instance to which the metadata is to be added, or __itt_null to add to the current task
|
2517
|
-
|
2518
|
-
* @param[in] key The name of the metadata
|
2519
|
-
* @param[in] type The type of the metadata
|
2520
|
-
* @param[in] count The number of elements of the given type. If count == 0, no metadata will be added.
|
2521
|
-
* @param[in] data The metadata itself
|
2522
|
-
*/
|
2523
|
-
void ITTAPI __itt_metadata_add_with_scope(const __itt_domain *domain, __itt_scope scope, __itt_string_handle *key, __itt_metadata_type type, size_t count, void *data);
|
2524
|
-
|
2525
|
-
/** @cond exclude_from_documentation */
|
2526
|
-
#ifndef INTEL_NO_MACRO_BODY
|
2527
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
2528
|
-
ITT_STUBV(ITTAPI, void, metadata_add_with_scope, (const __itt_domain *domain, __itt_scope scope, __itt_string_handle *key, __itt_metadata_type type, size_t count, void *data))
|
2529
|
-
#define __itt_metadata_add_with_scope(d,x,y,z,a,b) ITTNOTIFY_VOID_D5(metadata_add_with_scope,d,x,y,z,a,b)
|
2530
|
-
#define __itt_metadata_add_with_scope_ptr ITTNOTIFY_NAME(metadata_add_with_scope)
|
2531
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
2532
|
-
#define __itt_metadata_add_with_scope(d,x,y,z,a,b)
|
2533
|
-
#define __itt_metadata_add_with_scope_ptr 0
|
2534
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
2535
|
-
#else /* INTEL_NO_MACRO_BODY */
|
2536
|
-
#define __itt_metadata_add_with_scope_ptr 0
|
2537
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
2538
|
-
/** @endcond */
|
2539
|
-
|
2540
|
-
/**
|
2541
|
-
* @ingroup parameters
|
2542
|
-
* @brief Add string metadata to an instance of a named entity.
|
2543
|
-
* @param[in] domain The domain controlling the call
|
2544
|
-
* @param[in] scope The scope of the instance to which the metadata is to be added
|
2545
|
-
|
2546
|
-
* @param[in] id The identifier of the instance to which the metadata is to be added, or __itt_null to add to the current task
|
2547
|
-
|
2548
|
-
* @param[in] key The name of the metadata
|
2549
|
-
* @param[in] data The metadata itself
|
2550
|
-
* @param[in] length The number of characters in the string, or -1 if the length is unknown but the string is null-terminated
|
2551
|
-
*/
|
2552
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
2553
|
-
void ITTAPI __itt_metadata_str_add_with_scopeA(const __itt_domain *domain, __itt_scope scope, __itt_string_handle *key, const char *data, size_t length);
|
2554
|
-
void ITTAPI __itt_metadata_str_add_with_scopeW(const __itt_domain *domain, __itt_scope scope, __itt_string_handle *key, const wchar_t *data, size_t length);
|
2555
|
-
#if defined(UNICODE) || defined(_UNICODE)
|
2556
|
-
# define __itt_metadata_str_add_with_scope __itt_metadata_str_add_with_scopeW
|
2557
|
-
# define __itt_metadata_str_add_with_scope_ptr __itt_metadata_str_add_with_scopeW_ptr
|
2558
|
-
#else /* UNICODE */
|
2559
|
-
# define __itt_metadata_str_add_with_scope __itt_metadata_str_add_with_scopeA
|
2560
|
-
# define __itt_metadata_str_add_with_scope_ptr __itt_metadata_str_add_with_scopeA_ptr
|
2561
|
-
#endif /* UNICODE */
|
2562
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2563
|
-
void ITTAPI __itt_metadata_str_add_with_scope(const __itt_domain *domain, __itt_scope scope, __itt_string_handle *key, const char *data, size_t length);
|
2564
|
-
#endif
|
2565
|
-
|
2566
|
-
/** @cond exclude_from_documentation */
|
2567
|
-
#ifndef INTEL_NO_MACRO_BODY
|
2568
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
2569
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
2570
|
-
ITT_STUBV(ITTAPI, void, metadata_str_add_with_scopeA, (const __itt_domain *domain, __itt_scope scope, __itt_string_handle *key, const char *data, size_t length))
|
2571
|
-
ITT_STUBV(ITTAPI, void, metadata_str_add_with_scopeW, (const __itt_domain *domain, __itt_scope scope, __itt_string_handle *key, const wchar_t *data, size_t length))
|
2572
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2573
|
-
ITT_STUBV(ITTAPI, void, metadata_str_add_with_scope, (const __itt_domain *domain, __itt_scope scope, __itt_string_handle *key, const char *data, size_t length))
|
2574
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2575
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
2576
|
-
#define __itt_metadata_str_add_with_scopeA(d,x,y,z,a) ITTNOTIFY_VOID_D4(metadata_str_add_with_scopeA,d,x,y,z,a)
|
2577
|
-
#define __itt_metadata_str_add_with_scopeA_ptr ITTNOTIFY_NAME(metadata_str_add_with_scopeA)
|
2578
|
-
#define __itt_metadata_str_add_with_scopeW(d,x,y,z,a) ITTNOTIFY_VOID_D4(metadata_str_add_with_scopeW,d,x,y,z,a)
|
2579
|
-
#define __itt_metadata_str_add_with_scopeW_ptr ITTNOTIFY_NAME(metadata_str_add_with_scopeW)
|
2580
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2581
|
-
#define __itt_metadata_str_add_with_scope(d,x,y,z,a) ITTNOTIFY_VOID_D4(metadata_str_add_with_scope,d,x,y,z,a)
|
2582
|
-
#define __itt_metadata_str_add_with_scope_ptr ITTNOTIFY_NAME(metadata_str_add_with_scope)
|
2583
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2584
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
2585
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
2586
|
-
#define __itt_metadata_str_add_with_scopeA(d,x,y,z,a)
|
2587
|
-
#define __itt_metadata_str_add_with_scopeA_ptr 0
|
2588
|
-
#define __itt_metadata_str_add_with_scopeW(d,x,y,z,a)
|
2589
|
-
#define __itt_metadata_str_add_with_scopeW_ptr 0
|
2590
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2591
|
-
#define __itt_metadata_str_add_with_scope(d,x,y,z,a)
|
2592
|
-
#define __itt_metadata_str_add_with_scope_ptr 0
|
2593
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2594
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
2595
|
-
#else /* INTEL_NO_MACRO_BODY */
|
2596
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
2597
|
-
#define __itt_metadata_str_add_with_scopeA_ptr 0
|
2598
|
-
#define __itt_metadata_str_add_with_scopeW_ptr 0
|
2599
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2600
|
-
#define __itt_metadata_str_add_with_scope_ptr 0
|
2601
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2602
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
2603
|
-
/** @endcond */
|
2604
|
-
|
2605
|
-
/** @} metadata group */
|
2606
|
-
|
2607
|
-
/**
|
2608
|
-
* @defgroup relations Relations
|
2609
|
-
* Instances of named entities can be explicitly associated with other
|
2610
|
-
* instances using instance IDs and the relationship API calls.
|
2611
|
-
*
|
2612
|
-
* @{
|
2613
|
-
*/
|
2614
|
-
|
2615
|
-
/**
|
2616
|
-
* @ingroup relations
|
2617
|
-
* @brief The kind of relation between two instances is specified by the enumerated type __itt_relation.
|
2618
|
-
* Relations between instances can be added with an API call. The relation
|
2619
|
-
* API uses instance IDs. Relations can be added before or after the actual
|
2620
|
-
* instances are created and persist independently of the instances. This
|
2621
|
-
* is the motivation for having different lifetimes for instance IDs and
|
2622
|
-
* the actual instances.
|
2623
|
-
*/
|
2624
|
-
typedef enum
|
2625
|
-
{
|
2626
|
-
__itt_relation_is_unknown = 0,
|
2627
|
-
__itt_relation_is_dependent_on, /**< "A is dependent on B" means that A cannot start until B completes */
|
2628
|
-
__itt_relation_is_sibling_of, /**< "A is sibling of B" means that A and B were created as a group */
|
2629
|
-
__itt_relation_is_parent_of, /**< "A is parent of B" means that A created B */
|
2630
|
-
__itt_relation_is_continuation_of, /**< "A is continuation of B" means that A assumes the dependencies of B */
|
2631
|
-
__itt_relation_is_child_of, /**< "A is child of B" means that A was created by B (inverse of is_parent_of) */
|
2632
|
-
__itt_relation_is_continued_by, /**< "A is continued by B" means that B assumes the dependencies of A (inverse of is_continuation_of) */
|
2633
|
-
__itt_relation_is_predecessor_to /**< "A is predecessor to B" means that B cannot start until A completes (inverse of is_dependent_on) */
|
2634
|
-
} __itt_relation;
|
2635
|
-
|
2636
|
-
/**
|
2637
|
-
* @ingroup relations
|
2638
|
-
* @brief Add a relation to the current task instance.
|
2639
|
-
* The current task instance is the head of the relation.
|
2640
|
-
* @param[in] domain The domain controlling this call
|
2641
|
-
* @param[in] relation The kind of relation
|
2642
|
-
* @param[in] tail The ID for the tail of the relation
|
2643
|
-
*/
|
2644
|
-
void ITTAPI __itt_relation_add_to_current(const __itt_domain *domain, __itt_relation relation, __itt_id tail);
|
2645
|
-
|
2646
|
-
/**
|
2647
|
-
* @ingroup relations
|
2648
|
-
* @brief Add a relation between two instance identifiers.
|
2649
|
-
* @param[in] domain The domain controlling this call
|
2650
|
-
* @param[in] head The ID for the head of the relation
|
2651
|
-
* @param[in] relation The kind of relation
|
2652
|
-
* @param[in] tail The ID for the tail of the relation
|
2653
|
-
*/
|
2654
|
-
void ITTAPI __itt_relation_add(const __itt_domain *domain, __itt_id head, __itt_relation relation, __itt_id tail);
|
2655
|
-
|
2656
|
-
/** @cond exclude_from_documentation */
|
2657
|
-
#ifndef INTEL_NO_MACRO_BODY
|
2658
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
2659
|
-
ITT_STUBV(ITTAPI, void, relation_add_to_current, (const __itt_domain *domain, __itt_relation relation, __itt_id tail))
|
2660
|
-
ITT_STUBV(ITTAPI, void, relation_add, (const __itt_domain *domain, __itt_id head, __itt_relation relation, __itt_id tail))
|
2661
|
-
#define __itt_relation_add_to_current(d,x,y) ITTNOTIFY_VOID_D2(relation_add_to_current,d,x,y)
|
2662
|
-
#define __itt_relation_add_to_current_ptr ITTNOTIFY_NAME(relation_add_to_current)
|
2663
|
-
#define __itt_relation_add(d,x,y,z) ITTNOTIFY_VOID_D3(relation_add,d,x,y,z)
|
2664
|
-
#define __itt_relation_add_ptr ITTNOTIFY_NAME(relation_add)
|
2665
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
2666
|
-
#define __itt_relation_add_to_current(d,x,y)
|
2667
|
-
#define __itt_relation_add_to_current_ptr 0
|
2668
|
-
#define __itt_relation_add(d,x,y,z)
|
2669
|
-
#define __itt_relation_add_ptr 0
|
2670
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
2671
|
-
#else /* INTEL_NO_MACRO_BODY */
|
2672
|
-
#define __itt_relation_add_to_current_ptr 0
|
2673
|
-
#define __itt_relation_add_ptr 0
|
2674
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
2675
|
-
/** @endcond */
|
2676
|
-
/** @} relations group */
|
2677
|
-
|
2678
|
-
/** @cond exclude_from_documentation */
|
2679
|
-
#pragma pack(push, 8)
|
2680
|
-
|
2681
|
-
typedef struct ___itt_clock_info
|
2682
|
-
{
|
2683
|
-
unsigned long long clock_freq; /*!< Clock domain frequency */
|
2684
|
-
unsigned long long clock_base; /*!< Clock domain base timestamp */
|
2685
|
-
} __itt_clock_info;
|
2686
|
-
|
2687
|
-
#pragma pack(pop)
|
2688
|
-
/** @endcond */
|
2689
|
-
|
2690
|
-
/** @cond exclude_from_documentation */
|
2691
|
-
typedef void (ITTAPI *__itt_get_clock_info_fn)(__itt_clock_info* clock_info, void* data);
|
2692
|
-
/** @endcond */
|
2693
|
-
|
2694
|
-
/** @cond exclude_from_documentation */
|
2695
|
-
#pragma pack(push, 8)
|
2696
|
-
|
2697
|
-
typedef struct ___itt_clock_domain
|
2698
|
-
{
|
2699
|
-
__itt_clock_info info; /*!< Most recent clock domain info */
|
2700
|
-
__itt_get_clock_info_fn fn; /*!< Callback function pointer */
|
2701
|
-
void* fn_data; /*!< Input argument for the callback function */
|
2702
|
-
int extra1; /*!< Reserved. Must be zero */
|
2703
|
-
void* extra2; /*!< Reserved. Must be zero */
|
2704
|
-
struct ___itt_clock_domain* next;
|
2705
|
-
} __itt_clock_domain;
|
2706
|
-
|
2707
|
-
#pragma pack(pop)
|
2708
|
-
/** @endcond */
|
2709
|
-
|
2710
|
-
/**
|
2711
|
-
* @ingroup clockdomains
|
2712
|
-
* @brief Create a clock domain.
|
2713
|
-
* Certain applications require the capability to trace their application using
|
2714
|
-
* a clock domain different than the CPU, for instance the instrumentation of events
|
2715
|
-
* that occur on a GPU.
|
2716
|
-
* Because the set of domains is expected to be static over the application's execution time,
|
2717
|
-
* there is no mechanism to destroy a domain.
|
2718
|
-
* Any domain can be accessed by any thread in the process, regardless of which thread created
|
2719
|
-
* the domain. This call is thread-safe.
|
2720
|
-
* @param[in] fn A pointer to a callback function which retrieves alternative CPU timestamps
|
2721
|
-
* @param[in] fn_data Argument for a callback function; may be NULL
|
2722
|
-
*/
|
2723
|
-
__itt_clock_domain* ITTAPI __itt_clock_domain_create(__itt_get_clock_info_fn fn, void* fn_data);
|
2724
|
-
|
2725
|
-
/** @cond exclude_from_documentation */
|
2726
|
-
#ifndef INTEL_NO_MACRO_BODY
|
2727
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
2728
|
-
ITT_STUB(ITTAPI, __itt_clock_domain*, clock_domain_create, (__itt_get_clock_info_fn fn, void* fn_data))
|
2729
|
-
#define __itt_clock_domain_create ITTNOTIFY_DATA(clock_domain_create)
|
2730
|
-
#define __itt_clock_domain_create_ptr ITTNOTIFY_NAME(clock_domain_create)
|
2731
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
2732
|
-
#define __itt_clock_domain_create(fn,fn_data) (__itt_clock_domain*)0
|
2733
|
-
#define __itt_clock_domain_create_ptr 0
|
2734
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
2735
|
-
#else /* INTEL_NO_MACRO_BODY */
|
2736
|
-
#define __itt_clock_domain_create_ptr 0
|
2737
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
2738
|
-
/** @endcond */
|
2739
|
-
|
2740
|
-
/**
|
2741
|
-
* @ingroup clockdomains
|
2742
|
-
* @brief Recalculate clock domains frequencies and clock base timestamps.
|
2743
|
-
*/
|
2744
|
-
void ITTAPI __itt_clock_domain_reset(void);
|
2745
|
-
|
2746
|
-
/** @cond exclude_from_documentation */
|
2747
|
-
#ifndef INTEL_NO_MACRO_BODY
|
2748
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
2749
|
-
ITT_STUBV(ITTAPI, void, clock_domain_reset, (void))
|
2750
|
-
#define __itt_clock_domain_reset ITTNOTIFY_VOID(clock_domain_reset)
|
2751
|
-
#define __itt_clock_domain_reset_ptr ITTNOTIFY_NAME(clock_domain_reset)
|
2752
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
2753
|
-
#define __itt_clock_domain_reset()
|
2754
|
-
#define __itt_clock_domain_reset_ptr 0
|
2755
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
2756
|
-
#else /* INTEL_NO_MACRO_BODY */
|
2757
|
-
#define __itt_clock_domain_reset_ptr 0
|
2758
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
2759
|
-
/** @endcond */
|
2760
|
-
|
2761
|
-
/**
|
2762
|
-
* @ingroup clockdomain
|
2763
|
-
* @brief Create an instance of identifier. This establishes the beginning of the lifetime of
|
2764
|
-
* an instance of the given ID in the trace. Once this lifetime starts, the ID can be used to
|
2765
|
-
* tag named entity instances in calls such as __itt_task_begin, and to specify relationships among
|
2766
|
-
* identified named entity instances, using the \ref relations APIs.
|
2767
|
-
* @param[in] domain The domain controlling the execution of this call.
|
2768
|
-
* @param[in] clock_domain The clock domain controlling the execution of this call.
|
2769
|
-
* @param[in] timestamp The user defined timestamp.
|
2770
|
-
* @param[in] id The ID to create.
|
2771
|
-
*/
|
2772
|
-
void ITTAPI __itt_id_create_ex(const __itt_domain* domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_id id);
|
2773
|
-
|
2774
|
-
/**
|
2775
|
-
* @ingroup clockdomain
|
2776
|
-
* @brief Destroy an instance of identifier. This ends the lifetime of the current instance of the
|
2777
|
-
* given ID value in the trace. Any relationships that are established after this lifetime ends are
|
2778
|
-
* invalid. This call must be performed before the given ID value can be reused for a different
|
2779
|
-
* named entity instance.
|
2780
|
-
* @param[in] domain The domain controlling the execution of this call.
|
2781
|
-
* @param[in] clock_domain The clock domain controlling the execution of this call.
|
2782
|
-
* @param[in] timestamp The user defined timestamp.
|
2783
|
-
* @param[in] id The ID to destroy.
|
2784
|
-
*/
|
2785
|
-
void ITTAPI __itt_id_destroy_ex(const __itt_domain* domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_id id);
|
2786
|
-
|
2787
|
-
/** @cond exclude_from_documentation */
|
2788
|
-
#ifndef INTEL_NO_MACRO_BODY
|
2789
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
2790
|
-
ITT_STUBV(ITTAPI, void, id_create_ex, (const __itt_domain *domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_id id))
|
2791
|
-
ITT_STUBV(ITTAPI, void, id_destroy_ex, (const __itt_domain *domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_id id))
|
2792
|
-
#define __itt_id_create_ex(d,x,y,z) ITTNOTIFY_VOID_D3(id_create_ex,d,x,y,z)
|
2793
|
-
#define __itt_id_create_ex_ptr ITTNOTIFY_NAME(id_create_ex)
|
2794
|
-
#define __itt_id_destroy_ex(d,x,y,z) ITTNOTIFY_VOID_D3(id_destroy_ex,d,x,y,z)
|
2795
|
-
#define __itt_id_destroy_ex_ptr ITTNOTIFY_NAME(id_destroy_ex)
|
2796
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
2797
|
-
#define __itt_id_create_ex(domain,clock_domain,timestamp,id)
|
2798
|
-
#define __itt_id_create_ex_ptr 0
|
2799
|
-
#define __itt_id_destroy_ex(domain,clock_domain,timestamp,id)
|
2800
|
-
#define __itt_id_destroy_ex_ptr 0
|
2801
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
2802
|
-
#else /* INTEL_NO_MACRO_BODY */
|
2803
|
-
#define __itt_id_create_ex_ptr 0
|
2804
|
-
#define __itt_id_destroy_ex_ptr 0
|
2805
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
2806
|
-
/** @endcond */
|
2807
|
-
|
2808
|
-
/**
|
2809
|
-
* @ingroup clockdomain
|
2810
|
-
* @brief Begin a task instance.
|
2811
|
-
* @param[in] domain The domain for this task
|
2812
|
-
* @param[in] clock_domain The clock domain controlling the execution of this call.
|
2813
|
-
* @param[in] timestamp The user defined timestamp.
|
2814
|
-
* @param[in] taskid The instance ID for this task instance, or __itt_null
|
2815
|
-
* @param[in] parentid The parent instance to which this task instance belongs, or __itt_null
|
2816
|
-
* @param[in] name The name of this task
|
2817
|
-
*/
|
2818
|
-
void ITTAPI __itt_task_begin_ex(const __itt_domain* domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_id taskid, __itt_id parentid, __itt_string_handle* name);
|
2819
|
-
|
2820
|
-
/**
|
2821
|
-
* @ingroup clockdomain
|
2822
|
-
* @brief Begin a task instance.
|
2823
|
-
* @param[in] domain The domain for this task
|
2824
|
-
* @param[in] clock_domain The clock domain controlling the execution of this call.
|
2825
|
-
* @param[in] timestamp The user defined timestamp.
|
2826
|
-
* @param[in] taskid The identifier for this task instance, or __itt_null
|
2827
|
-
* @param[in] parentid The parent of this task, or __itt_null
|
2828
|
-
* @param[in] fn The pointer to the function you are tracing
|
2829
|
-
*/
|
2830
|
-
void ITTAPI __itt_task_begin_fn_ex(const __itt_domain* domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_id taskid, __itt_id parentid, void* fn);
|
2831
|
-
|
2832
|
-
/**
|
2833
|
-
* @ingroup clockdomain
|
2834
|
-
* @brief End the current task instance.
|
2835
|
-
* @param[in] domain The domain for this task
|
2836
|
-
* @param[in] clock_domain The clock domain controlling the execution of this call.
|
2837
|
-
* @param[in] timestamp The user defined timestamp.
|
2838
|
-
*/
|
2839
|
-
void ITTAPI __itt_task_end_ex(const __itt_domain* domain, __itt_clock_domain* clock_domain, unsigned long long timestamp);
|
2840
|
-
|
2841
|
-
/** @cond exclude_from_documentation */
|
2842
|
-
#ifndef INTEL_NO_MACRO_BODY
|
2843
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
2844
|
-
ITT_STUBV(ITTAPI, void, task_begin_ex, (const __itt_domain *domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_id id, __itt_id parentid, __itt_string_handle *name))
|
2845
|
-
ITT_STUBV(ITTAPI, void, task_begin_fn_ex, (const __itt_domain *domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_id id, __itt_id parentid, void* fn))
|
2846
|
-
ITT_STUBV(ITTAPI, void, task_end_ex, (const __itt_domain *domain, __itt_clock_domain* clock_domain, unsigned long long timestamp))
|
2847
|
-
#define __itt_task_begin_ex(d,x,y,z,a,b) ITTNOTIFY_VOID_D5(task_begin_ex,d,x,y,z,a,b)
|
2848
|
-
#define __itt_task_begin_ex_ptr ITTNOTIFY_NAME(task_begin_ex)
|
2849
|
-
#define __itt_task_begin_fn_ex(d,x,y,z,a,b) ITTNOTIFY_VOID_D5(task_begin_fn_ex,d,x,y,z,a,b)
|
2850
|
-
#define __itt_task_begin_fn_ex_ptr ITTNOTIFY_NAME(task_begin_fn_ex)
|
2851
|
-
#define __itt_task_end_ex(d,x,y) ITTNOTIFY_VOID_D2(task_end_ex,d,x,y)
|
2852
|
-
#define __itt_task_end_ex_ptr ITTNOTIFY_NAME(task_end_ex)
|
2853
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
2854
|
-
#define __itt_task_begin_ex(domain,clock_domain,timestamp,id,parentid,name)
|
2855
|
-
#define __itt_task_begin_ex_ptr 0
|
2856
|
-
#define __itt_task_begin_fn_ex(domain,clock_domain,timestamp,id,parentid,fn)
|
2857
|
-
#define __itt_task_begin_fn_ex_ptr 0
|
2858
|
-
#define __itt_task_end_ex(domain,clock_domain,timestamp)
|
2859
|
-
#define __itt_task_end_ex_ptr 0
|
2860
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
2861
|
-
#else /* INTEL_NO_MACRO_BODY */
|
2862
|
-
#define __itt_task_begin_ex_ptr 0
|
2863
|
-
#define __itt_task_begin_fn_ex_ptr 0
|
2864
|
-
#define __itt_task_end_ex_ptr 0
|
2865
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
2866
|
-
/** @endcond */
|
2867
|
-
|
2868
|
-
/**
|
2869
|
-
* @defgroup counters Counters
|
2870
|
-
* @ingroup public
|
2871
|
-
* Counters are user-defined objects with a monotonically increasing
|
2872
|
-
* value. Counter values are 64-bit unsigned integers.
|
2873
|
-
* Counters have names that can be displayed in
|
2874
|
-
* the tools.
|
2875
|
-
* @{
|
2876
|
-
*/
|
2877
|
-
|
2878
|
-
/**
|
2879
|
-
* @brief opaque structure for counter identification
|
2880
|
-
*/
|
2881
|
-
/** @cond exclude_from_documentation */
|
2882
|
-
|
2883
|
-
typedef struct ___itt_counter* __itt_counter;
|
2884
|
-
|
2885
|
-
/**
|
2886
|
-
* @brief Create an unsigned 64 bits integer counter with given name/domain
|
2887
|
-
*
|
2888
|
-
* After __itt_counter_create() is called, __itt_counter_inc(id), __itt_counter_inc_delta(id, delta),
|
2889
|
-
* __itt_counter_set_value(id, value_ptr) or __itt_counter_set_value_ex(id, clock_domain, timestamp, value_ptr)
|
2890
|
-
* can be used to change the value of the counter, where value_ptr is a pointer to an unsigned 64 bits integer
|
2891
|
-
*
|
2892
|
-
* The call is equal to __itt_counter_create_typed(name, domain, __itt_metadata_u64)
|
2893
|
-
*/
|
2894
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
2895
|
-
__itt_counter ITTAPI __itt_counter_createA(const char *name, const char *domain);
|
2896
|
-
__itt_counter ITTAPI __itt_counter_createW(const wchar_t *name, const wchar_t *domain);
|
2897
|
-
#if defined(UNICODE) || defined(_UNICODE)
|
2898
|
-
# define __itt_counter_create __itt_counter_createW
|
2899
|
-
# define __itt_counter_create_ptr __itt_counter_createW_ptr
|
2900
|
-
#else /* UNICODE */
|
2901
|
-
# define __itt_counter_create __itt_counter_createA
|
2902
|
-
# define __itt_counter_create_ptr __itt_counter_createA_ptr
|
2903
|
-
#endif /* UNICODE */
|
2904
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2905
|
-
__itt_counter ITTAPI __itt_counter_create(const char *name, const char *domain);
|
2906
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2907
|
-
|
2908
|
-
#ifndef INTEL_NO_MACRO_BODY
|
2909
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
2910
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
2911
|
-
ITT_STUB(ITTAPI, __itt_counter, counter_createA, (const char *name, const char *domain))
|
2912
|
-
ITT_STUB(ITTAPI, __itt_counter, counter_createW, (const wchar_t *name, const wchar_t *domain))
|
2913
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2914
|
-
ITT_STUB(ITTAPI, __itt_counter, counter_create, (const char *name, const char *domain))
|
2915
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2916
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
2917
|
-
#define __itt_counter_createA ITTNOTIFY_DATA(counter_createA)
|
2918
|
-
#define __itt_counter_createA_ptr ITTNOTIFY_NAME(counter_createA)
|
2919
|
-
#define __itt_counter_createW ITTNOTIFY_DATA(counter_createW)
|
2920
|
-
#define __itt_counter_createW_ptr ITTNOTIFY_NAME(counter_createW)
|
2921
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2922
|
-
#define __itt_counter_create ITTNOTIFY_DATA(counter_create)
|
2923
|
-
#define __itt_counter_create_ptr ITTNOTIFY_NAME(counter_create)
|
2924
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2925
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
2926
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
2927
|
-
#define __itt_counter_createA(name, domain)
|
2928
|
-
#define __itt_counter_createA_ptr 0
|
2929
|
-
#define __itt_counter_createW(name, domain)
|
2930
|
-
#define __itt_counter_createW_ptr 0
|
2931
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2932
|
-
#define __itt_counter_create(name, domain)
|
2933
|
-
#define __itt_counter_create_ptr 0
|
2934
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2935
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
2936
|
-
#else /* INTEL_NO_MACRO_BODY */
|
2937
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
2938
|
-
#define __itt_counter_createA_ptr 0
|
2939
|
-
#define __itt_counter_createW_ptr 0
|
2940
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2941
|
-
#define __itt_counter_create_ptr 0
|
2942
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
2943
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
2944
|
-
/** @endcond */
|
2945
|
-
|
2946
|
-
/**
|
2947
|
-
* @brief Increment the unsigned 64 bits integer counter value
|
2948
|
-
*
|
2949
|
-
* Calling this function to non-unsigned 64 bits integer counters has no effect
|
2950
|
-
*/
|
2951
|
-
void ITTAPI __itt_counter_inc(__itt_counter id);
|
2952
|
-
|
2953
|
-
#ifndef INTEL_NO_MACRO_BODY
|
2954
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
2955
|
-
ITT_STUBV(ITTAPI, void, counter_inc, (__itt_counter id))
|
2956
|
-
#define __itt_counter_inc ITTNOTIFY_VOID(counter_inc)
|
2957
|
-
#define __itt_counter_inc_ptr ITTNOTIFY_NAME(counter_inc)
|
2958
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
2959
|
-
#define __itt_counter_inc(id)
|
2960
|
-
#define __itt_counter_inc_ptr 0
|
2961
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
2962
|
-
#else /* INTEL_NO_MACRO_BODY */
|
2963
|
-
#define __itt_counter_inc_ptr 0
|
2964
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
2965
|
-
/** @endcond */
|
2966
|
-
/**
|
2967
|
-
* @brief Increment the unsigned 64 bits integer counter value with x
|
2968
|
-
*
|
2969
|
-
* Calling this function to non-unsigned 64 bits integer counters has no effect
|
2970
|
-
*/
|
2971
|
-
void ITTAPI __itt_counter_inc_delta(__itt_counter id, unsigned long long value);
|
2972
|
-
|
2973
|
-
#ifndef INTEL_NO_MACRO_BODY
|
2974
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
2975
|
-
ITT_STUBV(ITTAPI, void, counter_inc_delta, (__itt_counter id, unsigned long long value))
|
2976
|
-
#define __itt_counter_inc_delta ITTNOTIFY_VOID(counter_inc_delta)
|
2977
|
-
#define __itt_counter_inc_delta_ptr ITTNOTIFY_NAME(counter_inc_delta)
|
2978
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
2979
|
-
#define __itt_counter_inc_delta(id, value)
|
2980
|
-
#define __itt_counter_inc_delta_ptr 0
|
2981
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
2982
|
-
#else /* INTEL_NO_MACRO_BODY */
|
2983
|
-
#define __itt_counter_inc_delta_ptr 0
|
2984
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
2985
|
-
/** @endcond */
|
2986
|
-
|
2987
|
-
/**
|
2988
|
-
* @brief Decrement the unsigned 64 bits integer counter value
|
2989
|
-
*
|
2990
|
-
* Calling this function to non-unsigned 64 bits integer counters has no effect
|
2991
|
-
*/
|
2992
|
-
void ITTAPI __itt_counter_dec(__itt_counter id);
|
2993
|
-
|
2994
|
-
#ifndef INTEL_NO_MACRO_BODY
|
2995
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
2996
|
-
ITT_STUBV(ITTAPI, void, counter_dec, (__itt_counter id))
|
2997
|
-
#define __itt_counter_dec ITTNOTIFY_VOID(counter_dec)
|
2998
|
-
#define __itt_counter_dec_ptr ITTNOTIFY_NAME(counter_dec)
|
2999
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
3000
|
-
#define __itt_counter_dec(id)
|
3001
|
-
#define __itt_counter_dec_ptr 0
|
3002
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
3003
|
-
#else /* INTEL_NO_MACRO_BODY */
|
3004
|
-
#define __itt_counter_dec_ptr 0
|
3005
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
3006
|
-
/** @endcond */
|
3007
|
-
/**
|
3008
|
-
* @brief Decrement the unsigned 64 bits integer counter value with x
|
3009
|
-
*
|
3010
|
-
* Calling this function to non-unsigned 64 bits integer counters has no effect
|
3011
|
-
*/
|
3012
|
-
void ITTAPI __itt_counter_dec_delta(__itt_counter id, unsigned long long value);
|
3013
|
-
|
3014
|
-
#ifndef INTEL_NO_MACRO_BODY
|
3015
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
3016
|
-
ITT_STUBV(ITTAPI, void, counter_dec_delta, (__itt_counter id, unsigned long long value))
|
3017
|
-
#define __itt_counter_dec_delta ITTNOTIFY_VOID(counter_dec_delta)
|
3018
|
-
#define __itt_counter_dec_delta_ptr ITTNOTIFY_NAME(counter_dec_delta)
|
3019
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
3020
|
-
#define __itt_counter_dec_delta(id, value)
|
3021
|
-
#define __itt_counter_dec_delta_ptr 0
|
3022
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
3023
|
-
#else /* INTEL_NO_MACRO_BODY */
|
3024
|
-
#define __itt_counter_dec_delta_ptr 0
|
3025
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
3026
|
-
/** @endcond */
|
3027
|
-
|
3028
|
-
/**
|
3029
|
-
* @ingroup counters
|
3030
|
-
* @brief Increment a counter by one.
|
3031
|
-
* The first call with a given name creates a counter by that name and sets its
|
3032
|
-
* value to zero. Successive calls increment the counter value.
|
3033
|
-
* @param[in] domain The domain controlling the call. Counter names are not domain specific.
|
3034
|
-
* The domain argument is used only to enable or disable the API calls.
|
3035
|
-
* @param[in] name The name of the counter
|
3036
|
-
*/
|
3037
|
-
void ITTAPI __itt_counter_inc_v3(const __itt_domain *domain, __itt_string_handle *name);
|
3038
|
-
|
3039
|
-
/**
|
3040
|
-
* @ingroup counters
|
3041
|
-
* @brief Increment a counter by the value specified in delta.
|
3042
|
-
* @param[in] domain The domain controlling the call. Counter names are not domain specific.
|
3043
|
-
* The domain argument is used only to enable or disable the API calls.
|
3044
|
-
* @param[in] name The name of the counter
|
3045
|
-
* @param[in] delta The amount by which to increment the counter
|
3046
|
-
*/
|
3047
|
-
void ITTAPI __itt_counter_inc_delta_v3(const __itt_domain *domain, __itt_string_handle *name, unsigned long long delta);
|
3048
|
-
|
3049
|
-
#ifndef INTEL_NO_MACRO_BODY
|
3050
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
3051
|
-
ITT_STUBV(ITTAPI, void, counter_inc_v3, (const __itt_domain *domain, __itt_string_handle *name))
|
3052
|
-
ITT_STUBV(ITTAPI, void, counter_inc_delta_v3, (const __itt_domain *domain, __itt_string_handle *name, unsigned long long delta))
|
3053
|
-
#define __itt_counter_inc_v3(d,x) ITTNOTIFY_VOID_D1(counter_inc_v3,d,x)
|
3054
|
-
#define __itt_counter_inc_v3_ptr ITTNOTIFY_NAME(counter_inc_v3)
|
3055
|
-
#define __itt_counter_inc_delta_v3(d,x,y) ITTNOTIFY_VOID_D2(counter_inc_delta_v3,d,x,y)
|
3056
|
-
#define __itt_counter_inc_delta_v3_ptr ITTNOTIFY_NAME(counter_inc_delta_v3)
|
3057
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
3058
|
-
#define __itt_counter_inc_v3(domain,name)
|
3059
|
-
#define __itt_counter_inc_v3_ptr 0
|
3060
|
-
#define __itt_counter_inc_delta_v3(domain,name,delta)
|
3061
|
-
#define __itt_counter_inc_delta_v3_ptr 0
|
3062
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
3063
|
-
#else /* INTEL_NO_MACRO_BODY */
|
3064
|
-
#define __itt_counter_inc_v3_ptr 0
|
3065
|
-
#define __itt_counter_inc_delta_v3_ptr 0
|
3066
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
3067
|
-
/** @endcond */
|
3068
|
-
|
3069
|
-
|
3070
|
-
/**
|
3071
|
-
* @ingroup counters
|
3072
|
-
* @brief Decrement a counter by one.
|
3073
|
-
* The first call with a given name creates a counter by that name and sets its
|
3074
|
-
* value to zero. Successive calls decrement the counter value.
|
3075
|
-
* @param[in] domain The domain controlling the call. Counter names are not domain specific.
|
3076
|
-
* The domain argument is used only to enable or disable the API calls.
|
3077
|
-
* @param[in] name The name of the counter
|
3078
|
-
*/
|
3079
|
-
void ITTAPI __itt_counter_dec_v3(const __itt_domain *domain, __itt_string_handle *name);
|
3080
|
-
|
3081
|
-
/**
|
3082
|
-
* @ingroup counters
|
3083
|
-
* @brief Decrement a counter by the value specified in delta.
|
3084
|
-
* @param[in] domain The domain controlling the call. Counter names are not domain specific.
|
3085
|
-
* The domain argument is used only to enable or disable the API calls.
|
3086
|
-
* @param[in] name The name of the counter
|
3087
|
-
* @param[in] delta The amount by which to decrement the counter
|
3088
|
-
*/
|
3089
|
-
void ITTAPI __itt_counter_dec_delta_v3(const __itt_domain *domain, __itt_string_handle *name, unsigned long long delta);
|
3090
|
-
|
3091
|
-
#ifndef INTEL_NO_MACRO_BODY
|
3092
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
3093
|
-
ITT_STUBV(ITTAPI, void, counter_dec_v3, (const __itt_domain *domain, __itt_string_handle *name))
|
3094
|
-
ITT_STUBV(ITTAPI, void, counter_dec_delta_v3, (const __itt_domain *domain, __itt_string_handle *name, unsigned long long delta))
|
3095
|
-
#define __itt_counter_dec_v3(d,x) ITTNOTIFY_VOID_D1(counter_dec_v3,d,x)
|
3096
|
-
#define __itt_counter_dec_v3_ptr ITTNOTIFY_NAME(counter_dec_v3)
|
3097
|
-
#define __itt_counter_dec_delta_v3(d,x,y) ITTNOTIFY_VOID_D2(counter_dec_delta_v3,d,x,y)
|
3098
|
-
#define __itt_counter_dec_delta_v3_ptr ITTNOTIFY_NAME(counter_dec_delta_v3)
|
3099
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
3100
|
-
#define __itt_counter_dec_v3(domain,name)
|
3101
|
-
#define __itt_counter_dec_v3_ptr 0
|
3102
|
-
#define __itt_counter_dec_delta_v3(domain,name,delta)
|
3103
|
-
#define __itt_counter_dec_delta_v3_ptr 0
|
3104
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
3105
|
-
#else /* INTEL_NO_MACRO_BODY */
|
3106
|
-
#define __itt_counter_dec_v3_ptr 0
|
3107
|
-
#define __itt_counter_dec_delta_v3_ptr 0
|
3108
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
3109
|
-
/** @endcond */
|
3110
|
-
|
3111
|
-
/** @} counters group */
|
3112
|
-
|
3113
|
-
|
3114
|
-
/**
|
3115
|
-
* @brief Set the counter value
|
3116
|
-
*/
|
3117
|
-
void ITTAPI __itt_counter_set_value(__itt_counter id, void *value_ptr);
|
3118
|
-
|
3119
|
-
#ifndef INTEL_NO_MACRO_BODY
|
3120
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
3121
|
-
ITT_STUBV(ITTAPI, void, counter_set_value, (__itt_counter id, void *value_ptr))
|
3122
|
-
#define __itt_counter_set_value ITTNOTIFY_VOID(counter_set_value)
|
3123
|
-
#define __itt_counter_set_value_ptr ITTNOTIFY_NAME(counter_set_value)
|
3124
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
3125
|
-
#define __itt_counter_set_value(id, value_ptr)
|
3126
|
-
#define __itt_counter_set_value_ptr 0
|
3127
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
3128
|
-
#else /* INTEL_NO_MACRO_BODY */
|
3129
|
-
#define __itt_counter_set_value_ptr 0
|
3130
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
3131
|
-
/** @endcond */
|
3132
|
-
|
3133
|
-
/**
|
3134
|
-
* @brief Set the counter value
|
3135
|
-
*/
|
3136
|
-
void ITTAPI __itt_counter_set_value_ex(__itt_counter id, __itt_clock_domain *clock_domain, unsigned long long timestamp, void *value_ptr);
|
3137
|
-
|
3138
|
-
/** @cond exclude_from_documentation */
|
3139
|
-
#ifndef INTEL_NO_MACRO_BODY
|
3140
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
3141
|
-
ITT_STUBV(ITTAPI, void, counter_set_value_ex, (__itt_counter id, __itt_clock_domain *clock_domain, unsigned long long timestamp, void *value_ptr))
|
3142
|
-
#define __itt_counter_set_value_ex ITTNOTIFY_VOID(counter_set_value_ex)
|
3143
|
-
#define __itt_counter_set_value_ex_ptr ITTNOTIFY_NAME(counter_set_value_ex)
|
3144
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
3145
|
-
#define __itt_counter_set_value_ex(id, clock_domain, timestamp, value_ptr)
|
3146
|
-
#define __itt_counter_set_value_ex_ptr 0
|
3147
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
3148
|
-
#else /* INTEL_NO_MACRO_BODY */
|
3149
|
-
#define __itt_counter_set_value_ex_ptr 0
|
3150
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
3151
|
-
/** @endcond */
|
3152
|
-
|
3153
|
-
/**
|
3154
|
-
* @brief Create a typed counter with given name/domain
|
3155
|
-
*
|
3156
|
-
* After __itt_counter_create_typed() is called, __itt_counter_inc(id), __itt_counter_inc_delta(id, delta),
|
3157
|
-
* __itt_counter_set_value(id, value_ptr) or __itt_counter_set_value_ex(id, clock_domain, timestamp, value_ptr)
|
3158
|
-
* can be used to change the value of the counter
|
3159
|
-
*/
|
3160
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3161
|
-
__itt_counter ITTAPI __itt_counter_create_typedA(const char *name, const char *domain, __itt_metadata_type type);
|
3162
|
-
__itt_counter ITTAPI __itt_counter_create_typedW(const wchar_t *name, const wchar_t *domain, __itt_metadata_type type);
|
3163
|
-
#if defined(UNICODE) || defined(_UNICODE)
|
3164
|
-
# define __itt_counter_create_typed __itt_counter_create_typedW
|
3165
|
-
# define __itt_counter_create_typed_ptr __itt_counter_create_typedW_ptr
|
3166
|
-
#else /* UNICODE */
|
3167
|
-
# define __itt_counter_create_typed __itt_counter_create_typedA
|
3168
|
-
# define __itt_counter_create_typed_ptr __itt_counter_create_typedA_ptr
|
3169
|
-
#endif /* UNICODE */
|
3170
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3171
|
-
__itt_counter ITTAPI __itt_counter_create_typed(const char *name, const char *domain, __itt_metadata_type type);
|
3172
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3173
|
-
|
3174
|
-
#ifndef INTEL_NO_MACRO_BODY
|
3175
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
3176
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3177
|
-
ITT_STUB(ITTAPI, __itt_counter, counter_create_typedA, (const char *name, const char *domain, __itt_metadata_type type))
|
3178
|
-
ITT_STUB(ITTAPI, __itt_counter, counter_create_typedW, (const wchar_t *name, const wchar_t *domain, __itt_metadata_type type))
|
3179
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3180
|
-
ITT_STUB(ITTAPI, __itt_counter, counter_create_typed, (const char *name, const char *domain, __itt_metadata_type type))
|
3181
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3182
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3183
|
-
#define __itt_counter_create_typedA ITTNOTIFY_DATA(counter_create_typedA)
|
3184
|
-
#define __itt_counter_create_typedA_ptr ITTNOTIFY_NAME(counter_create_typedA)
|
3185
|
-
#define __itt_counter_create_typedW ITTNOTIFY_DATA(counter_create_typedW)
|
3186
|
-
#define __itt_counter_create_typedW_ptr ITTNOTIFY_NAME(counter_create_typedW)
|
3187
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3188
|
-
#define __itt_counter_create_typed ITTNOTIFY_DATA(counter_create_typed)
|
3189
|
-
#define __itt_counter_create_typed_ptr ITTNOTIFY_NAME(counter_create_typed)
|
3190
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3191
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
3192
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3193
|
-
#define __itt_counter_create_typedA(name, domain, type)
|
3194
|
-
#define __itt_counter_create_typedA_ptr 0
|
3195
|
-
#define __itt_counter_create_typedW(name, domain, type)
|
3196
|
-
#define __itt_counter_create_typedW_ptr 0
|
3197
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3198
|
-
#define __itt_counter_create_typed(name, domain, type)
|
3199
|
-
#define __itt_counter_create_typed_ptr 0
|
3200
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3201
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
3202
|
-
#else /* INTEL_NO_MACRO_BODY */
|
3203
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3204
|
-
#define __itt_counter_create_typedA_ptr 0
|
3205
|
-
#define __itt_counter_create_typedW_ptr 0
|
3206
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3207
|
-
#define __itt_counter_create_typed_ptr 0
|
3208
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3209
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
3210
|
-
/** @endcond */
|
3211
|
-
|
3212
|
-
/**
|
3213
|
-
* @brief Destroy the counter identified by the pointer previously returned by __itt_counter_create() or
|
3214
|
-
* __itt_counter_create_typed()
|
3215
|
-
*/
|
3216
|
-
void ITTAPI __itt_counter_destroy(__itt_counter id);
|
3217
|
-
|
3218
|
-
#ifndef INTEL_NO_MACRO_BODY
|
3219
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
3220
|
-
ITT_STUBV(ITTAPI, void, counter_destroy, (__itt_counter id))
|
3221
|
-
#define __itt_counter_destroy ITTNOTIFY_VOID(counter_destroy)
|
3222
|
-
#define __itt_counter_destroy_ptr ITTNOTIFY_NAME(counter_destroy)
|
3223
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
3224
|
-
#define __itt_counter_destroy(id)
|
3225
|
-
#define __itt_counter_destroy_ptr 0
|
3226
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
3227
|
-
#else /* INTEL_NO_MACRO_BODY */
|
3228
|
-
#define __itt_counter_destroy_ptr 0
|
3229
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
3230
|
-
/** @endcond */
|
3231
|
-
/** @} counters group */
|
3232
|
-
|
3233
|
-
/**
|
3234
|
-
* @ingroup markers
|
3235
|
-
* @brief Create a marker instance.
|
3236
|
-
* @param[in] domain The domain for this marker
|
3237
|
-
* @param[in] clock_domain The clock domain controlling the execution of this call.
|
3238
|
-
* @param[in] timestamp The user defined timestamp.
|
3239
|
-
* @param[in] id The instance ID for this marker, or __itt_null
|
3240
|
-
* @param[in] name The name for this marker
|
3241
|
-
* @param[in] scope The scope for this marker
|
3242
|
-
*/
|
3243
|
-
void ITTAPI __itt_marker_ex(const __itt_domain *domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_id id, __itt_string_handle *name, __itt_scope scope);
|
3244
|
-
|
3245
|
-
/** @cond exclude_from_documentation */
|
3246
|
-
#ifndef INTEL_NO_MACRO_BODY
|
3247
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
3248
|
-
ITT_STUBV(ITTAPI, void, marker_ex, (const __itt_domain *domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_id id, __itt_string_handle *name, __itt_scope scope))
|
3249
|
-
#define __itt_marker_ex(d,x,y,z,a,b) ITTNOTIFY_VOID_D5(marker_ex,d,x,y,z,a,b)
|
3250
|
-
#define __itt_marker_ex_ptr ITTNOTIFY_NAME(marker_ex)
|
3251
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
3252
|
-
#define __itt_marker_ex(domain,clock_domain,timestamp,id,name,scope)
|
3253
|
-
#define __itt_marker_ex_ptr 0
|
3254
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
3255
|
-
#else /* INTEL_NO_MACRO_BODY */
|
3256
|
-
#define __itt_marker_ex_ptr 0
|
3257
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
3258
|
-
/** @endcond */
|
3259
|
-
|
3260
|
-
/**
|
3261
|
-
* @ingroup clockdomain
|
3262
|
-
* @brief Add a relation to the current task instance.
|
3263
|
-
* The current task instance is the head of the relation.
|
3264
|
-
* @param[in] domain The domain controlling this call
|
3265
|
-
* @param[in] clock_domain The clock domain controlling the execution of this call.
|
3266
|
-
* @param[in] timestamp The user defined timestamp.
|
3267
|
-
* @param[in] relation The kind of relation
|
3268
|
-
* @param[in] tail The ID for the tail of the relation
|
3269
|
-
*/
|
3270
|
-
void ITTAPI __itt_relation_add_to_current_ex(const __itt_domain *domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_relation relation, __itt_id tail);
|
3271
|
-
|
3272
|
-
/**
|
3273
|
-
* @ingroup clockdomain
|
3274
|
-
* @brief Add a relation between two instance identifiers.
|
3275
|
-
* @param[in] domain The domain controlling this call
|
3276
|
-
* @param[in] clock_domain The clock domain controlling the execution of this call.
|
3277
|
-
* @param[in] timestamp The user defined timestamp.
|
3278
|
-
* @param[in] head The ID for the head of the relation
|
3279
|
-
* @param[in] relation The kind of relation
|
3280
|
-
* @param[in] tail The ID for the tail of the relation
|
3281
|
-
*/
|
3282
|
-
void ITTAPI __itt_relation_add_ex(const __itt_domain *domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_id head, __itt_relation relation, __itt_id tail);
|
3283
|
-
|
3284
|
-
/** @cond exclude_from_documentation */
|
3285
|
-
#ifndef INTEL_NO_MACRO_BODY
|
3286
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
3287
|
-
ITT_STUBV(ITTAPI, void, relation_add_to_current_ex, (const __itt_domain *domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_relation relation, __itt_id tail))
|
3288
|
-
ITT_STUBV(ITTAPI, void, relation_add_ex, (const __itt_domain *domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_id head, __itt_relation relation, __itt_id tail))
|
3289
|
-
#define __itt_relation_add_to_current_ex(d,x,y,z,a) ITTNOTIFY_VOID_D4(relation_add_to_current_ex,d,x,y,z,a)
|
3290
|
-
#define __itt_relation_add_to_current_ex_ptr ITTNOTIFY_NAME(relation_add_to_current_ex)
|
3291
|
-
#define __itt_relation_add_ex(d,x,y,z,a,b) ITTNOTIFY_VOID_D5(relation_add_ex,d,x,y,z,a,b)
|
3292
|
-
#define __itt_relation_add_ex_ptr ITTNOTIFY_NAME(relation_add_ex)
|
3293
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
3294
|
-
#define __itt_relation_add_to_current_ex(domain,clock_domain,timestame,relation,tail)
|
3295
|
-
#define __itt_relation_add_to_current_ex_ptr 0
|
3296
|
-
#define __itt_relation_add_ex(domain,clock_domain,timestamp,head,relation,tail)
|
3297
|
-
#define __itt_relation_add_ex_ptr 0
|
3298
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
3299
|
-
#else /* INTEL_NO_MACRO_BODY */
|
3300
|
-
#define __itt_relation_add_to_current_ex_ptr 0
|
3301
|
-
#define __itt_relation_add_ex_ptr 0
|
3302
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
3303
|
-
/** @endcond */
|
3304
|
-
|
3305
|
-
/** @cond exclude_from_documentation */
|
3306
|
-
typedef enum ___itt_track_group_type
|
3307
|
-
{
|
3308
|
-
__itt_track_group_type_normal = 0
|
3309
|
-
} __itt_track_group_type;
|
3310
|
-
/** @endcond */
|
3311
|
-
|
3312
|
-
/** @cond exclude_from_documentation */
|
3313
|
-
#pragma pack(push, 8)
|
3314
|
-
|
3315
|
-
typedef struct ___itt_track_group
|
3316
|
-
{
|
3317
|
-
__itt_string_handle* name; /*!< Name of the track group */
|
3318
|
-
struct ___itt_track* track; /*!< List of child tracks */
|
3319
|
-
__itt_track_group_type tgtype; /*!< Type of the track group */
|
3320
|
-
int extra1; /*!< Reserved. Must be zero */
|
3321
|
-
void* extra2; /*!< Reserved. Must be zero */
|
3322
|
-
struct ___itt_track_group* next;
|
3323
|
-
} __itt_track_group;
|
3324
|
-
|
3325
|
-
#pragma pack(pop)
|
3326
|
-
/** @endcond */
|
3327
|
-
|
3328
|
-
/**
|
3329
|
-
* @brief Placeholder for custom track types. Currently, "normal" custom track
|
3330
|
-
* is the only available track type.
|
3331
|
-
*/
|
3332
|
-
typedef enum ___itt_track_type
|
3333
|
-
{
|
3334
|
-
__itt_track_type_normal = 0
|
3335
|
-
#ifdef INTEL_ITTNOTIFY_API_PRIVATE
|
3336
|
-
, __itt_track_type_queue
|
3337
|
-
#endif /* INTEL_ITTNOTIFY_API_PRIVATE */
|
3338
|
-
} __itt_track_type;
|
3339
|
-
|
3340
|
-
/** @cond exclude_from_documentation */
|
3341
|
-
#pragma pack(push, 8)
|
3342
|
-
|
3343
|
-
typedef struct ___itt_track
|
3344
|
-
{
|
3345
|
-
__itt_string_handle* name; /*!< Name of the track group */
|
3346
|
-
__itt_track_group* group; /*!< Parent group to a track */
|
3347
|
-
__itt_track_type ttype; /*!< Type of the track */
|
3348
|
-
int extra1; /*!< Reserved. Must be zero */
|
3349
|
-
void* extra2; /*!< Reserved. Must be zero */
|
3350
|
-
struct ___itt_track* next;
|
3351
|
-
} __itt_track;
|
3352
|
-
|
3353
|
-
#pragma pack(pop)
|
3354
|
-
/** @endcond */
|
3355
|
-
|
3356
|
-
/**
|
3357
|
-
* @brief Create logical track group.
|
3358
|
-
*/
|
3359
|
-
__itt_track_group* ITTAPI __itt_track_group_create(__itt_string_handle* name, __itt_track_group_type track_group_type);
|
3360
|
-
|
3361
|
-
/** @cond exclude_from_documentation */
|
3362
|
-
#ifndef INTEL_NO_MACRO_BODY
|
3363
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
3364
|
-
ITT_STUB(ITTAPI, __itt_track_group*, track_group_create, (__itt_string_handle* name, __itt_track_group_type track_group_type))
|
3365
|
-
#define __itt_track_group_create ITTNOTIFY_DATA(track_group_create)
|
3366
|
-
#define __itt_track_group_create_ptr ITTNOTIFY_NAME(track_group_create)
|
3367
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
3368
|
-
#define __itt_track_group_create(name) (__itt_track_group*)0
|
3369
|
-
#define __itt_track_group_create_ptr 0
|
3370
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
3371
|
-
#else /* INTEL_NO_MACRO_BODY */
|
3372
|
-
#define __itt_track_group_create_ptr 0
|
3373
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
3374
|
-
/** @endcond */
|
3375
|
-
|
3376
|
-
/**
|
3377
|
-
* @brief Create logical track.
|
3378
|
-
*/
|
3379
|
-
__itt_track* ITTAPI __itt_track_create(__itt_track_group* track_group, __itt_string_handle* name, __itt_track_type track_type);
|
3380
|
-
|
3381
|
-
/** @cond exclude_from_documentation */
|
3382
|
-
#ifndef INTEL_NO_MACRO_BODY
|
3383
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
3384
|
-
ITT_STUB(ITTAPI, __itt_track*, track_create, (__itt_track_group* track_group,__itt_string_handle* name, __itt_track_type track_type))
|
3385
|
-
#define __itt_track_create ITTNOTIFY_DATA(track_create)
|
3386
|
-
#define __itt_track_create_ptr ITTNOTIFY_NAME(track_create)
|
3387
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
3388
|
-
#define __itt_track_create(track_group,name,track_type) (__itt_track*)0
|
3389
|
-
#define __itt_track_create_ptr 0
|
3390
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
3391
|
-
#else /* INTEL_NO_MACRO_BODY */
|
3392
|
-
#define __itt_track_create_ptr 0
|
3393
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
3394
|
-
/** @endcond */
|
3395
|
-
|
3396
|
-
/**
|
3397
|
-
* @brief Set the logical track.
|
3398
|
-
*/
|
3399
|
-
void ITTAPI __itt_set_track(__itt_track* track);
|
3400
|
-
|
3401
|
-
/** @cond exclude_from_documentation */
|
3402
|
-
#ifndef INTEL_NO_MACRO_BODY
|
3403
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
3404
|
-
ITT_STUBV(ITTAPI, void, set_track, (__itt_track *track))
|
3405
|
-
#define __itt_set_track ITTNOTIFY_VOID(set_track)
|
3406
|
-
#define __itt_set_track_ptr ITTNOTIFY_NAME(set_track)
|
3407
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
3408
|
-
#define __itt_set_track(track)
|
3409
|
-
#define __itt_set_track_ptr 0
|
3410
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
3411
|
-
#else /* INTEL_NO_MACRO_BODY */
|
3412
|
-
#define __itt_set_track_ptr 0
|
3413
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
3414
|
-
/** @endcond */
|
3415
|
-
|
3416
|
-
/* ========================================================================== */
|
3417
|
-
/** @cond exclude_from_gpa_documentation */
|
3418
|
-
/**
|
3419
|
-
* @defgroup events Events
|
3420
|
-
* @ingroup public
|
3421
|
-
* Events group
|
3422
|
-
* @{
|
3423
|
-
*/
|
3424
|
-
/** @brief user event type */
|
3425
|
-
typedef int __itt_event;
|
3426
|
-
|
3427
|
-
/**
|
3428
|
-
* @brief Create an event notification
|
3429
|
-
* @note name or namelen being null/name and namelen not matching, user event feature not enabled
|
3430
|
-
* @return non-zero event identifier upon success and __itt_err otherwise
|
3431
|
-
*/
|
3432
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3433
|
-
__itt_event LIBITTAPI __itt_event_createA(const char *name, int namelen);
|
3434
|
-
__itt_event LIBITTAPI __itt_event_createW(const wchar_t *name, int namelen);
|
3435
|
-
#if defined(UNICODE) || defined(_UNICODE)
|
3436
|
-
# define __itt_event_create __itt_event_createW
|
3437
|
-
# define __itt_event_create_ptr __itt_event_createW_ptr
|
3438
|
-
#else
|
3439
|
-
# define __itt_event_create __itt_event_createA
|
3440
|
-
# define __itt_event_create_ptr __itt_event_createA_ptr
|
3441
|
-
#endif /* UNICODE */
|
3442
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3443
|
-
__itt_event LIBITTAPI __itt_event_create(const char *name, int namelen);
|
3444
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3445
|
-
|
3446
|
-
/** @cond exclude_from_documentation */
|
3447
|
-
#ifndef INTEL_NO_MACRO_BODY
|
3448
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
3449
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3450
|
-
ITT_STUB(LIBITTAPI, __itt_event, event_createA, (const char *name, int namelen))
|
3451
|
-
ITT_STUB(LIBITTAPI, __itt_event, event_createW, (const wchar_t *name, int namelen))
|
3452
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3453
|
-
ITT_STUB(LIBITTAPI, __itt_event, event_create, (const char *name, int namelen))
|
3454
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3455
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3456
|
-
#define __itt_event_createA ITTNOTIFY_DATA(event_createA)
|
3457
|
-
#define __itt_event_createA_ptr ITTNOTIFY_NAME(event_createA)
|
3458
|
-
#define __itt_event_createW ITTNOTIFY_DATA(event_createW)
|
3459
|
-
#define __itt_event_createW_ptr ITTNOTIFY_NAME(event_createW)
|
3460
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3461
|
-
#define __itt_event_create ITTNOTIFY_DATA(event_create)
|
3462
|
-
#define __itt_event_create_ptr ITTNOTIFY_NAME(event_create)
|
3463
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3464
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
3465
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3466
|
-
#define __itt_event_createA(name, namelen) (__itt_event)0
|
3467
|
-
#define __itt_event_createA_ptr 0
|
3468
|
-
#define __itt_event_createW(name, namelen) (__itt_event)0
|
3469
|
-
#define __itt_event_createW_ptr 0
|
3470
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3471
|
-
#define __itt_event_create(name, namelen) (__itt_event)0
|
3472
|
-
#define __itt_event_create_ptr 0
|
3473
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3474
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
3475
|
-
#else /* INTEL_NO_MACRO_BODY */
|
3476
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3477
|
-
#define __itt_event_createA_ptr 0
|
3478
|
-
#define __itt_event_createW_ptr 0
|
3479
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3480
|
-
#define __itt_event_create_ptr 0
|
3481
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3482
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
3483
|
-
/** @endcond */
|
3484
|
-
|
3485
|
-
/**
|
3486
|
-
* @brief Record an event occurrence.
|
3487
|
-
* @return __itt_err upon failure (invalid event id/user event feature not enabled)
|
3488
|
-
*/
|
3489
|
-
int LIBITTAPI __itt_event_start(__itt_event event);
|
3490
|
-
|
3491
|
-
/** @cond exclude_from_documentation */
|
3492
|
-
#ifndef INTEL_NO_MACRO_BODY
|
3493
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
3494
|
-
ITT_STUB(LIBITTAPI, int, event_start, (__itt_event event))
|
3495
|
-
#define __itt_event_start ITTNOTIFY_DATA(event_start)
|
3496
|
-
#define __itt_event_start_ptr ITTNOTIFY_NAME(event_start)
|
3497
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
3498
|
-
#define __itt_event_start(event) (int)0
|
3499
|
-
#define __itt_event_start_ptr 0
|
3500
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
3501
|
-
#else /* INTEL_NO_MACRO_BODY */
|
3502
|
-
#define __itt_event_start_ptr 0
|
3503
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
3504
|
-
/** @endcond */
|
3505
|
-
|
3506
|
-
/**
|
3507
|
-
* @brief Record an event end occurrence.
|
3508
|
-
* @note It is optional if events do not have durations.
|
3509
|
-
* @return __itt_err upon failure (invalid event id/user event feature not enabled)
|
3510
|
-
*/
|
3511
|
-
int LIBITTAPI __itt_event_end(__itt_event event);
|
3512
|
-
|
3513
|
-
/** @cond exclude_from_documentation */
|
3514
|
-
#ifndef INTEL_NO_MACRO_BODY
|
3515
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
3516
|
-
ITT_STUB(LIBITTAPI, int, event_end, (__itt_event event))
|
3517
|
-
#define __itt_event_end ITTNOTIFY_DATA(event_end)
|
3518
|
-
#define __itt_event_end_ptr ITTNOTIFY_NAME(event_end)
|
3519
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
3520
|
-
#define __itt_event_end(event) (int)0
|
3521
|
-
#define __itt_event_end_ptr 0
|
3522
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
3523
|
-
#else /* INTEL_NO_MACRO_BODY */
|
3524
|
-
#define __itt_event_end_ptr 0
|
3525
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
3526
|
-
/** @endcond */
|
3527
|
-
/** @} events group */
|
3528
|
-
|
3529
|
-
|
3530
|
-
/**
|
3531
|
-
* @defgroup arrays Arrays Visualizer
|
3532
|
-
* @ingroup public
|
3533
|
-
* Visualize arrays
|
3534
|
-
* @{
|
3535
|
-
*/
|
3536
|
-
|
3537
|
-
/**
|
3538
|
-
* @enum __itt_av_data_type
|
3539
|
-
* @brief Defines types of arrays data (for C/C++ intrinsic types)
|
3540
|
-
*/
|
3541
|
-
typedef enum
|
3542
|
-
{
|
3543
|
-
__itt_e_first = 0,
|
3544
|
-
__itt_e_char = 0, /* 1-byte integer */
|
3545
|
-
__itt_e_uchar, /* 1-byte unsigned integer */
|
3546
|
-
__itt_e_int16, /* 2-byte integer */
|
3547
|
-
__itt_e_uint16, /* 2-byte unsigned integer */
|
3548
|
-
__itt_e_int32, /* 4-byte integer */
|
3549
|
-
__itt_e_uint32, /* 4-byte unsigned integer */
|
3550
|
-
__itt_e_int64, /* 8-byte integer */
|
3551
|
-
__itt_e_uint64, /* 8-byte unsigned integer */
|
3552
|
-
__itt_e_float, /* 4-byte floating */
|
3553
|
-
__itt_e_double, /* 8-byte floating */
|
3554
|
-
__itt_e_last = __itt_e_double
|
3555
|
-
} __itt_av_data_type;
|
3556
|
-
|
3557
|
-
/**
|
3558
|
-
* @brief Save an array data to a file.
|
3559
|
-
* Output format is defined by the file extension. The csv and bmp formats are supported (bmp - for 2-dimensional array only).
|
3560
|
-
* @param[in] data - pointer to the array data
|
3561
|
-
* @param[in] rank - the rank of the array
|
3562
|
-
* @param[in] dimensions - pointer to an array of integers, which specifies the array dimensions.
|
3563
|
-
* The size of dimensions must be equal to the rank
|
3564
|
-
* @param[in] type - the type of the array, specified as one of the __itt_av_data_type values (for intrinsic types)
|
3565
|
-
* @param[in] filePath - the file path; the output format is defined by the file extension
|
3566
|
-
* @param[in] columnOrder - defines how the array is stored in the linear memory.
|
3567
|
-
* It should be 1 for column-major order (e.g. in FORTRAN) or 0 - for row-major order (e.g. in C).
|
3568
|
-
*/
|
3569
|
-
|
3570
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3571
|
-
int ITTAPI __itt_av_saveA(void *data, int rank, const int *dimensions, int type, const char *filePath, int columnOrder);
|
3572
|
-
int ITTAPI __itt_av_saveW(void *data, int rank, const int *dimensions, int type, const wchar_t *filePath, int columnOrder);
|
3573
|
-
#if defined(UNICODE) || defined(_UNICODE)
|
3574
|
-
# define __itt_av_save __itt_av_saveW
|
3575
|
-
# define __itt_av_save_ptr __itt_av_saveW_ptr
|
3576
|
-
#else /* UNICODE */
|
3577
|
-
# define __itt_av_save __itt_av_saveA
|
3578
|
-
# define __itt_av_save_ptr __itt_av_saveA_ptr
|
3579
|
-
#endif /* UNICODE */
|
3580
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3581
|
-
int ITTAPI __itt_av_save(void *data, int rank, const int *dimensions, int type, const char *filePath, int columnOrder);
|
3582
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3583
|
-
|
3584
|
-
/** @cond exclude_from_documentation */
|
3585
|
-
#ifndef INTEL_NO_MACRO_BODY
|
3586
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
3587
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3588
|
-
ITT_STUB(ITTAPI, int, av_saveA, (void *data, int rank, const int *dimensions, int type, const char *filePath, int columnOrder))
|
3589
|
-
ITT_STUB(ITTAPI, int, av_saveW, (void *data, int rank, const int *dimensions, int type, const wchar_t *filePath, int columnOrder))
|
3590
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3591
|
-
ITT_STUB(ITTAPI, int, av_save, (void *data, int rank, const int *dimensions, int type, const char *filePath, int columnOrder))
|
3592
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3593
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3594
|
-
#define __itt_av_saveA ITTNOTIFY_DATA(av_saveA)
|
3595
|
-
#define __itt_av_saveA_ptr ITTNOTIFY_NAME(av_saveA)
|
3596
|
-
#define __itt_av_saveW ITTNOTIFY_DATA(av_saveW)
|
3597
|
-
#define __itt_av_saveW_ptr ITTNOTIFY_NAME(av_saveW)
|
3598
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3599
|
-
#define __itt_av_save ITTNOTIFY_DATA(av_save)
|
3600
|
-
#define __itt_av_save_ptr ITTNOTIFY_NAME(av_save)
|
3601
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3602
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
3603
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3604
|
-
#define __itt_av_saveA(name)
|
3605
|
-
#define __itt_av_saveA_ptr 0
|
3606
|
-
#define __itt_av_saveW(name)
|
3607
|
-
#define __itt_av_saveW_ptr 0
|
3608
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3609
|
-
#define __itt_av_save(name)
|
3610
|
-
#define __itt_av_save_ptr 0
|
3611
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3612
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
3613
|
-
#else /* INTEL_NO_MACRO_BODY */
|
3614
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3615
|
-
#define __itt_av_saveA_ptr 0
|
3616
|
-
#define __itt_av_saveW_ptr 0
|
3617
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3618
|
-
#define __itt_av_save_ptr 0
|
3619
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3620
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
3621
|
-
/** @endcond */
|
3622
|
-
|
3623
|
-
void ITTAPI __itt_enable_attach(void);
|
3624
|
-
|
3625
|
-
/** @cond exclude_from_documentation */
|
3626
|
-
#ifndef INTEL_NO_MACRO_BODY
|
3627
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
3628
|
-
ITT_STUBV(ITTAPI, void, enable_attach, (void))
|
3629
|
-
#define __itt_enable_attach ITTNOTIFY_VOID(enable_attach)
|
3630
|
-
#define __itt_enable_attach_ptr ITTNOTIFY_NAME(enable_attach)
|
3631
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
3632
|
-
#define __itt_enable_attach()
|
3633
|
-
#define __itt_enable_attach_ptr 0
|
3634
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
3635
|
-
#else /* INTEL_NO_MACRO_BODY */
|
3636
|
-
#define __itt_enable_attach_ptr 0
|
3637
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
3638
|
-
/** @endcond */
|
3639
|
-
|
3640
|
-
/** @cond exclude_from_gpa_documentation */
|
3641
|
-
|
3642
|
-
/** @} arrays group */
|
3643
|
-
|
3644
|
-
/** @endcond */
|
3645
|
-
|
3646
|
-
/**
|
3647
|
-
* @brief Module load notification
|
3648
|
-
* This API is used to report necessary information in case of bypassing default system loader.
|
3649
|
-
* Notification should be done immediately after this module is loaded to process memory.
|
3650
|
-
* @param[in] start_addr - module start address
|
3651
|
-
* @param[in] end_addr - module end address
|
3652
|
-
* @param[in] path - file system full path to the module
|
3653
|
-
*/
|
3654
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3655
|
-
void ITTAPI __itt_module_loadA(void *start_addr, void *end_addr, const char *path);
|
3656
|
-
void ITTAPI __itt_module_loadW(void *start_addr, void *end_addr, const wchar_t *path);
|
3657
|
-
#if defined(UNICODE) || defined(_UNICODE)
|
3658
|
-
# define __itt_module_load __itt_module_loadW
|
3659
|
-
# define __itt_module_load_ptr __itt_module_loadW_ptr
|
3660
|
-
#else /* UNICODE */
|
3661
|
-
# define __itt_module_load __itt_module_loadA
|
3662
|
-
# define __itt_module_load_ptr __itt_module_loadA_ptr
|
3663
|
-
#endif /* UNICODE */
|
3664
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3665
|
-
void ITTAPI __itt_module_load(void *start_addr, void *end_addr, const char *path);
|
3666
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3667
|
-
|
3668
|
-
/** @cond exclude_from_documentation */
|
3669
|
-
#ifndef INTEL_NO_MACRO_BODY
|
3670
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
3671
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3672
|
-
ITT_STUB(ITTAPI, void, module_loadA, (void *start_addr, void *end_addr, const char *path))
|
3673
|
-
ITT_STUB(ITTAPI, void, module_loadW, (void *start_addr, void *end_addr, const wchar_t *path))
|
3674
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3675
|
-
ITT_STUB(ITTAPI, void, module_load, (void *start_addr, void *end_addr, const char *path))
|
3676
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3677
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3678
|
-
#define __itt_module_loadA ITTNOTIFY_VOID(module_loadA)
|
3679
|
-
#define __itt_module_loadA_ptr ITTNOTIFY_NAME(module_loadA)
|
3680
|
-
#define __itt_module_loadW ITTNOTIFY_VOID(module_loadW)
|
3681
|
-
#define __itt_module_loadW_ptr ITTNOTIFY_NAME(module_loadW)
|
3682
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3683
|
-
#define __itt_module_load ITTNOTIFY_VOID(module_load)
|
3684
|
-
#define __itt_module_load_ptr ITTNOTIFY_NAME(module_load)
|
3685
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3686
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
3687
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3688
|
-
#define __itt_module_loadA(start_addr, end_addr, path)
|
3689
|
-
#define __itt_module_loadA_ptr 0
|
3690
|
-
#define __itt_module_loadW(start_addr, end_addr, path)
|
3691
|
-
#define __itt_module_loadW_ptr 0
|
3692
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3693
|
-
#define __itt_module_load(start_addr, end_addr, path)
|
3694
|
-
#define __itt_module_load_ptr 0
|
3695
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3696
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
3697
|
-
#else /* INTEL_NO_MACRO_BODY */
|
3698
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3699
|
-
#define __itt_module_loadA_ptr 0
|
3700
|
-
#define __itt_module_loadW_ptr 0
|
3701
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3702
|
-
#define __itt_module_load_ptr 0
|
3703
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3704
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
3705
|
-
/** @endcond */
|
3706
|
-
|
3707
|
-
/**
|
3708
|
-
* @brief Report module unload
|
3709
|
-
* This API is used to report necessary information in case of bypassing default system loader.
|
3710
|
-
* Notification should be done just before the module is unloaded from process memory.
|
3711
|
-
* @param[in] addr - base address of loaded module
|
3712
|
-
*/
|
3713
|
-
void ITTAPI __itt_module_unload(void *addr);
|
3714
|
-
|
3715
|
-
/** @cond exclude_from_documentation */
|
3716
|
-
#ifndef INTEL_NO_MACRO_BODY
|
3717
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
3718
|
-
ITT_STUBV(ITTAPI, void, module_unload, (void *addr))
|
3719
|
-
#define __itt_module_unload ITTNOTIFY_VOID(module_unload)
|
3720
|
-
#define __itt_module_unload_ptr ITTNOTIFY_NAME(module_unload)
|
3721
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
3722
|
-
#define __itt_module_unload(addr)
|
3723
|
-
#define __itt_module_unload_ptr 0
|
3724
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
3725
|
-
#else /* INTEL_NO_MACRO_BODY */
|
3726
|
-
#define __itt_module_unload_ptr 0
|
3727
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
3728
|
-
/** @endcond */
|
3729
|
-
|
3730
|
-
/** @cond exclude_from_documentation */
|
3731
|
-
typedef enum
|
3732
|
-
{
|
3733
|
-
__itt_module_type_unknown = 0,
|
3734
|
-
__itt_module_type_elf,
|
3735
|
-
__itt_module_type_coff
|
3736
|
-
} __itt_module_type;
|
3737
|
-
/** @endcond */
|
3738
|
-
|
3739
|
-
/** @cond exclude_from_documentation */
|
3740
|
-
typedef enum
|
3741
|
-
{
|
3742
|
-
itt_section_type_unknown,
|
3743
|
-
itt_section_type_bss, /* notifies that the section contains uninitialized data. These are the relevant section types and the modules that contain them:
|
3744
|
-
* ELF module: SHT_NOBITS section type
|
3745
|
-
* COFF module: IMAGE_SCN_CNT_UNINITIALIZED_DATA section type
|
3746
|
-
*/
|
3747
|
-
itt_section_type_data, /* notifies that section contains initialized data. These are the relevant section types and the modules that contain them:
|
3748
|
-
* ELF module: SHT_PROGBITS section type
|
3749
|
-
* COFF module: IMAGE_SCN_CNT_INITIALIZED_DATA section type
|
3750
|
-
*/
|
3751
|
-
itt_section_type_text /* notifies that the section contains executable code. These are the relevant section types and the modules that contain them:
|
3752
|
-
* ELF module: SHT_PROGBITS section type
|
3753
|
-
* COFF module: IMAGE_SCN_CNT_CODE section type
|
3754
|
-
*/
|
3755
|
-
} __itt_section_type;
|
3756
|
-
/** @endcond */
|
3757
|
-
|
3758
|
-
/**
|
3759
|
-
* @hideinitializer
|
3760
|
-
* @brief bit-mask, detects a section attribute that indicates whether a section can be executed as code:
|
3761
|
-
* These are the relevant section attributes and the modules that contain them:
|
3762
|
-
* ELF module: PF_X section attribute
|
3763
|
-
* COFF module: IMAGE_SCN_MEM_EXECUTE attribute
|
3764
|
-
*/
|
3765
|
-
#define __itt_section_exec 0x20000000
|
3766
|
-
|
3767
|
-
/**
|
3768
|
-
* @hideinitializer
|
3769
|
-
* @brief bit-mask, detects a section attribute that indicates whether a section can be read.
|
3770
|
-
* These are the relevant section attributes and the modules that contain them:
|
3771
|
-
* ELF module: PF_R attribute
|
3772
|
-
* COFF module: IMAGE_SCN_MEM_READ attribute
|
3773
|
-
*/
|
3774
|
-
#define __itt_section_read 0x40000000
|
3775
|
-
|
3776
|
-
/**
|
3777
|
-
* @hideinitializer
|
3778
|
-
* @brief bit-mask, detects a section attribute that indicates whether a section can be written to.
|
3779
|
-
* These are the relevant section attributes and the modules that contain them:
|
3780
|
-
* ELF module: PF_W attribute
|
3781
|
-
* COFF module: IMAGE_SCN_MEM_WRITE attribute
|
3782
|
-
*/
|
3783
|
-
#define __itt_section_write 0x80000000
|
3784
|
-
|
3785
|
-
/** @cond exclude_from_documentation */
|
3786
|
-
#pragma pack(push, 8)
|
3787
|
-
|
3788
|
-
typedef struct ___itt_section_info
|
3789
|
-
{
|
3790
|
-
const char* name; /*!< Section name in UTF8 */
|
3791
|
-
__itt_section_type type; /*!< Section content and semantics description */
|
3792
|
-
size_t flags; /*!< Section bit flags that describe attributes using bit mask
|
3793
|
-
* Zero if disabled, non-zero if enabled
|
3794
|
-
*/
|
3795
|
-
void* start_addr; /*!< Section load(relocated) start address */
|
3796
|
-
size_t size; /*!< Section file offset */
|
3797
|
-
size_t file_offset; /*!< Section size */
|
3798
|
-
} __itt_section_info;
|
3799
|
-
|
3800
|
-
#pragma pack(pop)
|
3801
|
-
/** @endcond */
|
3802
|
-
|
3803
|
-
/** @cond exclude_from_documentation */
|
3804
|
-
#pragma pack(push, 8)
|
3805
|
-
|
3806
|
-
typedef struct ___itt_module_object
|
3807
|
-
{
|
3808
|
-
unsigned int version; /*!< API version*/
|
3809
|
-
__itt_id module_id; /*!< Unique identifier. This is unchanged for sections that belong to the same module */
|
3810
|
-
__itt_module_type module_type; /*!< Binary module format */
|
3811
|
-
const char* module_name; /*!< Unique module name or path to module in UTF8
|
3812
|
-
* Contains module name when module_bufer and module_size exist
|
3813
|
-
* Contains module path when module_bufer and module_size absent
|
3814
|
-
* module_name remains the same for the certain module_id
|
3815
|
-
*/
|
3816
|
-
void* module_buffer; /*!< Module buffer content */
|
3817
|
-
size_t module_size; /*!< Module buffer size */
|
3818
|
-
/*!< If module_buffer and module_size exist, the binary module is dumped onto the system.
|
3819
|
-
* If module_buffer and module_size do not exist,
|
3820
|
-
* the binary module exists on the system already.
|
3821
|
-
* The module_name parameter contains the path to the module.
|
3822
|
-
*/
|
3823
|
-
__itt_section_info* section_array; /*!< Reference to section information */
|
3824
|
-
size_t section_number;
|
3825
|
-
} __itt_module_object;
|
3826
|
-
|
3827
|
-
#pragma pack(pop)
|
3828
|
-
/** @endcond */
|
3829
|
-
|
3830
|
-
/**
|
3831
|
-
* @brief Load module content and its loaded(relocated) sections.
|
3832
|
-
* This API is useful to save a module, or specify its location on the system and report information about loaded sections.
|
3833
|
-
* The target module is saved on the system if module buffer content and size are available.
|
3834
|
-
* If module buffer content and size are unavailable, the module name contains the path to the existing binary module.
|
3835
|
-
* @param[in] module_obj - provides module and section information, along with unique module identifiers (name,module ID)
|
3836
|
-
* which bind the binary module to particular sections.
|
3837
|
-
*/
|
3838
|
-
void ITTAPI __itt_module_load_with_sections(__itt_module_object* module_obj);
|
3839
|
-
|
3840
|
-
/** @cond exclude_from_documentation */
|
3841
|
-
#ifndef INTEL_NO_MACRO_BODY
|
3842
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
3843
|
-
ITT_STUBV(ITTAPI, void, module_load_with_sections, (__itt_module_object* module_obj))
|
3844
|
-
#define __itt_module_load_with_sections ITTNOTIFY_VOID(module_load_with_sections)
|
3845
|
-
#define __itt_module_load_with_sections_ptr ITTNOTIFY_NAME(module_load_with_sections)
|
3846
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
3847
|
-
#define __itt_module_load_with_sections(module_obj)
|
3848
|
-
#define __itt_module_load_with_sections_ptr 0
|
3849
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
3850
|
-
#else /* INTEL_NO_MACRO_BODY */
|
3851
|
-
#define __itt_module_load_with_sections_ptr 0
|
3852
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
3853
|
-
/** @endcond */
|
3854
|
-
|
3855
|
-
/**
|
3856
|
-
* @brief Unload a module and its loaded(relocated) sections.
|
3857
|
-
* This API notifies that the module and its sections were unloaded.
|
3858
|
-
* @param[in] module_obj - provides module and sections information, along with unique module identifiers (name,module ID)
|
3859
|
-
* which bind the binary module to particular sections.
|
3860
|
-
*/
|
3861
|
-
void ITTAPI __itt_module_unload_with_sections(__itt_module_object* module_obj);
|
3862
|
-
|
3863
|
-
/** @cond exclude_from_documentation */
|
3864
|
-
#ifndef INTEL_NO_MACRO_BODY
|
3865
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
3866
|
-
ITT_STUBV(ITTAPI, void, module_unload_with_sections, (__itt_module_object* module_obj))
|
3867
|
-
#define __itt_module_unload_with_sections ITTNOTIFY_VOID(module_unload_with_sections)
|
3868
|
-
#define __itt_module_unload_with_sections_ptr ITTNOTIFY_NAME(module_unload_with_sections)
|
3869
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
3870
|
-
#define __itt_module_unload_with_sections(module_obj)
|
3871
|
-
#define __itt_module_unload_with_sections_ptr 0
|
3872
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
3873
|
-
#else /* INTEL_NO_MACRO_BODY */
|
3874
|
-
#define __itt_module_unload_with_sections_ptr 0
|
3875
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
3876
|
-
/** @endcond */
|
3877
|
-
|
3878
|
-
/** @cond exclude_from_documentation */
|
3879
|
-
#pragma pack(push, 8)
|
3880
|
-
|
3881
|
-
typedef struct ___itt_histogram
|
3882
|
-
{
|
3883
|
-
const __itt_domain* domain; /*!< Domain of the histogram*/
|
3884
|
-
const char* nameA; /*!< Name of the histogram */
|
3885
|
-
#if defined(UNICODE) || defined(_UNICODE)
|
3886
|
-
const wchar_t* nameW;
|
3887
|
-
#else /* UNICODE || _UNICODE */
|
3888
|
-
void* nameW;
|
3889
|
-
#endif /* UNICODE || _UNICODE */
|
3890
|
-
__itt_metadata_type x_type; /*!< Type of the histogram X axis */
|
3891
|
-
__itt_metadata_type y_type; /*!< Type of the histogram Y axis */
|
3892
|
-
int extra1; /*!< Reserved to the runtime */
|
3893
|
-
void* extra2; /*!< Reserved to the runtime */
|
3894
|
-
struct ___itt_histogram* next;
|
3895
|
-
} __itt_histogram;
|
3896
|
-
|
3897
|
-
#pragma pack(pop)
|
3898
|
-
/** @endcond */
|
3899
|
-
|
3900
|
-
/**
|
3901
|
-
* @brief Create a typed histogram instance with given name/domain.
|
3902
|
-
* @param[in] domain The domain controlling the call.
|
3903
|
-
* @param[in] name The name of the histogram.
|
3904
|
-
* @param[in] x_type The type of the X axis in histogram (may be 0 to calculate batch statistics).
|
3905
|
-
* @param[in] y_type The type of the Y axis in histogram.
|
3906
|
-
*/
|
3907
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3908
|
-
__itt_histogram* ITTAPI __itt_histogram_createA(const __itt_domain* domain, const char* name, __itt_metadata_type x_type, __itt_metadata_type y_type);
|
3909
|
-
__itt_histogram* ITTAPI __itt_histogram_createW(const __itt_domain* domain, const wchar_t* name, __itt_metadata_type x_type, __itt_metadata_type y_type);
|
3910
|
-
#if defined(UNICODE) || defined(_UNICODE)
|
3911
|
-
# define __itt_histogram_create __itt_histogram_createW
|
3912
|
-
# define __itt_histogram_create_ptr __itt_histogram_createW_ptr
|
3913
|
-
#else /* UNICODE */
|
3914
|
-
# define __itt_histogram_create __itt_histogram_createA
|
3915
|
-
# define __itt_histogram_create_ptr __itt_histogram_createA_ptr
|
3916
|
-
#endif /* UNICODE */
|
3917
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3918
|
-
__itt_histogram* ITTAPI __itt_histogram_create(const __itt_domain* domain, const char* name, __itt_metadata_type x_type, __itt_metadata_type y_type);
|
3919
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3920
|
-
|
3921
|
-
/** @cond exclude_from_documentation */
|
3922
|
-
#ifndef INTEL_NO_MACRO_BODY
|
3923
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
3924
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3925
|
-
ITT_STUB(ITTAPI, __itt_histogram*, histogram_createA, (const __itt_domain* domain, const char* name, __itt_metadata_type x_type, __itt_metadata_type y_type))
|
3926
|
-
ITT_STUB(ITTAPI, __itt_histogram*, histogram_createW, (const __itt_domain* domain, const wchar_t* name, __itt_metadata_type x_type, __itt_metadata_type y_type))
|
3927
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3928
|
-
ITT_STUB(ITTAPI, __itt_histogram*, histogram_create, (const __itt_domain* domain, const char* name, __itt_metadata_type x_type, __itt_metadata_type y_type))
|
3929
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3930
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3931
|
-
#define __itt_histogram_createA ITTNOTIFY_DATA(histogram_createA)
|
3932
|
-
#define __itt_histogram_createA_ptr ITTNOTIFY_NAME(histogram_createA)
|
3933
|
-
#define __itt_histogram_createW ITTNOTIFY_DATA(histogram_createW)
|
3934
|
-
#define __itt_histogram_createW_ptr ITTNOTIFY_NAME(histogram_createW)
|
3935
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3936
|
-
#define __itt_histogram_create ITTNOTIFY_DATA(histogram_create)
|
3937
|
-
#define __itt_histogram_create_ptr ITTNOTIFY_NAME(histogram_create)
|
3938
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3939
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
3940
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3941
|
-
#define __itt_histogram_createA(domain, name, x_type, y_type) (__itt_histogram*)0
|
3942
|
-
#define __itt_histogram_createA_ptr 0
|
3943
|
-
#define __itt_histogram_createW(domain, name, x_type, y_type) (__itt_histogram*)0
|
3944
|
-
#define __itt_histogram_createW_ptr 0
|
3945
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3946
|
-
#define __itt_histogram_create(domain, name, x_type, y_type) (__itt_histogram*)0
|
3947
|
-
#define __itt_histogram_create_ptr 0
|
3948
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3949
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
3950
|
-
#else /* INTEL_NO_MACRO_BODY */
|
3951
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
3952
|
-
#define __itt_histogram_createA_ptr 0
|
3953
|
-
#define __itt_histogram_createW_ptr 0
|
3954
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3955
|
-
#define __itt_histogram_create_ptr 0
|
3956
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
3957
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
3958
|
-
/** @endcond */
|
3959
|
-
|
3960
|
-
/**
|
3961
|
-
* @brief Submit statistics for a histogram instance.
|
3962
|
-
* @param[in] hist Pointer to the histogram instance to which the histogram statistic is to be dumped.
|
3963
|
-
* @param[in] length The number of elements in dumped axis data array.
|
3964
|
-
* @param[in] x_data The X axis dumped data itself (may be NULL to calculate batch statistics).
|
3965
|
-
* @param[in] y_data The Y axis dumped data itself.
|
3966
|
-
*/
|
3967
|
-
void ITTAPI __itt_histogram_submit(__itt_histogram* hist, size_t length, void* x_data, void* y_data);
|
3968
|
-
|
3969
|
-
/** @cond exclude_from_documentation */
|
3970
|
-
#ifndef INTEL_NO_MACRO_BODY
|
3971
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
3972
|
-
ITT_STUBV(ITTAPI, void, histogram_submit, (__itt_histogram* hist, size_t length, void* x_data, void* y_data))
|
3973
|
-
#define __itt_histogram_submit ITTNOTIFY_VOID(histogram_submit)
|
3974
|
-
#define __itt_histogram_submit_ptr ITTNOTIFY_NAME(histogram_submit)
|
3975
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
3976
|
-
#define __itt_histogram_submit(hist, length, x_data, y_data)
|
3977
|
-
#define __itt_histogram_submit_ptr 0
|
3978
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
3979
|
-
#else /* INTEL_NO_MACRO_BODY */
|
3980
|
-
#define __itt_histogram_submit_ptr 0
|
3981
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
3982
|
-
|
3983
|
-
/**
|
3984
|
-
* @brief function allows to obtain the current collection state at the moment
|
3985
|
-
* @return collection state as a enum __itt_collection_state
|
3986
|
-
*/
|
3987
|
-
__itt_collection_state __itt_get_collection_state(void);
|
3988
|
-
|
3989
|
-
/**
|
3990
|
-
* @brief function releases resources allocated by ITT API static part
|
3991
|
-
* this API should be called from the library destructor
|
3992
|
-
* @return void
|
3993
|
-
*/
|
3994
|
-
void __itt_release_resources(void);
|
3995
|
-
/** @endcond */
|
3996
|
-
|
3997
|
-
#ifdef __cplusplus
|
3998
|
-
}
|
3999
|
-
#endif /* __cplusplus */
|
4000
|
-
|
4001
|
-
#endif /* _ITTNOTIFY_H_ */
|
4002
|
-
|
4003
|
-
#ifdef INTEL_ITTNOTIFY_API_PRIVATE
|
4004
|
-
|
4005
|
-
#ifndef _ITTNOTIFY_PRIVATE_
|
4006
|
-
#define _ITTNOTIFY_PRIVATE_
|
4007
|
-
|
4008
|
-
#ifdef __cplusplus
|
4009
|
-
extern "C" {
|
4010
|
-
#endif /* __cplusplus */
|
4011
|
-
|
4012
|
-
/**
|
4013
|
-
* @ingroup clockdomain
|
4014
|
-
* @brief Begin an overlapped task instance.
|
4015
|
-
* @param[in] domain The domain for this task
|
4016
|
-
* @param[in] clock_domain The clock domain controlling the execution of this call.
|
4017
|
-
* @param[in] timestamp The user defined timestamp.
|
4018
|
-
* @param[in] taskid The identifier for this task instance, *cannot* be __itt_null.
|
4019
|
-
* @param[in] parentid The parent of this task, or __itt_null.
|
4020
|
-
* @param[in] name The name of this task.
|
4021
|
-
*/
|
4022
|
-
void ITTAPI __itt_task_begin_overlapped_ex(const __itt_domain* domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_id taskid, __itt_id parentid, __itt_string_handle* name);
|
4023
|
-
|
4024
|
-
/**
|
4025
|
-
* @ingroup clockdomain
|
4026
|
-
* @brief End an overlapped task instance.
|
4027
|
-
* @param[in] domain The domain for this task
|
4028
|
-
* @param[in] clock_domain The clock domain controlling the execution of this call.
|
4029
|
-
* @param[in] timestamp The user defined timestamp.
|
4030
|
-
* @param[in] taskid Explicit ID of finished task
|
4031
|
-
*/
|
4032
|
-
void ITTAPI __itt_task_end_overlapped_ex(const __itt_domain* domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_id taskid);
|
4033
|
-
|
4034
|
-
/** @cond exclude_from_documentation */
|
4035
|
-
#ifndef INTEL_NO_MACRO_BODY
|
4036
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
4037
|
-
ITT_STUBV(ITTAPI, void, task_begin_overlapped_ex, (const __itt_domain* domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_id taskid, __itt_id parentid, __itt_string_handle* name))
|
4038
|
-
ITT_STUBV(ITTAPI, void, task_end_overlapped_ex, (const __itt_domain* domain, __itt_clock_domain* clock_domain, unsigned long long timestamp, __itt_id taskid))
|
4039
|
-
#define __itt_task_begin_overlapped_ex(d,x,y,z,a,b) ITTNOTIFY_VOID_D5(task_begin_overlapped_ex,d,x,y,z,a,b)
|
4040
|
-
#define __itt_task_begin_overlapped_ex_ptr ITTNOTIFY_NAME(task_begin_overlapped_ex)
|
4041
|
-
#define __itt_task_end_overlapped_ex(d,x,y,z) ITTNOTIFY_VOID_D3(task_end_overlapped_ex,d,x,y,z)
|
4042
|
-
#define __itt_task_end_overlapped_ex_ptr ITTNOTIFY_NAME(task_end_overlapped_ex)
|
4043
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
4044
|
-
#define __itt_task_begin_overlapped_ex(domain,clock_domain,timestamp,taskid,parentid,name)
|
4045
|
-
#define __itt_task_begin_overlapped_ex_ptr 0
|
4046
|
-
#define __itt_task_end_overlapped_ex(domain,clock_domain,timestamp,taskid)
|
4047
|
-
#define __itt_task_end_overlapped_ex_ptr 0
|
4048
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
4049
|
-
#else /* INTEL_NO_MACRO_BODY */
|
4050
|
-
#define __itt_task_begin_overlapped_ex_ptr 0
|
4051
|
-
#define __itt_task_end_overlapped_ptr 0
|
4052
|
-
#define __itt_task_end_overlapped_ex_ptr 0
|
4053
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
4054
|
-
/** @endcond */
|
4055
|
-
|
4056
|
-
/**
|
4057
|
-
* @defgroup makrs_internal Marks
|
4058
|
-
* @ingroup internal
|
4059
|
-
* Marks group
|
4060
|
-
* @warning Internal API:
|
4061
|
-
* - It is not shipped to outside of Intel
|
4062
|
-
* - It is delivered to internal Intel teams using e-mail or SVN access only
|
4063
|
-
* @{
|
4064
|
-
*/
|
4065
|
-
/** @brief user mark type */
|
4066
|
-
typedef int __itt_mark_type;
|
4067
|
-
|
4068
|
-
/**
|
4069
|
-
* @brief Creates a user mark type with the specified name using char or Unicode string.
|
4070
|
-
* @param[in] name - name of mark to create
|
4071
|
-
* @return Returns a handle to the mark type
|
4072
|
-
*/
|
4073
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
4074
|
-
__itt_mark_type ITTAPI __itt_mark_createA(const char *name);
|
4075
|
-
__itt_mark_type ITTAPI __itt_mark_createW(const wchar_t *name);
|
4076
|
-
#if defined(UNICODE) || defined(_UNICODE)
|
4077
|
-
# define __itt_mark_create __itt_mark_createW
|
4078
|
-
# define __itt_mark_create_ptr __itt_mark_createW_ptr
|
4079
|
-
#else /* UNICODE */
|
4080
|
-
# define __itt_mark_create __itt_mark_createA
|
4081
|
-
# define __itt_mark_create_ptr __itt_mark_createA_ptr
|
4082
|
-
#endif /* UNICODE */
|
4083
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4084
|
-
__itt_mark_type ITTAPI __itt_mark_create(const char *name);
|
4085
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4086
|
-
|
4087
|
-
/** @cond exclude_from_documentation */
|
4088
|
-
#ifndef INTEL_NO_MACRO_BODY
|
4089
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
4090
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
4091
|
-
ITT_STUB(ITTAPI, __itt_mark_type, mark_createA, (const char *name))
|
4092
|
-
ITT_STUB(ITTAPI, __itt_mark_type, mark_createW, (const wchar_t *name))
|
4093
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4094
|
-
ITT_STUB(ITTAPI, __itt_mark_type, mark_create, (const char *name))
|
4095
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4096
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
4097
|
-
#define __itt_mark_createA ITTNOTIFY_DATA(mark_createA)
|
4098
|
-
#define __itt_mark_createA_ptr ITTNOTIFY_NAME(mark_createA)
|
4099
|
-
#define __itt_mark_createW ITTNOTIFY_DATA(mark_createW)
|
4100
|
-
#define __itt_mark_createW_ptr ITTNOTIFY_NAME(mark_createW)
|
4101
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4102
|
-
#define __itt_mark_create ITTNOTIFY_DATA(mark_create)
|
4103
|
-
#define __itt_mark_create_ptr ITTNOTIFY_NAME(mark_create)
|
4104
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4105
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
4106
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
4107
|
-
#define __itt_mark_createA(name) (__itt_mark_type)0
|
4108
|
-
#define __itt_mark_createA_ptr 0
|
4109
|
-
#define __itt_mark_createW(name) (__itt_mark_type)0
|
4110
|
-
#define __itt_mark_createW_ptr 0
|
4111
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4112
|
-
#define __itt_mark_create(name) (__itt_mark_type)0
|
4113
|
-
#define __itt_mark_create_ptr 0
|
4114
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4115
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
4116
|
-
#else /* INTEL_NO_MACRO_BODY */
|
4117
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
4118
|
-
#define __itt_mark_createA_ptr 0
|
4119
|
-
#define __itt_mark_createW_ptr 0
|
4120
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4121
|
-
#define __itt_mark_create_ptr 0
|
4122
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4123
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
4124
|
-
/** @endcond */
|
4125
|
-
|
4126
|
-
/**
|
4127
|
-
* @brief Creates a "discrete" user mark type of the specified type and an optional parameter using char or Unicode string.
|
4128
|
-
*
|
4129
|
-
* - The mark of "discrete" type is placed to collection results in case of success. It appears in overtime view(s) as a special tick sign.
|
4130
|
-
* - The call is "synchronous" - function returns after mark is actually added to results.
|
4131
|
-
* - This function is useful, for example, to mark different phases of application
|
4132
|
-
* (beginning of the next mark automatically meand end of current region).
|
4133
|
-
* - Can be used together with "continuous" marks (see below) at the same collection session
|
4134
|
-
* @param[in] mt - mark, created by __itt_mark_create(const char* name) function
|
4135
|
-
* @param[in] parameter - string parameter of mark
|
4136
|
-
* @return Returns zero value in case of success, non-zero value otherwise.
|
4137
|
-
*/
|
4138
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
4139
|
-
int ITTAPI __itt_markA(__itt_mark_type mt, const char *parameter);
|
4140
|
-
int ITTAPI __itt_markW(__itt_mark_type mt, const wchar_t *parameter);
|
4141
|
-
#if defined(UNICODE) || defined(_UNICODE)
|
4142
|
-
# define __itt_mark __itt_markW
|
4143
|
-
# define __itt_mark_ptr __itt_markW_ptr
|
4144
|
-
#else /* UNICODE */
|
4145
|
-
# define __itt_mark __itt_markA
|
4146
|
-
# define __itt_mark_ptr __itt_markA_ptr
|
4147
|
-
#endif /* UNICODE */
|
4148
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4149
|
-
int ITTAPI __itt_mark(__itt_mark_type mt, const char *parameter);
|
4150
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4151
|
-
|
4152
|
-
/** @cond exclude_from_documentation */
|
4153
|
-
#ifndef INTEL_NO_MACRO_BODY
|
4154
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
4155
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
4156
|
-
ITT_STUB(ITTAPI, int, markA, (__itt_mark_type mt, const char *parameter))
|
4157
|
-
ITT_STUB(ITTAPI, int, markW, (__itt_mark_type mt, const wchar_t *parameter))
|
4158
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4159
|
-
ITT_STUB(ITTAPI, int, mark, (__itt_mark_type mt, const char *parameter))
|
4160
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4161
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
4162
|
-
#define __itt_markA ITTNOTIFY_DATA(markA)
|
4163
|
-
#define __itt_markA_ptr ITTNOTIFY_NAME(markA)
|
4164
|
-
#define __itt_markW ITTNOTIFY_DATA(markW)
|
4165
|
-
#define __itt_markW_ptr ITTNOTIFY_NAME(markW)
|
4166
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4167
|
-
#define __itt_mark ITTNOTIFY_DATA(mark)
|
4168
|
-
#define __itt_mark_ptr ITTNOTIFY_NAME(mark)
|
4169
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4170
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
4171
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
4172
|
-
#define __itt_markA(mt, parameter) (int)0
|
4173
|
-
#define __itt_markA_ptr 0
|
4174
|
-
#define __itt_markW(mt, parameter) (int)0
|
4175
|
-
#define __itt_markW_ptr 0
|
4176
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4177
|
-
#define __itt_mark(mt, parameter) (int)0
|
4178
|
-
#define __itt_mark_ptr 0
|
4179
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4180
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
4181
|
-
#else /* INTEL_NO_MACRO_BODY */
|
4182
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
4183
|
-
#define __itt_markA_ptr 0
|
4184
|
-
#define __itt_markW_ptr 0
|
4185
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4186
|
-
#define __itt_mark_ptr 0
|
4187
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4188
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
4189
|
-
/** @endcond */
|
4190
|
-
|
4191
|
-
/**
|
4192
|
-
* @brief Use this if necessary to create a "discrete" user event type (mark) for process
|
4193
|
-
* rather then for one thread
|
4194
|
-
* @see int __itt_mark(__itt_mark_type mt, const char* parameter);
|
4195
|
-
*/
|
4196
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
4197
|
-
int ITTAPI __itt_mark_globalA(__itt_mark_type mt, const char *parameter);
|
4198
|
-
int ITTAPI __itt_mark_globalW(__itt_mark_type mt, const wchar_t *parameter);
|
4199
|
-
#if defined(UNICODE) || defined(_UNICODE)
|
4200
|
-
# define __itt_mark_global __itt_mark_globalW
|
4201
|
-
# define __itt_mark_global_ptr __itt_mark_globalW_ptr
|
4202
|
-
#else /* UNICODE */
|
4203
|
-
# define __itt_mark_global __itt_mark_globalA
|
4204
|
-
# define __itt_mark_global_ptr __itt_mark_globalA_ptr
|
4205
|
-
#endif /* UNICODE */
|
4206
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4207
|
-
int ITTAPI __itt_mark_global(__itt_mark_type mt, const char *parameter);
|
4208
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4209
|
-
|
4210
|
-
/** @cond exclude_from_documentation */
|
4211
|
-
#ifndef INTEL_NO_MACRO_BODY
|
4212
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
4213
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
4214
|
-
ITT_STUB(ITTAPI, int, mark_globalA, (__itt_mark_type mt, const char *parameter))
|
4215
|
-
ITT_STUB(ITTAPI, int, mark_globalW, (__itt_mark_type mt, const wchar_t *parameter))
|
4216
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4217
|
-
ITT_STUB(ITTAPI, int, mark_global, (__itt_mark_type mt, const char *parameter))
|
4218
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4219
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
4220
|
-
#define __itt_mark_globalA ITTNOTIFY_DATA(mark_globalA)
|
4221
|
-
#define __itt_mark_globalA_ptr ITTNOTIFY_NAME(mark_globalA)
|
4222
|
-
#define __itt_mark_globalW ITTNOTIFY_DATA(mark_globalW)
|
4223
|
-
#define __itt_mark_globalW_ptr ITTNOTIFY_NAME(mark_globalW)
|
4224
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4225
|
-
#define __itt_mark_global ITTNOTIFY_DATA(mark_global)
|
4226
|
-
#define __itt_mark_global_ptr ITTNOTIFY_NAME(mark_global)
|
4227
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4228
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
4229
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
4230
|
-
#define __itt_mark_globalA(mt, parameter) (int)0
|
4231
|
-
#define __itt_mark_globalA_ptr 0
|
4232
|
-
#define __itt_mark_globalW(mt, parameter) (int)0
|
4233
|
-
#define __itt_mark_globalW_ptr 0
|
4234
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4235
|
-
#define __itt_mark_global(mt, parameter) (int)0
|
4236
|
-
#define __itt_mark_global_ptr 0
|
4237
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4238
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
4239
|
-
#else /* INTEL_NO_MACRO_BODY */
|
4240
|
-
#if ITT_PLATFORM==ITT_PLATFORM_WIN
|
4241
|
-
#define __itt_mark_globalA_ptr 0
|
4242
|
-
#define __itt_mark_globalW_ptr 0
|
4243
|
-
#else /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4244
|
-
#define __itt_mark_global_ptr 0
|
4245
|
-
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
|
4246
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
4247
|
-
/** @endcond */
|
4248
|
-
|
4249
|
-
/**
|
4250
|
-
* @brief Creates an "end" point for "continuous" mark with specified name.
|
4251
|
-
*
|
4252
|
-
* - Returns zero value in case of success, non-zero value otherwise.
|
4253
|
-
* Also returns non-zero value when preceding "begin" point for the
|
4254
|
-
* mark with the same name failed to be created or not created.
|
4255
|
-
* - The mark of "continuous" type is placed to collection results in
|
4256
|
-
* case of success. It appears in overtime view(s) as a special tick
|
4257
|
-
* sign (different from "discrete" mark) together with line from
|
4258
|
-
* corresponding "begin" mark to "end" mark.
|
4259
|
-
* @note Continuous marks can overlap and be nested inside each other.
|
4260
|
-
* Discrete mark can be nested inside marked region
|
4261
|
-
* @param[in] mt - mark, created by __itt_mark_create(const char* name) function
|
4262
|
-
* @return Returns zero value in case of success, non-zero value otherwise.
|
4263
|
-
*/
|
4264
|
-
int ITTAPI __itt_mark_off(__itt_mark_type mt);
|
4265
|
-
|
4266
|
-
/** @cond exclude_from_documentation */
|
4267
|
-
#ifndef INTEL_NO_MACRO_BODY
|
4268
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
4269
|
-
ITT_STUB(ITTAPI, int, mark_off, (__itt_mark_type mt))
|
4270
|
-
#define __itt_mark_off ITTNOTIFY_DATA(mark_off)
|
4271
|
-
#define __itt_mark_off_ptr ITTNOTIFY_NAME(mark_off)
|
4272
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
4273
|
-
#define __itt_mark_off(mt) (int)0
|
4274
|
-
#define __itt_mark_off_ptr 0
|
4275
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
4276
|
-
#else /* INTEL_NO_MACRO_BODY */
|
4277
|
-
#define __itt_mark_off_ptr 0
|
4278
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
4279
|
-
/** @endcond */
|
4280
|
-
|
4281
|
-
/**
|
4282
|
-
* @brief Use this if necessary to create an "end" point for mark of process
|
4283
|
-
* @see int __itt_mark_off(__itt_mark_type mt);
|
4284
|
-
*/
|
4285
|
-
int ITTAPI __itt_mark_global_off(__itt_mark_type mt);
|
4286
|
-
|
4287
|
-
/** @cond exclude_from_documentation */
|
4288
|
-
#ifndef INTEL_NO_MACRO_BODY
|
4289
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
4290
|
-
ITT_STUB(ITTAPI, int, mark_global_off, (__itt_mark_type mt))
|
4291
|
-
#define __itt_mark_global_off ITTNOTIFY_DATA(mark_global_off)
|
4292
|
-
#define __itt_mark_global_off_ptr ITTNOTIFY_NAME(mark_global_off)
|
4293
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
4294
|
-
#define __itt_mark_global_off(mt) (int)0
|
4295
|
-
#define __itt_mark_global_off_ptr 0
|
4296
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
4297
|
-
#else /* INTEL_NO_MACRO_BODY */
|
4298
|
-
#define __itt_mark_global_off_ptr 0
|
4299
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
4300
|
-
/** @endcond */
|
4301
|
-
/** @} marks group */
|
4302
|
-
|
4303
|
-
/**
|
4304
|
-
* @defgroup counters_internal Counters
|
4305
|
-
* @ingroup internal
|
4306
|
-
* Counters group
|
4307
|
-
* @{
|
4308
|
-
*/
|
4309
|
-
|
4310
|
-
|
4311
|
-
/**
|
4312
|
-
* @defgroup stitch Stack Stitching
|
4313
|
-
* @ingroup internal
|
4314
|
-
* Stack Stitching group
|
4315
|
-
* @{
|
4316
|
-
*/
|
4317
|
-
/**
|
4318
|
-
* @brief opaque structure for counter identification
|
4319
|
-
*/
|
4320
|
-
typedef struct ___itt_caller *__itt_caller;
|
4321
|
-
|
4322
|
-
/**
|
4323
|
-
* @brief Create the stitch point e.g. a point in call stack where other stacks should be stitched to.
|
4324
|
-
* The function returns a unique identifier which is used to match the cut points with corresponding stitch points.
|
4325
|
-
*/
|
4326
|
-
__itt_caller ITTAPI __itt_stack_caller_create(void);
|
4327
|
-
|
4328
|
-
/** @cond exclude_from_documentation */
|
4329
|
-
#ifndef INTEL_NO_MACRO_BODY
|
4330
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
4331
|
-
ITT_STUB(ITTAPI, __itt_caller, stack_caller_create, (void))
|
4332
|
-
#define __itt_stack_caller_create ITTNOTIFY_DATA(stack_caller_create)
|
4333
|
-
#define __itt_stack_caller_create_ptr ITTNOTIFY_NAME(stack_caller_create)
|
4334
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
4335
|
-
#define __itt_stack_caller_create() (__itt_caller)0
|
4336
|
-
#define __itt_stack_caller_create_ptr 0
|
4337
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
4338
|
-
#else /* INTEL_NO_MACRO_BODY */
|
4339
|
-
#define __itt_stack_caller_create_ptr 0
|
4340
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
4341
|
-
/** @endcond */
|
4342
|
-
|
4343
|
-
/**
|
4344
|
-
* @brief Destroy the information about stitch point identified by the pointer previously returned by __itt_stack_caller_create()
|
4345
|
-
*/
|
4346
|
-
void ITTAPI __itt_stack_caller_destroy(__itt_caller id);
|
4347
|
-
|
4348
|
-
/** @cond exclude_from_documentation */
|
4349
|
-
#ifndef INTEL_NO_MACRO_BODY
|
4350
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
4351
|
-
ITT_STUBV(ITTAPI, void, stack_caller_destroy, (__itt_caller id))
|
4352
|
-
#define __itt_stack_caller_destroy ITTNOTIFY_VOID(stack_caller_destroy)
|
4353
|
-
#define __itt_stack_caller_destroy_ptr ITTNOTIFY_NAME(stack_caller_destroy)
|
4354
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
4355
|
-
#define __itt_stack_caller_destroy(id)
|
4356
|
-
#define __itt_stack_caller_destroy_ptr 0
|
4357
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
4358
|
-
#else /* INTEL_NO_MACRO_BODY */
|
4359
|
-
#define __itt_stack_caller_destroy_ptr 0
|
4360
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
4361
|
-
/** @endcond */
|
4362
|
-
|
4363
|
-
/**
|
4364
|
-
* @brief Sets the cut point. Stack from each event which occurs after this call will be cut
|
4365
|
-
* at the same stack level the function was called and stitched to the corresponding stitch point.
|
4366
|
-
*/
|
4367
|
-
void ITTAPI __itt_stack_callee_enter(__itt_caller id);
|
4368
|
-
|
4369
|
-
/** @cond exclude_from_documentation */
|
4370
|
-
#ifndef INTEL_NO_MACRO_BODY
|
4371
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
4372
|
-
ITT_STUBV(ITTAPI, void, stack_callee_enter, (__itt_caller id))
|
4373
|
-
#define __itt_stack_callee_enter ITTNOTIFY_VOID(stack_callee_enter)
|
4374
|
-
#define __itt_stack_callee_enter_ptr ITTNOTIFY_NAME(stack_callee_enter)
|
4375
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
4376
|
-
#define __itt_stack_callee_enter(id)
|
4377
|
-
#define __itt_stack_callee_enter_ptr 0
|
4378
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
4379
|
-
#else /* INTEL_NO_MACRO_BODY */
|
4380
|
-
#define __itt_stack_callee_enter_ptr 0
|
4381
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
4382
|
-
/** @endcond */
|
4383
|
-
|
4384
|
-
/**
|
4385
|
-
* @brief This function eliminates the cut point which was set by latest __itt_stack_callee_enter().
|
4386
|
-
*/
|
4387
|
-
void ITTAPI __itt_stack_callee_leave(__itt_caller id);
|
4388
|
-
|
4389
|
-
/** @cond exclude_from_documentation */
|
4390
|
-
#ifndef INTEL_NO_MACRO_BODY
|
4391
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
4392
|
-
ITT_STUBV(ITTAPI, void, stack_callee_leave, (__itt_caller id))
|
4393
|
-
#define __itt_stack_callee_leave ITTNOTIFY_VOID(stack_callee_leave)
|
4394
|
-
#define __itt_stack_callee_leave_ptr ITTNOTIFY_NAME(stack_callee_leave)
|
4395
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
4396
|
-
#define __itt_stack_callee_leave(id)
|
4397
|
-
#define __itt_stack_callee_leave_ptr 0
|
4398
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
4399
|
-
#else /* INTEL_NO_MACRO_BODY */
|
4400
|
-
#define __itt_stack_callee_leave_ptr 0
|
4401
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
4402
|
-
/** @endcond */
|
4403
|
-
|
4404
|
-
/** @} stitch group */
|
4405
|
-
|
4406
|
-
/* ***************************************************************************************************************************** */
|
4407
|
-
|
4408
|
-
#include <stdarg.h>
|
4409
|
-
|
4410
|
-
/** @cond exclude_from_documentation */
|
4411
|
-
typedef enum __itt_error_code
|
4412
|
-
{
|
4413
|
-
__itt_error_success = 0, /*!< no error */
|
4414
|
-
__itt_error_no_module = 1, /*!< module can't be loaded */
|
4415
|
-
/* %1$s -- library name; win: %2$d -- system error code; unx: %2$s -- system error message. */
|
4416
|
-
__itt_error_no_symbol = 2, /*!< symbol not found */
|
4417
|
-
/* %1$s -- library name, %2$s -- symbol name. */
|
4418
|
-
__itt_error_unknown_group = 3, /*!< unknown group specified */
|
4419
|
-
/* %1$s -- env var name, %2$s -- group name. */
|
4420
|
-
__itt_error_cant_read_env = 4, /*!< GetEnvironmentVariable() failed */
|
4421
|
-
/* %1$s -- env var name, %2$d -- system error. */
|
4422
|
-
__itt_error_env_too_long = 5, /*!< variable value too long */
|
4423
|
-
/* %1$s -- env var name, %2$d -- actual length of the var, %3$d -- max allowed length. */
|
4424
|
-
__itt_error_system = 6 /*!< pthread_mutexattr_init or pthread_mutex_init failed */
|
4425
|
-
/* %1$s -- function name, %2$d -- errno. */
|
4426
|
-
} __itt_error_code;
|
4427
|
-
|
4428
|
-
typedef void (__itt_error_handler_t)(__itt_error_code code, va_list);
|
4429
|
-
__itt_error_handler_t* __itt_set_error_handler(__itt_error_handler_t*);
|
4430
|
-
|
4431
|
-
const char* ITTAPI __itt_api_version(void);
|
4432
|
-
/** @endcond */
|
4433
|
-
|
4434
|
-
/** @cond exclude_from_documentation */
|
4435
|
-
#ifndef INTEL_NO_MACRO_BODY
|
4436
|
-
#ifndef INTEL_NO_ITTNOTIFY_API
|
4437
|
-
#define __itt_error_handler ITT_JOIN(INTEL_ITTNOTIFY_PREFIX, error_handler)
|
4438
|
-
void __itt_error_handler(__itt_error_code code, va_list args);
|
4439
|
-
extern const int ITTNOTIFY_NAME(err);
|
4440
|
-
#define __itt_err ITTNOTIFY_NAME(err)
|
4441
|
-
ITT_STUB(ITTAPI, const char*, api_version, (void))
|
4442
|
-
#define __itt_api_version ITTNOTIFY_DATA(api_version)
|
4443
|
-
#define __itt_api_version_ptr ITTNOTIFY_NAME(api_version)
|
4444
|
-
#else /* INTEL_NO_ITTNOTIFY_API */
|
4445
|
-
#define __itt_api_version() (const char*)0
|
4446
|
-
#define __itt_api_version_ptr 0
|
4447
|
-
#endif /* INTEL_NO_ITTNOTIFY_API */
|
4448
|
-
#else /* INTEL_NO_MACRO_BODY */
|
4449
|
-
#define __itt_api_version_ptr 0
|
4450
|
-
#endif /* INTEL_NO_MACRO_BODY */
|
4451
|
-
/** @endcond */
|
4452
|
-
|
4453
|
-
#ifdef __cplusplus
|
4454
|
-
}
|
4455
|
-
#endif /* __cplusplus */
|
4456
|
-
|
4457
|
-
#endif /* _ITTNOTIFY_PRIVATE_ */
|
4458
|
-
|
4459
|
-
#endif /* INTEL_ITTNOTIFY_API_PRIVATE */
|