1 // SPDX-License-Identifier: LGPL-2.1 1 2 /* 3 * trace/beauty/fspick.c 4 * 5 * Copyright (C) 2019, Red Hat Inc, Arnaldo C 6 */ 7 8 #include "trace/beauty/beauty.h" 9 #include <linux/log2.h> 10 11 static size_t fspick__scnprintf_flags(unsigned 12 { 13 #include "trace/beauty/generated/fspick_arrays 14 static DEFINE_STRARRAY(fspick_flags, "F 15 16 return strarray__scnprintf_flags(&strar 17 } 18 19 size_t syscall_arg__scnprintf_fspick_flags(cha 20 { 21 unsigned long flags = arg->val; 22 23 return fspick__scnprintf_flags(flags, 24 } 25
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.