Home
last modified time | relevance | path

Searched refs:syscall_arg__strtoul_strarray (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/tools/perf/trace/beauty/
Dbeauty.h128 bool syscall_arg__strtoul_strarray(char *bf, size_t size, struct syscall_arg *arg, u64 *ret);
129 #define STUL_STRARRAY syscall_arg__strtoul_strarray
/linux-6.1.9/tools/perf/
Dbuiltin-trace.c539 bool syscall_arg__strtoul_strarray(char *bf, size_t size, struct syscall_arg *arg, u64 *ret) in syscall_arg__strtoul_strarray() function