change doc and config

This commit is contained in:
logic
2022-03-04 09:19:28 +08:00
parent aae5b22ec1
commit 13adae4d4e
2 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,6 @@ title: "New Task"
date: 2022-03-03T20:37:24+08:00
---
#+TITLE: New Task
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://gongzhitaao.org/orgcss/org.css"/>
** 思路
利用libbpf库构造一个C库bpf程序),暴露接口可供用户调用,将该库编译进内核中,利用接口构造一个用户态程序从而实现对相应硬件的监控。
*** 问题