/kernel/linux/linux-6.6/tools/perf/trace/beauty/ |
H A D | beauty.h | 10 struct strarray { struct 17 #define DEFINE_STRARRAY(array, _prefix) struct strarray strarray__##array = { \ 23 #define DEFINE_STRARRAY_OFFSET(array, _prefix, off) struct strarray strarray__##array = { \ 30 size_t strarray__scnprintf(struct strarray *sa, char *bf, size_t size, const char *intfmt, bool show_prefix, int val); 31 size_t strarray__scnprintf_suffix(struct strarray *sa, char *bf, size_t size, const char *intfmt, bool show_suffix, int val); 32 size_t strarray__scnprintf_flags(struct strarray *sa, char *bf, size_t size, bool show_prefix, unsigned long flags); 34 bool strarray__strtoul(struct strarray *sa, char *bf, size_t size, u64 *ret); 35 bool strarray__strtoul_flags(struct strarray *sa, char *bf, size_t size, u64 *ret); 49 struct strarray **entries; 63 extern struct strarray strarray__socket_familie [all...] |
H A D | arch_prctl.c | 17 static struct strarray *x86_arch_prctl_codes[] = {
|
H A D | pkey_alloc.c | 12 size_t strarray__scnprintf_flags(struct strarray *sa, char *bf, size_t size, bool show_prefix, unsigned long flags) in strarray__scnprintf_flags()
|
H A D | ioctl.c | 96 struct strarray *s = (dir & _IOC_READ) ? &strarray__vhost_virtio_ioctl_read_cmds : &strarray__vhost_virtio_ioctl_cmds; in ioctl__scnprintf_vhost_virtio_cmd()
|
/kernel/linux/linux-5.10/tools/perf/trace/beauty/ |
H A D | beauty.h | 10 struct strarray { struct 17 #define DEFINE_STRARRAY(array, _prefix) struct strarray strarray__##array = { \ 23 #define DEFINE_STRARRAY_OFFSET(array, _prefix, off) struct strarray strarray__##array = { \ 30 size_t strarray__scnprintf(struct strarray *sa, char *bf, size_t size, const char *intfmt, bool show_prefix, int val); 31 size_t strarray__scnprintf_suffix(struct strarray *sa, char *bf, size_t size, const char *intfmt, bool show_suffix, int val); 32 size_t strarray__scnprintf_flags(struct strarray *sa, char *bf, size_t size, bool show_prefix, unsigned long flags); 34 bool strarray__strtoul(struct strarray *sa, char *bf, size_t size, u64 *ret); 35 bool strarray__strtoul_flags(struct strarray *sa, char *bf, size_t size, u64 *ret); 49 struct strarray **entries; 63 extern struct strarray strarray__socket_familie [all...] |
H A D | arch_prctl.c | 16 static struct strarray *x86_arch_prctl_codes[] = {
|
H A D | pkey_alloc.c | 12 size_t strarray__scnprintf_flags(struct strarray *sa, char *bf, size_t size, bool show_prefix, unsigned long flags) in strarray__scnprintf_flags()
|
H A D | ioctl.c | 96 struct strarray *s = (dir & _IOC_READ) ? &strarray__vhost_virtio_ioctl_read_cmds : &strarray__vhost_virtio_ioctl_cmds; in ioctl__scnprintf_vhost_virtio_cmd()
|
/kernel/linux/linux-5.10/tools/perf/trace/beauty/tracepoints/ |
H A D | x86_msr.c | 16 static struct strarray *x86_MSRs_tables[] = {
|
/kernel/linux/linux-6.6/tools/perf/trace/beauty/tracepoints/ |
H A D | x86_msr.c | 16 static struct strarray *x86_MSRs_tables[] = {
|
/kernel/linux/linux-6.6/lib/ |
H A D | string_helpers.c | 793 struct strarray { struct 800 struct strarray *array = res; in devm_kfree_strarray() 807 struct strarray *ptr; in devm_kasprintf_strarray()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-trace.c | 493 size_t strarray__scnprintf_suffix(struct strarray *sa, char *bf, size_t size, const char *intfmt, bool show_suffix, int val) in strarray__scnprintf_suffix() 507 size_t strarray__scnprintf(struct strarray *sa, char *bf, size_t size, const char *intfmt, bool show_prefix, int val) in strarray__scnprintf() 562 struct strarray *sa = sas->entries[i]; in strarrays__scnprintf() 578 bool strarray__strtoul(struct strarray *sa, char *bf, size_t size, u64 *ret) in strarray__strtoul() 592 bool strarray__strtoul_flags(struct strarray *sa, char *bf, size_t size, u64 *ret) in strarray__strtoul_flags() 640 struct strarray *sa = sas->entries[i]; in strarrays__strtoul() 766 static struct strarray *fcntl_cmds_arrays[] = { 2034 * strarray for it. in syscall__scnprintf_args() 2729 * strarray for it.
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-trace.c | 496 size_t strarray__scnprintf_suffix(struct strarray *sa, char *bf, size_t size, const char *intfmt, bool show_suffix, int val) in strarray__scnprintf_suffix() 510 size_t strarray__scnprintf(struct strarray *sa, char *bf, size_t size, const char *intfmt, bool show_prefix, int val) in strarray__scnprintf() 565 struct strarray *sa = sas->entries[i]; in strarrays__scnprintf() 581 bool strarray__strtoul(struct strarray *sa, char *bf, size_t size, u64 *ret) in strarray__strtoul() 595 bool strarray__strtoul_flags(struct strarray *sa, char *bf, size_t size, u64 *ret) in strarray__strtoul_flags() 640 struct strarray *sa = sas->entries[i]; in strarrays__strtoul() 774 static struct strarray *fcntl_cmds_arrays[] = { 2081 * strarray for it. in syscall__scnprintf_args() 2788 * strarray for it.
|