Home
last modified time | relevance | path

Searched refs:strarrays__strtoul (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/tools/perf/trace/beauty/tracepoints/
Dx86_msr.c38 return strarrays__strtoul(&strarrays__x86_MSRs_tables, bf, size, ret); in syscall_arg__strtoul_x86_MSR()
/linux-6.1.9/tools/perf/trace/beauty/
Dbeauty.h59 bool strarrays__strtoul(struct strarrays *sas, char *bf, size_t size, u64 *ret);
/linux-6.1.9/tools/perf/
Dbuiltin-trace.c551 return strarrays__strtoul(arg->parm, bf, size, ret); in syscall_arg__strtoul_strarrays()
635 bool strarrays__strtoul(struct strarrays *sas, char *bf, size_t size, u64 *ret) in strarrays__strtoul() function