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 Mar 8, 2024
2 parents 0262dff + b03c9ae commit 58dc06e
Show file tree
Hide file tree
Showing 29 changed files with 1,455 additions and 2,685 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ebpf_stack_analyser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
run: |
git submodule update --init --recursive
sudo apt install clang libelf1 libelf-dev zlib1g-dev
sudo cp eBPF_Supermarket/Stack_Analyser/FlameGraph/* /usr/bin/
- name: Run app with native lib
run: |
Expand Down Expand Up @@ -56,6 +55,7 @@ jobs:
python -m pip install --upgrade pip
sudo python -m pip install pyod
sudo python -m pip install psutil
sudo apt update
sudo apt-get install -y linux-headers-$(uname -r)
sudo apt-get install -y python-is-python3
sudo apt-get install -y bison build-essential cmake flex git libedit-dev libllvm11 llvm-11-dev libclang-11-dev zlib1g-dev libelf-dev libfl-dev python3-distutils
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@
[submodule "eBPF_Supermarket/Stack_Analyser/libbpf/libbpf-bootstrap"]
path = eBPF_Supermarket/Stack_Analyser/libbpf/libbpf-bootstrap
url = https://github.com/libbpf/libbpf-bootstrap.git
[submodule "eBPF_Supermarket/Stack_Analyser/speedscope"]
path = eBPF_Supermarket/Stack_Analyser/speedscope
url = https://github.com/jlfwong/speedscope
[submodule "eBPF_Supermarket/Memory_Subsystem/blazesym"]
path = eBPF_Supermarket/Memory_Subsystem/blazesym
url = https://github.com/libbpf/blazesym.git
Expand Down
88 changes: 77 additions & 11 deletions eBPF_Supermarket/Network_Subsystem/ebpf_dns_cache/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 58dc06e

Please sign in to comment.