From f561687a5bf89c49ecfacf1ff409952763750c28 Mon Sep 17 00:00:00 2001 From: Muhammad Falak R Wani Date: Tue, 11 Oct 2022 11:16:46 +0530 Subject: [PATCH] ausyscall: add page (#8627) --- pages/linux/ausyscall.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/ausyscall.md diff --git a/pages/linux/ausyscall.md b/pages/linux/ausyscall.md new file mode 100644 index 000000000..6f7889eb3 --- /dev/null +++ b/pages/linux/ausyscall.md @@ -0,0 +1,16 @@ +# ausyscall + +> Program that allows mapping syscall names and numbers. +> More information: . + +- Display syscall number of a specific system call: + +`ausyscall {{search_pattern}}` + +- Display name of a specific system call number: + +`ausyscall {{system_call_number}}` + +- Display all system calls for a specific architecture: + +`ausyscall {{architecture}} --dump`