[PATCH 03/44] perf trace: Rename some syscall_tp methods to raw_syscall

2018-08-09 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo Because raw_syscalls have the field for the syscall number as 'id' while the syscalls:sys_{enter,exit}_NAME have it as __syscall_nr... Since we want to support both for being able to enable just a syscalls:sys_{enter,exit}_name instead of asking for

[PATCH 03/44] perf trace: Rename some syscall_tp methods to raw_syscall

2018-08-09 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo Because raw_syscalls have the field for the syscall number as 'id' while the syscalls:sys_{enter,exit}_NAME have it as __syscall_nr... Since we want to support both for being able to enable just a syscalls:sys_{enter,exit}_name instead of asking for