Commit Graph

  • 2755713cf0
    Merge pull request #668 from aya-rs/invalidate-bpf-linker vadorovsky 2023-07-17 23:31:46 +0200
  • 202c6882d0 cargo: Define dependencies on the workspace level Mike Rostecki 2023-07-17 22:17:56 +0200
  • 55b2010f19
    integration-test: invalidate on bpf-linker Tamir Duberstein 2023-07-17 17:16:37 -0400
  • a3b1a46d4f
    integration-test: invalidate on bpf-linker Tamir Duberstein 2023-07-17 17:11:49 -0400
  • 2ee29356d1 cargo: Define dependencies on the workspace level Mike Rostecki 2023-07-17 22:17:56 +0200
  • d5259ce789 xtask: move libbpf submodule Andrew Werner 2023-07-17 15:50:25 -0400
  • 15b3c459ae xtask: ensure libbpf submodule is initialized Andrew Werner 2023-07-17 09:52:14 -0400
  • dc3b0b8730
    Merge pull request #666 from aya-rs/toml-fmt vadorovsky 2023-07-17 22:22:51 +0200
  • c8bf646ef0
    toml: add formatter and check in CI Tamir Duberstein 2023-07-14 10:57:12 -0400
  • 82b4f962c1
    toml: add formatter and check in CI Tamir Duberstein 2023-07-14 10:57:12 -0400
  • 4306b222d8 .github: update codegen workflow to use submodule Andrew Werner 2023-07-17 15:43:51 -0400
  • 30f77baeb7 bpf: Add bpf_d_path helper Mike Rostecki 2023-07-17 21:10:18 +0200
  • 38182350d7 aya-bpf-macros: Refactor for ease of testing Dave Tucker 2023-07-04 17:13:40 +0100
  • 47bc616952 aya: Find programs using the symbol table Dave Tucker 2022-10-12 14:27:00 +0000
  • 893ab76afa
    Merge pull request #665 from aya-rs/dead-code-rm Tamir Duberstein 2023-07-17 11:42:44 -0400
  • 6f2a8c8a5c
    aya: avoid an allocation Tamir Duberstein 2023-07-17 10:49:15 -0400
  • d71d1e1993
    aya: remove dead code Tamir Duberstein 2023-07-17 10:48:57 -0400
  • 7f24e25f44 xtask: ensure libbpf submodule is initialized Andrew Werner 2023-07-17 09:52:14 -0400
  • edd3ceb1c1 xtask: Add an error message for missing libbf Dave Tucker 2023-07-17 13:57:26 +0100
  • fbe3e2927a .github: Fix CI workflows to checkout libbpf Dave Tucker 2023-07-17 13:48:39 +0100
  • 8cc7007890 No submodules please Dave Tucker 2023-07-17 13:44:11 +0100
  • 34a20b1cc6 aya-bpf-macros: Refactor for ease of testing Dave Tucker 2023-07-04 17:13:40 +0100
  • e5d27b6b31 aya: Find programs using the symbol table Dave Tucker 2022-10-12 14:27:00 +0000
  • b14fd02445 delete extra comment. pdliyan 2023-07-17 15:58:31 +0800
  • f91b12f73f add comment. pdliyan 2023-07-17 15:54:05 +0800
  • a8046e411c fix bug. pdliyan 2023-07-17 15:10:28 +0800
  • 76a836639a fix bug. pdliyan 2023-07-17 11:24:44 +0800
  • 4a59c2a5ea aya: Implement RingBuf Andrew Werner 2023-07-11 11:30:01 -0400
  • d0219a7ff0 aya: move mmap from perf_buffer.rs to sys/mod.rs William Findlay 2021-10-22 11:33:38 -0400
  • 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