strarray          395 tools/perf/builtin-trace.c size_t strarray__scnprintf(struct strarray *sa, char *bf, size_t size, const char *intfmt, bool show_prefix, int val)
strarray          435 tools/perf/builtin-trace.c 		struct strarray *sa = sas->entries[i];
strarray          558 tools/perf/builtin-trace.c static struct strarray *fcntl_cmds_arrays[] = {
strarray           16 tools/perf/trace/beauty/arch_prctl.c static struct strarray *x86_arch_prctl_codes[] = {
strarray           16 tools/perf/trace/beauty/beauty.h #define DEFINE_STRARRAY(array, _prefix) struct strarray strarray__##array = { \
strarray           22 tools/perf/trace/beauty/beauty.h #define DEFINE_STRARRAY_OFFSET(array, _prefix, off) struct strarray strarray__##array = { \
strarray           29 tools/perf/trace/beauty/beauty.h size_t strarray__scnprintf(struct strarray *sa, char *bf, size_t size, const char *intfmt, bool show_prefix, int val);
strarray           30 tools/perf/trace/beauty/beauty.h size_t strarray__scnprintf_flags(struct strarray *sa, char *bf, size_t size, bool show_prefix, unsigned long flags);
strarray           44 tools/perf/trace/beauty/beauty.h 	struct strarray **entries;
strarray           56 tools/perf/trace/beauty/beauty.h extern struct strarray strarray__socket_families;
strarray           96 tools/perf/trace/beauty/ioctl.c 	struct strarray *s = (dir & _IOC_READ) ? &strarray__vhost_virtio_ioctl_read_cmds : &strarray__vhost_virtio_ioctl_cmds;
strarray           12 tools/perf/trace/beauty/pkey_alloc.c size_t strarray__scnprintf_flags(struct strarray *sa, char *bf, size_t size, bool show_prefix, unsigned long flags)