Skip to content

Releases: chentao-kernel/spycat

release v0.1.0

05 Aug 17:16
aee54e4
Compare
Choose a tag to compare

3f609f8 (tag: v0.1.0, origin/dev, dev) code: format c style
f41baf7 lib: Use https to download third-part lib
87331cd ebpf: syscall: Fix pid tid filter
7148c09 dockerfile: Add docker proxy
a733bd5 ebpf: offcpu: Fix verifier failed in kernel-5.15
5df42b2 ebpf: offcpu: Fix offcpu pid info
dc9d1ef ebpf: syscall: Add syscall name filter
a24261e ebpf: offcpu: Refactor task schedule cached
54d54fd main: Add pprof for performance optimization
e57c7fa util: Add kprobe/tracepoint event check
0391991 ebpf: futexsnoop: Fix add pid and comm info
3fc68f1 ebpf: syscall: Add a new tool for syscall trace
2ba185f spycat: Fix crash on kernel-4.19
d3f54a3 pkg: processor: Fix conume return value check
dadb291 pkg: Support exporter args parse
064bcfe pkg: Add btf-path and exporter args
fcc1908 README: Update md
44e106b exporter: Add loki exporter
bfc5277 doc: Update README.md
6568c6f Merge pull request #1 from chentao-kernel/dev
6cc7646 Merge branch 'main' into dev
c132d0f Makefile: Fix libbpf compile error in ci
89254d5 cpu: Fix compile error
ef9a028 futexsnoop: Fix c code style
5178fd1 test: lock: Add futexsnoop test case
570cec9 spycat: Add comments with english
953210f cpudetector: Remove the unused code
45a52ca spycat: Fix lint-check error
9950b8b futexsnoop: Add futex trace tool
0904b41 cpu: Rename the UserArgs to (Tool)Args
a5c1bb0 build: Fix build.sh help info
3cdc609 ci: triggered only when pull request
1f4f6d6 ebpf: offcpu: Use finish_task_switch
55f5c20 Makefile: Add libbpf-uapi target
80b1e03 pkg: ebpf: format c code-style
9ccc327 ci: Add github workflow config
b683af8 ci: Add github workflow config
08be3f5 build: mv docker to build dir
f5008e5 README: Update readme
1c30e2e (origin/main2) Makefile: Remove the clang version
5724e48 docker: Add build stript
ad83a05 util: Add util package for common api
238d3f2 spycat: Add Init interface for detector component
bc69a80 docker: Add dockerfile for build and run
7668703 libbpf: Fix Makefile compile
ec99ac4 app: Add command line input framework
a98a7f2 cpu: Add oncpu profile
dfdc0c9 spycat: Add Apache 2.0 LICENSE
9539ad5 symtab: Add symtab to resolve stack info
46314cb spycat: Remove the logo
2ae7a50 spycat: Init the repo