-
-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Issue Metrics (2025-09-29..2025-10-05)
Summary
- Total issues/PRs: 1
- Closed issues/PRs: 1
- Average time to close: -739525 days, 05:40:33
Issues and Pull Requests
- Discuss releasing OS optimization benchmark on Hugging Face — eunomia-bpf/schedcp Add mkdocs configurations #2 (✅ Closed)
Org Activity Addendum (eunomia-bpf, 2025-09-29..2025-10-05)
New Stars
- Total new stars: 68
By Repository:
- eunomia-bpf/eunomia-bpf: 3 new stars
- eunomia-bpf/bpf-developer-tutorial: 14 new stars
- eunomia-bpf/GPTtrace: 1 new stars
- eunomia-bpf/libbpf-rs-starter-template: 2 new stars
- eunomia-bpf/cilium-ebpf-starter-template: 1 new stars
- eunomia-bpf/bpftime: 12 new stars
- eunomia-bpf/eunomia.dev: 4 new stars
- eunomia-bpf/eGPU: 6 new stars
- eunomia-bpf/llvmbpf: 8 new stars
- eunomia-bpf/cupti-tutorial: 3 new stars
- eunomia-bpf/schedcp: 8 new stars
- eunomia-bpf/agentsight: 4 new stars
- eunomia-bpf/MCPtrace: 2 new stars
New Repositories
- (none)
Pull Requests Opened
- Update nix flake and fix nix build — eunomia-bpf/libbpf-starter-template Add CNAME file #9
- Allow directly running eBPF program on GPU — eunomia-bpf/bpftime #456
- Add Spirv support — eunomia-bpf/llvmbpf update build docs of probe_check #35
- gpu: fix memtrace example — eunomia-bpf/bpftime #455
- example: add cpu and gpu together — eunomia-bpf/bpftime #454
- [~] Fix errors in openeuler — eunomia-bpf/llvmbpf Fix image links of wasm-bpf.md #34
- Add wall clock analysis — eunomia-bpf/bpf-developer-tutorial #184
- enhances the CUDA benchmarking and add memtrace — eunomia-bpf/bpftime #453
- docs: modify inconsistent method names between description and code — eunomia-bpf/bpf-developer-tutorial #183
- fix: Resolve compilation failure when BPFTIME_ENABLE_CUDA_ATTACH=1 — eunomia-bpf/bpftime #452
Pull Requests Merged
- Add Spirv support — eunomia-bpf/llvmbpf update build docs of probe_check #35
- gpu: fix memtrace example — eunomia-bpf/bpftime #455
- example: add cpu and gpu together — eunomia-bpf/bpftime #454
- [~] Fix errors in openeuler — eunomia-bpf/llvmbpf Fix image links of wasm-bpf.md #34
- Add wall clock analysis — eunomia-bpf/bpf-developer-tutorial #184
- enhances the CUDA benchmarking and add memtrace — eunomia-bpf/bpftime #453
- docs: modify inconsistent method names between description and code — eunomia-bpf/bpf-developer-tutorial #183
- fix: Resolve compilation failure when BPFTIME_ENABLE_CUDA_ATTACH=1 — eunomia-bpf/bpftime #452
- [WIP] Force link VM compat libraries to avoid runtime error in openeuler — eunomia-bpf/bpftime #448
Commits
- docs: remove redundant references to official documentation in multiple tutorial README files — eunomia-bpf/bpf-developer-tutorial @445722e (2025-10-01T16:56:59-07:00)
- docs: update README files to streamline eunomia-bpf installation instructions — eunomia-bpf/bpf-developer-tutorial @6364a28 (2025-10-03T16:59:36-07:00)
- docs: enhance README files with detailed explanations and improved clarity across multiple tutorials — eunomia-bpf/bpf-developer-tutorial @c037dbf (2025-10-03T16:52:33-07:00)
- docs: refine README files for clarity and conciseness across multiple tutorials — eunomia-bpf/bpf-developer-tutorial @4250a9a (2025-10-03T17:05:21-07:00)
- remove bcc document — eunomia-bpf/bpf-developer-tutorial @f79114f (2025-10-03T16:15:18-07:00)
- docs: enhance README files with expanded explanations on eBPF's user-space capabilities and performance improvements — eunomia-bpf/bpf-developer-tutorial @5aabe4d (2025-10-04T00:37:40-07:00)
- docs: update eBPF tutorial to include recent advancements in CPU scheduling and adoption by major organizations — eunomia-bpf/bpf-developer-tutorial @dc217d2 (2025-10-04T01:39:48-07:00)
- Add eBPF tutorial and monitoring scripts for GPU activity — eunomia-bpf/bpf-developer-tutorial @6042594 (2025-10-05T00:26:31-07:00)
- Refactor test output in arena_list.c to remove redundant print statements — eunomia-bpf/bpf-developer-tutorial @f3c4a3e (2025-10-06T06:24:08+08:00)
- docs: add comprehensive BPF Arena tutorial detailing features, use cases, and examples — eunomia-bpf/bpf-developer-tutorial @0e19d48 (2025-10-04T23:15:03-07:00)
- Add BPF Workqueues support and example — eunomia-bpf/bpf-developer-tutorial @b88ab2a (2025-10-04T22:49:09-07:00)
- bpf: Implement arena list management with allocation and deletion — eunomia-bpf/bpf-developer-tutorial @ba1a6a4 (2025-10-04T21:39:24-07:00)
- Add wall clock analysis (#184) — eunomia-bpf/bpf-developer-tutorial @7045170 (2025-09-30T22:11:52-07:00)
- docs: enhance README with detailed explanation of CUDA API tracing and eBPF integration — eunomia-bpf/bpf-developer-tutorial @c9d3d65 (2025-09-30T22:28:48-07:00)
- docs: update flame graph image links in README files for wall clock profiling tutorial — eunomia-bpf/bpf-developer-tutorial @71c89cb (2025-09-30T22:49:41-07:00)
- feat: add native RAPL support for real-time energy measurements in energy monitor — eunomia-bpf/bpf-developer-tutorial @bcae6d0 (2025-09-30T17:28:08-07:00)
- docs: modify inconsistent method names between description and code (#183) — eunomia-bpf/bpf-developer-tutorial @da67bfc (2025-09-30T18:10:34-07:00)
- Translate — eunomia-bpf/bpf-developer-tutorial @91120e6 (2025-10-03T16:12:56-07:00)
- docs: add related work and further reading section to wall clock profiling tutorial — eunomia-bpf/bpf-developer-tutorial @cac8910 (2025-10-04T00:26:01-07:00)
- [~] Fix errors in openeuler (#34) — eunomia-bpf/llvmbpf @81603bc (2025-10-02T21:43:07+08:00)
- Update README and example PTX documentation to clarify GPU architecture detection and compilation options. Remove references to automatic compute capability detection for PTX generation, and note that the example code is hardcoded for a specific GPU architecture. Enhance clarity on build instructions and output examples. — eunomia-bpf/llvmbpf @22d5006 (2025-10-06T06:23:58+08:00)
- Add Spirv support (#35) — eunomia-bpf/llvmbpf @afea809 (2025-10-04T19:03:19-07:00)
- Update index.md hero section for clarity and enhance mkdocs.yaml navigation with additional bpftime documentation files — eunomia-bpf/eunomia.dev @069bec1 (2025-09-29T22:50:43Z)
- Update image links to use absolute URLs in documentation — eunomia-bpf/eunomia.dev @19b4f55 (2025-09-30T17:38:26-07:00)
- Update for modify contents — eunomia-bpf/eunomia.dev @d71f7db (2025-10-01T00:36:56Z)
- Update for modify contents — eunomia-bpf/eunomia.dev @b8c0976 (2025-10-01T01:20:26Z)
- Update README to include tutorial link — eunomia-bpf/eunomia.dev @dcb1f25 (2025-10-01T03:05:06-07:00)
- Update for modify contents — eunomia-bpf/eunomia.dev @5c5e0d7 (2025-10-01T10:07:41Z)
- Update tutorial link for wallclock profiler — eunomia-bpf/eunomia.dev @12313db (2025-09-30T22:13:21-07:00)
- Update for modify contents — eunomia-bpf/eunomia.dev @f9aea5d (2025-10-01T05:16:00Z)
- Update for modify contents — eunomia-bpf/eunomia.dev @a8171be (2025-10-01T05:33:43Z)
- Update for modify contents — eunomia-bpf/eunomia.dev @a0bcbb0 (2025-10-01T05:54:24Z)
- Add GPU documentation to bpftime navigation — eunomia-bpf/eunomia.dev @4636027 (2025-09-30T12:38:19-07:00)
- Update index.md — eunomia-bpf/eunomia.dev @1c94575 (2025-09-30T11:49:03-07:00)
- Update for modify contents — eunomia-bpf/eunomia.dev @1076245 (2025-09-30T06:00:32Z)
- up — eunomia-bpf/eunomia.dev @f5629cc (2025-09-29T22:57:56-07:00)
- Update for modify contents — eunomia-bpf/eunomia.dev @191cf9a (2025-09-29T05:36:16Z)
- Update Makefile and rename.sh to include bpftime documentation in the build process — eunomia-bpf/eunomia.dev @598e908 (2025-09-28T22:32:45-07:00)
- Refactor documentation for bpftime tools and examples for clarity and consistency — eunomia-bpf/eunomia.dev @613a189 (2025-09-30T00:39:43-07:00)
- Update for modify contents — eunomia-bpf/eunomia.dev @6047fef (2025-09-30T07:42:21Z)
- Update index.md — eunomia-bpf/eunomia.dev @8263300 (2025-09-30T01:59:21-07:00)
- Update for modify contents — eunomia-bpf/eunomia.dev @98f2b40 (2025-09-30T09:02:23Z)
- Update for modify contents — eunomia-bpf/eunomia.dev @ea47628 (2025-10-03T23:18:15Z)
- Update for modify contents — eunomia-bpf/eunomia.dev @97dd147 (2025-10-03T23:57:29Z)
- Update for modify contents — eunomia-bpf/eunomia.dev @5c90de8 (2025-10-04T00:10:08Z)
- Refactor documentation for eBPF projects: — eunomia-bpf/eunomia.dev @18f1ed2 (2025-10-03T17:15:07-07:00)
- Remove Chinese translation of the bcc Python Developer Tutorial — eunomia-bpf/eunomia.dev @37aff5b (2025-10-03T17:15:07-07:00)
- Update for modify contents — eunomia-bpf/eunomia.dev @8d3c375 (2025-10-04T00:04:48Z)
- Update documentation to reflect changes in OSDI paper reference and enhance clarity in examples section — eunomia-bpf/eunomia.dev @5a5e168 (2025-10-03T21:09:01-07:00)
- Update for modify contents — eunomia-bpf/eunomia.dev @6172f4b (2025-10-04T07:42:39Z)
- Update for modify contents — eunomia-bpf/eunomia.dev @3ff0295 (2025-10-04T07:30:51Z)
- Update for modify contents — eunomia-bpf/eunomia.dev @09afc1d (2025-10-04T08:44:31Z)
- Remove obsolete configuration and documentation files for HTTP2 and BTF uprobe tutorials — eunomia-bpf/eunomia.dev @0a187bc (2025-10-06T05:09:48+08:00)
- Add SchedCP documentation for AI optimization of Linux scheduler — eunomia-bpf/eunomia.dev @582d759 (2025-10-06T06:19:43+08:00)
- Update for modify contents — eunomia-bpf/eunomia.dev @1163b17 (2025-10-05T22:28:38Z)
- Update mkdocs.yaml — eunomia-bpf/eunomia.dev @b082bac (2025-10-01T17:00:42-07:00)
- Update for modify contents — eunomia-bpf/eunomia.dev @de3a915 (2025-10-02T00:04:47Z)
- Refine grant proposal draft for NGI0 application, enhancing project title, abstract, and responses to application questions for clarity and focus on GPU-native observability. — eunomia-bpf/eunomia.dev @f4fdd27 (2025-10-01T23:17:57-07:00)
- Add structured proposal draft and requirements specification for NLnet funding — eunomia-bpf/eunomia.dev @0a4a2a7 (2025-10-01T23:17:57-07:00)
- Update ebpf-uxdp-workshop-talk.md — eunomia-bpf/eunomia.dev @d47f77c (2025-10-01T13:26:18-07:00)
- Update for modify contents — eunomia-bpf/eunomia.dev @9f9810c (2025-10-05T06:19:39Z)
- Update for modify contents — eunomia-bpf/eunomia.dev @4b889d7 (2025-10-05T07:31:16Z)
- Add comprehensive review and action plan for POSITIONING.md — eunomia-bpf/eunomia-bpf @9281b0c (2025-10-03T23:36:56-07:00)
- Enhance documentation and examples for eunomia-bpf — eunomia-bpf/eunomia-bpf @625992e (2025-10-04T00:32:37-07:00)
- Refactor test configuration and build system for CUDA support. Update Makefile to use STATIC library for test kernels, add test_config.h for PTX file path, and ensure proper linking in performance tests. — eunomia-bpf/XDP-on-GPU @3e3a402 (2025-10-05T00:35:33-07:00)
- Update README.md — eunomia-bpf/XDP-on-GPU @42baaf7 (2025-10-05T14:04:29-07:00)
- Update bpftime description to include GPU offloading — eunomia-bpf/.github @be52e1d (2025-10-03T13:23:03-07:00)
- Update README.md — eunomia-bpf/.github @e074913 (2025-10-03T13:22:18-07:00)
- Update README.md — eunomia-bpf/.github @9e1122e (2025-09-30T17:32:53-07:00)
- Enhance configuration and documentation for MCP server and scheduler optimization — eunomia-bpf/schedcp @d0a2e8b (2025-09-29T01:49:28-07:00)
- ls — eunomia-bpf/schedcp @12fef90 (2025-09-29T15:06:06+08:00)
- Enhance documentation and introduce Autotune tool for command optimization — eunomia-bpf/schedcp @2c9feb4 (2025-09-29T17:39:16+08:00)
- Update .gitignore, enhance settings.local.json permissions, improve cc prompt, add schbench optimization GIF, and refine README.md commands — eunomia-bpf/schedcp @d00031b (2025-09-29T17:33:57+08:00)
- Add prompt module and refactor prompt creation — eunomia-bpf/schedcp @87a43da (2025-09-29T12:47:21+08:00)
- Enhance process termination handling in ProcessRunner — eunomia-bpf/schedcp @5af5942 (2025-09-29T12:09:48+08:00)
- Enhance process termination handling in ProcessRunner — eunomia-bpf/schedcp @4bd59ab (2025-09-29T11:55:40+08:00)
- Refactor workload command structure and implementation — eunomia-bpf/schedcp @6dbb102 (2025-09-29T11:55:40+08:00)
- Refactor CLI to support cc command with custom prompt — eunomia-bpf/schedcp @2724a9a (2025-09-29T14:33:25+08:00)
- Add command execution and daemon management features — eunomia-bpf/schedcp @0b25b6d (2025-09-29T14:22:17+08:00)
- Improve command execution error handling in daemon — eunomia-bpf/schedcp @add60c3 (2025-09-29T12:53:58+08:00)
- Remove obsolete submodules and update submodule references — eunomia-bpf/schedcp @36df9c8 (2025-09-29T14:16:03-07:00)
- fix image — eunomia-bpf/schedcp @380578a (2025-09-30T02:43:39+08:00)
- Add system monitoring capabilities and custom scheduler management to MCP server — eunomia-bpf/schedcp @56bb172 (2025-09-29T17:49:50-07:00)
- fix custom scheduler — eunomia-bpf/schedcp @a5f83b2 (2025-09-29T17:26:37-07:00)
- Enhance scheduler management and execution capabilities — eunomia-bpf/schedcp @2fd61b0 (2025-09-29T17:17:31-07:00)
- Add CreateSchedulerRequest struct and create_and_verify_scheduler implementation — eunomia-bpf/schedcp @57e34df (2025-09-29T16:37:33-07:00)
- Add system_info module and enhance optimization prompt with system specifications — eunomia-bpf/schedcp @695d9a0 (2025-09-29T16:03:03-07:00)
- Clarify README to specify current MCP tools available — eunomia-bpf/schedcp @cbabdac (2025-09-29T17:58:47-07:00)
- Add support for creating and running custom schedulers from source code — eunomia-bpf/schedcp @1900d66 (2025-09-29T16:25:33-07:00)
- Revise README.md for clarity and feature updates — eunomia-bpf/schedcp @cdb22df (2025-09-30T03:11:07+08:00)
- Add SchedulerGenerator module and related tests — eunomia-bpf/schedcp @44ed405 (2025-09-30T03:35:14+08:00)
- Update README to emphasize AI agent capabilities in automatic optimization — eunomia-bpf/schedcp @b590a62 (2025-09-30T22:06:56-07:00)
- Update README.md to include direct links for images and .mcp.json file — eunomia-bpf/schedcp @1fd8b6e (2025-10-06T06:17:57+08:00)
- Refactor SchedulerGenerator methods and update tests for clarity — eunomia-bpf/schedcp @72998a3 (2025-10-06T06:17:57+08:00)
- docs: Expand GPU README with detailed explanations on eBPF integration and profiling capabilities — eunomia-bpf/bpftime @edf049a (2025-09-30T01:31:07-07:00)
- docs: Update README files for bpftime tools with detailed usage instructions and command references — eunomia-bpf/bpftime @abb078f (2025-09-30T00:34:45-07:00)
- docs: Enhance README with Deepwiki reference — eunomia-bpf/bpftime @e0320a7 (2025-09-29T15:41:58-07:00)
- fix: Resolve compilation failure when BPFTIME_ENABLE_CUDA_ATTACH=1 (#452) — eunomia-bpf/bpftime @6a9827e (2025-09-29T23:30:30+13:00)
- Add kernelretsnoop and threadhist tools for CUDA kernel profiling — eunomia-bpf/bpftime @ecaaefb (2025-10-01T00:03:34-07:00)
- gpu: fix memtrace example (#455) — eunomia-bpf/bpftime @ca8a4ee (2025-10-02T02:51:16-07:00)
- example: add cpu and gpu together (#454) — eunomia-bpf/bpftime @20acd88 (2025-10-01T16:45:30-07:00)
- enhances the CUDA benchmarking and add memtrace (#453) — eunomia-bpf/bpftime @12a4f1e (2025-09-30T18:45:27-07:00)
- [WIP] Force link VM compat libraries to avoid runtime error in openeuler (#448) — eunomia-bpf/bpftime @2fe49d6 (2025-10-04T12:19:23+08:00)
Metadata
Metadata
Assignees
Labels
No labels