Linux Perf
|
#include <signal.h>
Go to the source code of this file.
Macros | |
#define | P_SIGNUM(n) case SIG##n: return scnprintf(bf, size, #n) |
#define | SCA_SIGNUM syscall_arg__scnprintf_signum |
Functions | |
static size_t | syscall_arg__scnprintf_signum (char *bf, size_t size, struct syscall_arg *arg) |
#define P_SIGNUM | ( | n | ) | case SIG##n: return scnprintf(bf, size, #n) |
#define SCA_SIGNUM syscall_arg__scnprintf_signum |
|
static |