Skip to content

Commit

Permalink
[perforator] Move btf2go from agent/collector
Browse files Browse the repository at this point in the history
commit_hash:60304043b9a468608727fdd43c5881907d55ec36
  • Loading branch information
BigRedEye committed Feb 21, 2025
1 parent 0f416bc commit 31f62e9
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 7 deletions.
1 change: 0 additions & 1 deletion perforator/agent/collector/cmd/ya.make
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
RECURSE(
btf2go
buildid
jperfmap
vdsodump
Expand Down
2 changes: 1 addition & 1 deletion perforator/ebpf/examples/01-intro/loader/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PEERDIR(
)

RUN_PROGRAM(
perforator/agent/collector/cmd/btf2go
perforator/ebpf/tools/btf2go
-elf
perforator/ebpf/examples/01-intro/prog/prog.debug.elf
-package
Expand Down
2 changes: 1 addition & 1 deletion perforator/ebpf/examples/02-array-of-maps/loader/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PEERDIR(
)

RUN_PROGRAM(
perforator/agent/collector/cmd/btf2go
perforator/ebpf/tools/btf2go
-elf
perforator/ebpf/examples/02-array-of-maps/prog/prog.debug.elf
-package
Expand Down
2 changes: 1 addition & 1 deletion perforator/ebpf/examples/03-stack-usage/loader/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PEERDIR(
)

RUN_PROGRAM(
perforator/agent/collector/cmd/btf2go
perforator/ebpf/tools/btf2go
-elf
perforator/ebpf/examples/03-stack-usage/prog/prog.debug.elf
-package
Expand Down
2 changes: 1 addition & 1 deletion perforator/ebpf/examples/04-offcpu-time/loader/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PEERDIR(
)

RUN_PROGRAM(
perforator/agent/collector/cmd/btf2go
perforator/ebpf/tools/btf2go
-elf
perforator/ebpf/examples/04-offcpu-time/prog/prog.debug.elf
-package
Expand Down
2 changes: 1 addition & 1 deletion perforator/ebpf/examples/05-lpm-trie/loader/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PEERDIR(
)

RUN_PROGRAM(
perforator/agent/collector/cmd/btf2go
perforator/ebpf/tools/btf2go
-elf
perforator/ebpf/examples/05-lpm-trie/prog/prog.debug.elf
-package
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions perforator/ebpf/tools/ya.make
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
RECURSE(
btf2go
stackusage
)
2 changes: 1 addition & 1 deletion perforator/internal/unwinder/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PEERDIR(
)

RUN_PROGRAM(
perforator/agent/collector/cmd/btf2go
perforator/ebpf/tools/btf2go
-elf
perforator/agent/collector/progs/unwinder.debug.elf
-package
Expand Down

0 comments on commit 31f62e9

Please sign in to comment.