Home
last modified time | relevance | path

Searched defs:syscall_num (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/bcc/src/python/bcc/
H A Dsyscall.py389 def syscall_name(syscall_num): argument
/aosp_15_r20/external/perfetto/src/trace_processor/importers/syscalls/
H A Dsyscall_tracker.h124 inline StringId SyscallNumberToStringId(uint32_t syscall_num) { in SyscallNumberToStringId()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/ftrace/
H A Dftrace_parser.cc2202 uint32_t syscall_num = static_cast<uint32_t>(evt.id()); in ParseSysEnterEvent() local
2232 uint32_t syscall_num = static_cast<uint32_t>(evt.id()); in ParseSysExitEvent() local