摘要: 本文为读书整理内容。 阅读全文
posted @ 2026-02-27 14:24 liyan-ah 阅读(5) 评论(0) 推荐(0)
摘要: title: 黑魔法--用 ebpf 构建用户空间数据的桥梁 description: date: 2022-11-04T18:00:00+08:00 tags: bpf, code category: BPF 运行效果 在看运行效果之前,需要先看下目标示例的代码以便更好的理解本文介绍的功能: // 阅读全文
posted @ 2026-02-27 14:23 liyan-ah 阅读(1) 评论(0) 推荐(0)
摘要: title: 如何追踪golang channel? description: date: 2023-12-08T19:43:00+08:00 tags: golang, channel, bpf, observe category: BPF 在无侵入观测服务拓扑四元组的一种实现中,笔者有提到追踪g 阅读全文
posted @ 2026-02-27 14:23 liyan-ah 阅读(3) 评论(0) 推荐(0)
摘要: 本文为 effective-rust 第 30 条译文。 阅读全文
posted @ 2026-02-27 13:40 liyan-ah 阅读(2) 评论(0) 推荐(0)
摘要: title: x86_64 寄存器传参方式 description: date: 2022-08-31T19:51:00+08:00 tags: bpf category: code 验证代码 # 环境 ├── arg.bt ├── arg_test └── hello.c // hello.c, 阅读全文
posted @ 2026-02-27 13:40 liyan-ah 阅读(3) 评论(0) 推荐(0)
摘要: 译文整理,转载。 阅读全文
posted @ 2026-02-27 13:40 liyan-ah 阅读(1) 评论(0) 推荐(0)
摘要: title: Tonic `message length too large` 问题分析 description: date: 2024-09-09T15:40:41+08:00 tags: category: 问题分析 解决方案 阅读全文
posted @ 2026-02-27 13:40 liyan-ah 阅读(2) 评论(0) 推荐(0)
摘要: title: redisgo 连接报错 description: date: 2021-08-18T17:26:00+08:00 tags: go, redisgo, debug category: code redis写数据时,出现报错write: broken pipe及write: conne 阅读全文
posted @ 2026-02-27 13:40 liyan-ah 阅读(3) 评论(0) 推荐(0)
摘要: title: emacs! start org-mode! --org-mode使用备注 description: date: 2021-01-10T20:30:00+08:00 tags: emacs, org-mode category: code org-mode介绍 在神的编辑器emacs的 阅读全文
posted @ 2026-02-27 13:40 liyan-ah 阅读(2) 评论(0) 推荐(0)
摘要: 本文为 effective-rust 第 29 条的译文。 阅读全文
posted @ 2026-02-27 13:40 liyan-ah 阅读(3) 评论(0) 推荐(0)