Home | History | Annotate | Download | only in ltrace

Lines Matching refs:syscall

147 		debug(1, "[%d] event: syscall (%s [%d])",
481 struct library_symbol syscall, *libsym = NULL;
483 const char *name = sysname(proc, elem->c_un.syscall);
484 if (init_syscall_symbol(&syscall, name) >= 0)
485 libsym = &syscall;
495 library_symbol_destroy(&syscall);
531 struct library_symbol syscall;
532 if (init_syscall_symbol(&syscall, name) >= 0) {
535 output_left(tof, proc, &syscall);
537 summary_account_call(&syscall, *spent);
539 output_right(tof, proc, &syscall, spent);
542 library_symbol_destroy(&syscall);
785 elem->c_un.syscall = sysnum;