Searched refs:strarray__strtoul (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/perf/trace/beauty/tracepoints/ |
H A D | x86_irq_vectors.c | 28 return strarray__strtoul(&strarray__x86_irq_vectors, bf, size, ret); in syscall_arg__strtoul_x86_irq_vectors()
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | beauty.h | 34 bool strarray__strtoul(struct strarray *sa, char *bf, size_t size, u64 *ret);
|
/openbmc/linux/tools/perf/ |
H A D | builtin-trace.c | 541 return strarray__strtoul(arg->parm, bf, size, ret); in syscall_arg__strtoul_strarray() 581 bool strarray__strtoul(struct strarray *sa, char *bf, size_t size, u64 *ret) in strarray__strtoul() function 620 if (!strarray__strtoul(sa, tok, toklen, &val)) in strarray__strtoul_flags() 642 if (strarray__strtoul(sa, bf, size, ret)) in strarrays__strtoul()
|