Home
last modified time | relevance | path

Searched refs:strarray__scnprintf (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/perf/trace/beauty/
H A Dsocket.c18 return strarray__scnprintf(&strarray__socket_ipproto, bf, size, "%d", show_prefix, protocol); in socket__scnprintf_ipproto()
41 return strarray__scnprintf(&strarray__socket_level, bf, size, "%d", show_prefix, level); in socket__scnprintf_level()
H A Dprctl.c18 return strarray__scnprintf(&strarray__prctl_options, bf, size, "%d", show_prefix, option); in prctl__scnprintf_option()
24 return strarray__scnprintf(&strarray__prctl_set_mm_options, bf, size, "%d", show_prefix, option); in prctl__scnprintf_set_mm()
H A Dkcmp.c32 return strarray__scnprintf(&strarray__kcmp_types, bf, size, "%d", show_prefix, type); in kcmp__scnprintf_type()
H A Dsockaddr.c54strarray__scnprintf(&strarray__socket_families, family, sizeof(family), "%d", arg->show_string_pre… in syscall_arg__scnprintf_augmented_sockaddr()
H A Dfcntl.c28 return strarray__scnprintf(&strarray__fcntl_setlease, bf, size, "%x", show_prefix, val); in fcntl__scnprintf_getlease()
H A Dbeauty.h30 size_t strarray__scnprintf(struct strarray *sa, char *bf, size_t size, const char *intfmt, bool sho…
/openbmc/linux/tools/perf/
H A Dbuiltin-trace.c510 size_t strarray__scnprintf(struct strarray *sa, char *bf, size_t size, const char *intfmt, bool sho… in strarray__scnprintf() function
528 return strarray__scnprintf(arg->parm, bf, size, intfmt, arg->show_string_prefix, arg->val); in __syscall_arg__scnprintf_strarray()