Home
last modified time | relevance | path

Searched defs:P_SECCOMP_SET_MODE_OP (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H A Dseccomp.c17 #define P_SECCOMP_SET_MODE_OP(n) case SECCOMP_SET_MODE_##n: printed = scnprintf(bf, size, "%s%s", show_prefix ? prefix : "", #n); break in syscall_arg__scnprintf_seccomp_op() macro
20 #undef P_SECCOMP_SET_MODE_OP in syscall_arg__scnprintf_seccomp_op() macro
/kernel/linux/linux-6.6/tools/perf/trace/beauty/
H A Dseccomp.c17 #define P_SECCOMP_SET_MODE_OP(n) case SECCOMP_SET_MODE_##n: printed = scnprintf(bf, size, "%s%s", show_prefix ? prefix : "", #n); break in syscall_arg__scnprintf_seccomp_op() macro
20 #undef P_SECCOMP_SET_MODE_OP in syscall_arg__scnprintf_seccomp_op() macro

Completed in 1 milliseconds