Home | History | Annotate | Download | only in perf

Lines Matching full:syscall_fmts

301 } syscall_fmts[] = {
358 const int nmemb = ARRAY_SIZE(syscall_fmts);
359 return bsearch(name, syscall_fmts, nmemb, sizeof(struct syscall_fmt), syscall_fmt__cmp);