Skip to content

Commit

Permalink
Merge pull request #387 from bobrik/ivan/syscalls-v6.8
Browse files Browse the repository at this point in the history
Update syscalls tables to v6.8
  • Loading branch information
bobrik authored Apr 25, 2024
2 parents 188550d + 386084e commit f99f787
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ tracing-demos:

.PHONY: syscalls
syscalls:
go run ./scripts/mksyscalls --strace.version v6.4
go run ./scripts/mksyscalls --strace.version v6.8

.PHONY: clean
clean:
Expand Down
11 changes: 11 additions & 0 deletions decoder/syscalls_amd64.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,4 +368,15 @@ var syscalls = map[uint64]string{
448: "process_mrelease",
449: "futex_waitv",
450: "set_mempolicy_home_node",
451: "cachestat",
452: "fchmodat2",
453: "map_shadow_stack",
454: "futex_wake",
455: "futex_wait",
456: "futex_requeue",
457: "statmount",
458: "listmount",
459: "lsm_get_self_attr",
460: "lsm_set_self_attr",
461: "lsm_list_modules",
}
11 changes: 11 additions & 0 deletions decoder/syscalls_arm64.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,15 @@ var syscalls = map[uint64]string{
448: "process_mrelease",
449: "futex_waitv",
450: "set_mempolicy_home_node",
451: "cachestat",
452: "fchmodat2",
453: "map_shadow_stack",
454: "futex_wake",
455: "futex_wait",
456: "futex_requeue",
457: "statmount",
458: "listmount",
459: "lsm_get_self_attr",
460: "lsm_set_self_attr",
461: "lsm_list_modules",
}

0 comments on commit f99f787

Please sign in to comment.