Searched refs:strarray__strtoul (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/tools/perf/trace/beauty/ |
H A D | beauty.h | 34 bool strarray__strtoul(struct strarray *sa, char *bf, size_t size, u64 *ret);
|
/kernel/linux/linux-6.6/tools/perf/trace/beauty/ |
H A D | beauty.h | 34 bool strarray__strtoul(struct strarray *sa, char *bf, size_t size, u64 *ret);
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-trace.c | 538 return strarray__strtoul(arg->parm, bf, size, ret); in syscall_arg__strtoul_strarray() 578 bool strarray__strtoul(struct strarray *sa, char *bf, size_t size, u64 *ret) in strarray__strtoul() function 617 if (!strarray__strtoul(sa, tok, toklen, &val)) in strarray__strtoul_flags() 642 if (strarray__strtoul(sa, bf, size, ret)) in strarrays__strtoul()
|
/kernel/linux/linux-6.6/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()
|
Completed in 16 milliseconds