#include "trace/beauty/beauty.h"
#include <linux/kernel.h>
#include <sys/types.h>
#include <uapi/linux/sched.h>
Go to the source code of this file.
◆ P_FLAG
Value:if (
flags & CLONE_##n) { \
printed += scnprintf(bf + printed,
size - printed,
"%s%s", printed ?
"|" :
"", #n); \
flags &= ~CLONE_##n; \
}
◆ clone__scnprintf_flags()
static size_t clone__scnprintf_flags |
( |
unsigned long |
flags, |
|
|
char * |
bf, |
|
|
size_t |
size |
|
) |
| |
|
static |
◆ syscall_arg__scnprintf_clone_flags()
size_t syscall_arg__scnprintf_clone_flags |
( |
char * |
bf, |
|
|
size_t |
size, |
|
|
struct syscall_arg * |
arg |
|
) |
| |