Commit Graph

  • 279dd0d668 aya: impl From<obj::InvalidMapTypeError> for MapTypeError Andrew Werner 2023-07-11 11:37:47 -0400
  • af54a819a3
    Merge pull request #660 from aya-rs/log-test Tamir Duberstein 2023-07-16 13:04:37 -0400
  • 703e7108f2
    Make logging test output more legible Tamir Duberstein 2023-07-14 15:55:13 -0400
  • 19415f8c74
    Make logging test output more legible Tamir Duberstein 2023-07-14 15:55:13 -0400
  • 2bec904a3c 调整sarg. pdliyan 2023-07-15 19:56:07 +0800
  • bbc6a73f4b
    Merge pull request #657 from aya-rs/build-rs-invalidate-deps Tamir Duberstein 2023-07-15 07:33:24 -0400
  • 459c241f5f 调整from_stack_argument. pdliyan 2023-07-15 14:56:55 +0800
  • 232cd45e41
    Merge pull request #656 from aya-rs/kernel-version-fml Tamir Duberstein 2023-07-14 23:18:32 -0400
  • 9b8b3a8e84 aya: Implement RingBuf Andrew Werner 2023-07-11 11:30:01 -0400
  • 581d5c8f5f
    integration-test: bust cache on bpf-linker Tamir Duberstein 2023-07-14 18:18:57 -0400
  • 2a6d2a6402
    integration-test: transitive dep on Rust ebpf Tamir Duberstein 2023-07-14 18:15:10 -0400
  • 97329740b0 aya: Implement RingBuf Andrew Werner 2023-07-11 11:30:01 -0400
  • 89f5c43a40 aya: move mmap from perf_buffer.rs to sys/mod.rs William Findlay 2021-10-22 11:33:38 -0400
  • a1b53f9d06 aya: impl From<obj::InvalidMapTypeError> for MapTypeError Andrew Werner 2023-07-11 11:37:47 -0400
  • 35ed85a87f
    Handle WSL kernel version strings Tamir Duberstein 2023-07-14 10:50:03 -0400
  • 961f45da37
    Replace matches with assert_matches Tamir Duberstein 2023-07-14 10:40:07 -0400
  • b875f83f22
    Remove duplicate entry Tamir Duberstein 2023-07-14 13:01:48 -0400
  • 61608e6458
    Merge pull request #650 from aya-rs/test-cleanup Tamir Duberstein 2023-07-14 12:44:29 -0400
  • 0766e70548
    Merge pull request #584 from marysaka/fix/btf-kern-optional Alessandro Decina 2023-07-14 23:06:13 +0700
  • 8e9712ac02
    Run tests with powerset of features Tamir Duberstein 2023-07-13 10:53:03 -0400
  • 6d06e2bf3a
    Include ~all crates in default members Tamir Duberstein 2023-07-13 10:43:15 -0400
  • 5407d4a9a1
    Don't use env::tempdir Tamir Duberstein 2023-07-13 10:26:56 -0400
  • fa91fb4f59
    Remove "async" feature Tamir Duberstein 2023-07-13 10:16:59 -0400
  • dc38b7eff0
    .github: fail-fast: false Tamir Duberstein 2023-07-13 11:31:49 -0400
  • 464fb54b25
    Merge pull request #655 from aya-rs/logs-docs Tamir Duberstein 2023-07-14 10:51:19 -0400
  • 88039a28ef
    Handle WSL kernel version strings Tamir Duberstein 2023-07-14 10:50:03 -0400
  • 50b39a71ae
    Replace matches with assert_matches Tamir Duberstein 2023-07-14 10:40:07 -0400
  • 40f24fe8e1
    site: generate docs for logging crates Tamir Duberstein 2023-07-14 10:26:10 -0400
  • 74b546827c aya: Ignore embedded BTF error if not truely required Mary 2023-07-14 09:42:51 +0200
  • 1021462e49 aya: move mmap from perf_buffer.rs to sys/mod.rs William Findlay 2021-10-22 11:33:38 -0400
  • aeb36d89aa aya: impl From<obj::InvalidMapTypeError> for MapTypeError Andrew Werner 2023-07-11 11:37:47 -0400
  • 76ad93268f
    Merge pull request #652 from aya-rs/docs Tamir Duberstein 2023-07-13 22:21:29 -0400
  • 28c4ad3e1a
    Merge pull request #653 from aya-rs/rebuild-on-changed ajwerner 2023-07-13 21:00:30 -0400
  • c250c6c9db
    integration-test: avoid cargo deadflock Tamir Duberstein 2023-07-13 19:22:08 -0400
  • 38a2711720
    integration-test: properly rebuild bpf on change Tamir Duberstein 2023-07-13 19:01:42 -0400
  • b86d42d1b0
    xtask: remove assumptions from docs command Tamir Duberstein 2023-07-13 14:38:01 -0400
  • 56fc078750 aya: move mmap from perf_buffer.rs to sys/mod.rs William Findlay 2021-10-22 11:33:38 -0400
  • f46e324d86 aya: impl From<obj::InvalidMapTypeError> for MapTypeError Andrew Werner 2023-07-11 11:37:47 -0400
  • e2b673eb41
    Merge pull request #651 from alessandrod/bpf-cargo-config Alessandro Decina 2023-07-13 23:32:15 +0700
  • c64d8e2bb7 Add back bpf/.cargo/config.toml Alessandro Decina 2023-07-14 02:02:20 +1000
  • e5143c881c
    Run tests with all feature powerset Tamir Duberstein 2023-07-13 10:53:03 -0400
  • 16189e18cb
    Include all-but-integration crates in default members Tamir Duberstein 2023-07-13 10:43:15 -0400
  • de6e925aba
    Don't use env::tempdir Tamir Duberstein 2023-07-13 10:26:56 -0400
  • 077323ae1e
    Remove "async" feature Tamir Duberstein 2023-07-13 10:16:59 -0400
  • 7ea7924d24 aya: Implement .kconfig support Mary 2023-07-13 14:29:51 +0200
  • a04d83651b aya: Allows sharing Map between different eBPFs Mary 2023-03-29 15:06:40 +0200
  • 242d8c33c4 Fix build Alessandro Decina 2023-07-13 14:30:43 +1000
  • eb60d65613
    Merge pull request #520 from astoycos/unsupported-map Alessandro Decina 2023-07-13 11:24:47 +0700
  • edb7baf9a3
    Merge pull request #560 from astoycos/fix-perf-link-pin Andrew Stoycos 2023-07-12 22:35:10 -0400
  • ec0c54e662 aya: move mmap from perf_buffer.rs to sys/mod.rs William Findlay 2021-10-22 11:33:38 -0400
  • 2733488310 aya: impl From<obj::InvalidMapTypeError> for MapTypeError Andrew Werner 2023-07-11 11:37:47 -0400
  • 94f554a52f
    fix loaded_programs() race in int-tests Andrew Stoycos 2023-07-12 14:13:22 -0400
  • 80b371f6d1
    add FdLink documentation and example Andrew Stoycos 2023-05-03 12:05:30 -0400
  • fb075636c1
    Add integration test for perf link pin Andrew Stoycos 2023-05-02 15:58:27 -0400
  • e668ae0c1b
    re-add bpftool to integration tests Andrew Stoycos 2023-07-10 16:56:50 -0400
  • 58895db9b4
    Implement FdLink conversions Andrew Stoycos 2023-03-27 11:25:45 -0400
  • 7def6d7218
    Merge pull request #644 from aya-rs/build-script Tamir Duberstein 2023-07-12 21:58:37 -0400
  • 23bea22ac1
    integration-test: build one binary instead of N Tamir Duberstein 2023-07-12 15:22:11 -0400
  • 728a25d9d9
    vscode: check all targets Tamir Duberstein 2023-07-12 15:19:39 -0400
  • 6ac1320707
    integration-test: build "fake" by default Tamir Duberstein 2023-07-10 13:42:11 -0400
  • 9086265ac0
    xtask: reimplement build-integration-test Tamir Duberstein 2023-07-10 22:17:05 -0400
  • c76d5a9950
    integration-test: compile without touching disk Tamir Duberstein 2023-07-11 16:06:47 -0400
  • 3d463a3610
    integration-test: compile Rust probes using build.rs Tamir Duberstein 2023-07-10 18:10:15 -0400
  • bc9f059d53
    xtask: inline build_ebpf Tamir Duberstein 2023-07-10 16:36:56 -0400
  • 8c61fc9ea6
    integration-test: compile C probes using build.rs Tamir Duberstein 2023-07-10 14:59:09 -0400
  • 6ca7d53733
    Remove detritus Tamir Duberstein 2023-07-10 17:17:38 -0400
  • a840a17308
    Merge pull request #648 from aya-rs/clippy-more Tamir Duberstein 2023-07-12 21:16:04 -0400
  • f9ff23446d
    fix loaded_programs() race in int-tests Andrew Stoycos 2023-07-12 14:13:22 -0400
  • 77d1a3531c
    remove empty dir Andrew Stoycos 2023-07-12 12:48:09 -0400
  • 9f1bfbada3
    add FdLink documentation and example Andrew Stoycos 2023-05-03 12:05:30 -0400
  • a0cb4f5ffd
    Add integration test for perf link pin Andrew Stoycos 2023-05-02 15:58:27 -0400
  • f1c085ef62
    fix loaded_programs() race in int-tests Andrew Stoycos 2023-07-12 14:13:22 -0400
  • 9ce22837ed
    fix loaded_programs() race in int-tests Andrew Stoycos 2023-07-12 14:13:22 -0400
  • 57370b574d
    remove empty dir Andrew Stoycos 2023-07-12 12:48:09 -0400
  • 86a7812e8e
    add FdLink documentation and example Andrew Stoycos 2023-05-03 12:05:30 -0400
  • 452a3cdefe aya: move mmap from perf_buffer.rs to sys/mod.rs William Findlay 2021-10-22 11:33:38 -0400
  • 8aa5d76a9d aya: impl From<obj::InvalidMapTypeError> for MapTypeError Andrew Werner 2023-07-11 11:37:47 -0400
  • 647a4d228e
    remove empty dir Andrew Stoycos 2023-07-12 12:48:09 -0400
  • c6be26a9aa
    add FdLink documentation and example Andrew Stoycos 2023-05-03 12:05:30 -0400
  • e8fad8f7e7
    Add integration test for perf link pin Andrew Stoycos 2023-05-02 15:58:27 -0400
  • 73b3e29416
    re-add bpftool to integration tests Andrew Stoycos 2023-07-10 16:56:50 -0400
  • 6a34f85e65
    Implement FdLink conversions Andrew Stoycos 2023-03-27 11:25:45 -0400
  • 4fef255823
    disallow (some) as conversions Tamir Duberstein 2023-07-12 10:28:23 -0400
  • e621a09181
    Clippy over tests and integration-ebpf Tamir Duberstein 2023-07-11 17:55:47 -0400
  • 8eef908f97
    re-add bpftool to integration tests Andrew Stoycos 2023-07-10 16:56:50 -0400
  • 10ae859627
    Add FdLink documentation Andrew Stoycos 2023-05-03 12:05:30 -0400
  • 41d52e96b6
    Add integration test for perf link pin Andrew Stoycos 2023-05-02 15:58:27 -0400
  • 7f9ed58b67
    Implement FdLink conversions Andrew Stoycos 2023-03-27 11:25:45 -0400
  • e72a32cb0e aya: Implement RingBuf Andrew Werner 2023-07-11 11:30:01 -0400
  • 9244b768c3 aya: move mmap from perf_buffer.rs to sys/mod.rs William Findlay 2021-10-22 11:33:38 -0400
  • 725719b962 aya: impl From<obj::InvalidMapTypeError> for MapTypeError Andrew Werner 2023-07-11 11:37:47 -0400
  • c01a5a4df4
    Clippy over tests and integration-ebpf Tamir Duberstein 2023-07-11 17:55:47 -0400
  • 6e9aba55fe
    Merge pull request #643 from aya-rs/procfs Tamir Duberstein 2023-07-12 06:40:09 -0400
  • d1c3ac4bb9 Use procfs crate commit import a bug: kernel vesion must be smaller than 4.17.0 in probe.rs. xiawanli 2023-07-12 17:03:51 +0800
  • a1e0130387
    Type-erase KernelVersion::current error Tamir Duberstein 2023-07-11 23:52:18 -0400
  • 5ae6227d63 use debugfs only in kernel version less than 4.17.0 Zhang Xiaodong 2023-07-12 09:17:33 +0800
  • 6bceb1c3da
    Invert comparison Tamir Duberstein 2023-07-11 16:52:06 -0400
  • e02408eaa6
    integration-test: compile without touching disk Tamir Duberstein 2023-07-11 16:06:47 -0400
  • 48bf7fbc3f
    integration-test: strip tokio features Tamir Duberstein 2023-07-11 15:12:06 -0400
  • 6e570f0f14
    Rewrite kernel version logic Tamir Duberstein 2023-07-11 10:43:49 -0400