[PATCH 02/44] perf trace: Use beautifiers on syscalls:sys_enter_ handlers

2018-08-09 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo We were using the beautifiers only when processing the raw_syscalls:sys_enter events, but we can as well use them for the syscalls:sys_enter_NAME events, as the layout is the same. Some more tweaking is needed as we're processing them straight away, i.e. there is

[PATCH 02/44] perf trace: Use beautifiers on syscalls:sys_enter_ handlers

2018-08-09 Thread Arnaldo Carvalho de Melo
From: Arnaldo Carvalho de Melo We were using the beautifiers only when processing the raw_syscalls:sys_enter events, but we can as well use them for the syscalls:sys_enter_NAME events, as the layout is the same. Some more tweaking is needed as we're processing them straight away, i.e. there is