Map syscall nr to syscall name

David Matlack matlackdavid at gmail.com
Thu May 7 17:35:10 EDT 2015


On Wed, May 6, 2015 at 10:42 PM, sahil aggarwal <sahilagg0693 at gmail.com> wrote:
> Hi all
>
> I am looking for an efficient way to convert syscall number to syscall
> name. I can get syscall number by enabling profiling using
> perf_event_open(), but cant find way to convert it to actual syscall
> name.

What arch? Try
http://lxr.free-electrons.com/source/arch/x86/syscalls/syscall_64.tbl

>
> Thanks
>
>
> --sahil
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies



More information about the Kernelnewbies mailing list