Skip to content

Commit

Permalink
Add new PT_FSRELPATH type to bpf probe (#1695)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-b committed Sep 30, 2020
1 parent 22ed1b3 commit 67833b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion driver/bpf/filler_helpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,8 @@ static __always_inline int __bpf_val_to_ring(struct filler_data *data,

switch (type) {
case PT_CHARBUF:
case PT_FSPATH: {
case PT_FSPATH:
case PT_FSRELPATH: {
if (!data->curarg_already_on_frame) {
int res;

Expand Down

0 comments on commit 67833b2

Please sign in to comment.