SCE:系统调用条目

“System Call Entry”在技术文档和日常交流中常被缩写为SCE,这样可以方便快捷地进行书写和使用。该术语多见于计算机系统、软件开发等综合性领域,泛指操作系统内核提供的服务接口条目,其标准中文翻译为“系统调用条目”,是系统编程中的基础概念之一。

System Call Entry具体释义

  • 英文缩写:SCE
  • 英语全称:System Call Entry
  • 中文意思:系统调用条目
  • 中文拼音:xì tǒng diào yòng tiáo mù
  • 相关领域sce 未分类的

System Call Entry的英文发音

例句

  1. System Call Entry(SCE) / Exit probes ( or syscall probes )
  2. 系统调用进入/退出探测(即syscall探测)
  3. When the kernel key is disabled, the function descriptor of system call is stored in its svc table entry, as shown in Figure 9.
  4. 在内核键被禁用的情况下,系统调用的函数描述符被保存到它的svc表条目中,如图9所示。
  5. Each system call is multiplexed into the kernel through a single entry point.
  6. 每个系统调用都是通过一个单一的入口点多路传入内核。
  7. You can also find the tracing calls as part of the system call request in. / linux / arch / i386 / kernel / entry. S ( see syscall_trace_entry ).
  8. 您还可以看到跟踪调用是./linux/arch/i386/kernel/entry.S中系统调用请求的一部分(请参看syscalltraceentry)。
  9. Unlike the system call probe, user function probes must specify a specific process ID and are limited to probe the function at entry.
  10. 与系统调用探测不同,用户函数探测必须指定一个进程ID,而且只能探测函数的进入。