Skip to content

Commit

Permalink
[perforator] Rename unwinder.c to unwinder.bpf.c according to general…
Browse files Browse the repository at this point in the history
…ly accepted convention

commit_hash:a0d655856e60cb3680486a48993746353cb6d106
  • Loading branch information
BigRedEye committed Mar 11, 2025
1 parent 028b792 commit 322583a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perforator/agent/collector/progs/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ SET(BPF_FLAGS
-Werror
)

BPF(unwinder/unwinder.c unwinder.release.elf $BPF_FLAGS)
BPF(unwinder/unwinder.c unwinder.debug.elf $BPF_FLAGS -DBPF_DEBUG)
BPF(unwinder/unwinder.bpf.c unwinder.release.elf $BPF_FLAGS)
BPF(unwinder/unwinder.bpf.c unwinder.debug.elf $BPF_FLAGS -DBPF_DEBUG)

ADDINCL(
contrib/libs/libbpf/include
Expand Down

0 comments on commit 322583a

Please sign in to comment.