Skip to content

Commit

Permalink
Merge branch 'linuxkerneltravel:develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
albertxu216 authored Jan 23, 2024
2 parents 7d737d5 + d6c2360 commit c893555
Show file tree
Hide file tree
Showing 22 changed files with 2,641 additions and 648 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/Memory_Subsystem__mem_watcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@ jobs:
run: |
cd eBPF_Supermarket/Memory_Subsystem/applications/mem_watcher/
bpftool btf dump file /sys/kernel/btf/vmlinux format c > vmlinux.h
make paf
make pr
make procstat
make sysstat
make mem_watcher
sudo timeout 20 ./mem_watcher -p
sudo timeout 20 ./mem_watcher
9 changes: 5 additions & 4 deletions .github/workflows/net_watcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ on:
branches:
- "*"
paths:
- 'eBPF_Supermarket/Network_Subsystem/netwatcher/**'
- '.github/workflows/network_monitor.yml'
- 'eBPF_Supermarket/Network_Subsystem/net_watcher/**'
- '.github/workflows/net_watcher.yml'
pull_request:
branches:
- "*"
paths:
- 'eBPF_Supermarket/Network_Subsystem/netwatcher/**'
- '.github/workflows/network_monitor.yml'
- 'eBPF_Supermarket/Network_Subsystem/net_watcher/**'
- '.github/workflows/net_watcher.yml'

permissions:
contents: write
Expand Down Expand Up @@ -40,4 +40,5 @@ jobs:
sudo timeout -s SIGINT 5 ./netwatcher -i || if [[ $? != 124 && $? != 0 ]];then exit $?;fi
sudo timeout -s SIGINT 5 ./netwatcher -r || if [[ $? != 124 && $? != 0 ]];then exit $?;fi
sudo timeout -s SIGINT 5 ./netwatcher -t || if [[ $? != 124 && $? != 0 ]];then exit $?;fi
sudo timeout -s SIGINT 5 ./netwatcher -u || if [[ $? != 124 && $? != 0 ]];then exit $?;fi
timeout-minutes: 5
8 changes: 5 additions & 3 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
* @helight @LinkinPF @chenamy2017
/eBPF_Supermarket/Filesystem_Subsystem/fast_fuse @13186379707
/eBPF_Supermarket/Filesystem_Subsystem @13186379707 @helight @LinkinPF @chenamy2017
/eBPF_Supermarket/Network_Subsystem/net_watcher @helight @LinkinPF @chenamy2017
/eBPF_Supermarket/CPU_Subsystem/cpu_watcher @helight @LinkinPF @chenamy2017
/eBPF_Supermarket/CPU_Subsystem/cpu_watcher @helight @LinkinPF @chenamy2017 @zhangzihengya
/eBPF_Supermarket/CPU_Subsystem/eBPF_proc_image @helight @LinkinPF @chenamy2017 @zhangzihengya
/eBPF_Supermarket/Stack_Analyser @helight @LinkinPF @chenamy2017 @GorilaMond
/eBPF_Supermarket/kvm_watcher @helight @LinkinPF @chenamy2017
/eBPF_Supermarket/kvm_watcher @helight @LinkinPF @chenamy2017 @nanshuaibo
/eBPF_Supermarket/Stack_Analyser @helight @LinkinPF @chenamy2017 @nanshuaibo
/eBPF_Supermarket/Memory_Subsystem @helight @LinkinPF @chenamy2017
Loading

0 comments on commit c893555

Please sign in to comment.