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