Skip to content

Commit ad372ed

Browse files
committed
cleans up repo
1 parent 07baccd commit ad372ed

48 files changed

Lines changed: 881 additions & 2358 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
output/*
2-
!output/.gitkeep
3-
pkg/profiler/profiler_bpf*
1+
ebpf-profiler/output/*
2+
!ebpf-profiler/output/.gitkeep
3+
ebpf-profiler/pkg/profiler/profiler_bpf*
44
.DS_Store
55
.idea/
6+
__pycache__/
7+
*.pyc
68
# profiler
79
server
8-
traffic
10+
traffic

README.md

Lines changed: 22 additions & 537 deletions
Large diffs are not rendered by default.

adapters/cilium/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

adapters/cilium/README.md

Lines changed: 0 additions & 329 deletions
This file was deleted.

adapters/cilium/go.mod

Lines changed: 0 additions & 5 deletions
This file was deleted.

adapters/cilium/go.sum

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)