Searched refs:syscall_fmt (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-trace.c115 struct syscall_fmt { struct
916 static const struct syscall_fmt syscall_fmts[] = {
1174 const struct syscall_fmt *fmt = fmtp;
1178 static const struct syscall_fmt *__syscall_fmt__find(const struct syscall_fmt *fmts,
1182 return bsearch(name, fmts, nmemb, sizeof(struct syscall_fmt), syscall_fmt__cmp);
1185 static const struct syscall_fmt *syscall_fmt__find(const char *name)
1191 static const struct syscall_fmt *__syscall_fmt__find_by_alias(const struct syscall_fmt *fmts,
1204 static const struct syscall_fmt *syscall_fmt__find_by_alia
[all...]

Completed in 121 milliseconds