Searched refs:strarrays (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/perf/trace/beauty/ |
| H A D | beauty.h | 49 struct strarrays { 54 #define DEFINE_STRARRAYS(array) struct strarrays strarrays__##array = { \ 59 size_t strarrays__scnprintf(struct strarrays *sas, char *bf, size_t size, const char *intfmt, bool show_prefix, int val); 61 bool strarrays__strtoul(struct strarrays *sas, char *bf, size_t size, u64 *ret); 47 struct strarrays { global() struct 52 entriesstrarrays global() argument
|
| /linux/tools/perf/ |
| H A D | builtin-trace.c | 621 size_t strarrays__scnprintf(struct strarrays *sas, char *bf, size_t size, const char *intfmt, bool show_prefix, int val) in strarrays__scnprintf() 697 bool strarrays__strtoul(struct strarrays *sas, char *bf, size_t size, u64 *ret) in strarrays__strtoul()
|