surftrace icon indicating copy to clipboard operation
surftrace copied to clipboard

surftrace is a tool that allows you to surf the linux kernel

Results 6 surftrace issues
Sort by recently updated
recently updated
newest added

just like the bpftrace, its better to enable trace an running program in user-space and navigate/ traverse its argument and member field of the argument when it is a complex...

工具非常好用,用起来很方便。希望能够进一步支持自己开发的ko、或修改过的发行版ko

![image](https://user-images.githubusercontent.com/9779141/156321985-fc9a2f37-3001-4b5d-8264-53d5e9b16516.png)

样例: bpfPog = r""" #include "lbc.h" #define S_IFMT 00170000 #define S_IFSOCK 0140000 #define S_IFREG 0100000 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) #define...

类似bpftrace中的通配符 ![image](https://user-images.githubusercontent.com/9779141/155956927-cfc68a7f-0f7d-43fd-81eb-02e6f403ec64.png) surftrace "e syscalls/sys_enter_exec*" 当前版本 0.4.12 还不支持 ![image](https://user-images.githubusercontent.com/9779141/155957100-86094b24-df4f-4c0a-aa3f-6de31f110e42.png)

The **remote compile** is a very useful feature, but there are too few [kernel versions supported](https://mirrors.openanolis.cn/coolbpf/db/x86_64/) still now, Do you have any plans to support more kernel versions ?? Any...