Skip to content

Commit 67833b2

Browse files
authored
Add new PT_FSRELPATH type to bpf probe (#1695)
1 parent 22ed1b3 commit 67833b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

driver/bpf/filler_helpers.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,8 @@ static __always_inline int __bpf_val_to_ring(struct filler_data *data,
734734

735735
switch (type) {
736736
case PT_CHARBUF:
737-
case PT_FSPATH: {
737+
case PT_FSPATH:
738+
case PT_FSRELPATH: {
738739
if (!data->curarg_already_on_frame) {
739740
int res;
740741

0 commit comments

Comments
 (0)