HomeSort by: relevance | last modified time | path
    Searched refs:syscall_counts (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/kern/
subr_syscall_stats.c 44 uint64_t syscall_counts[SYS_NSYSENT]; variable
67 NULL, 0, syscall_counts, sizeof syscall_counts,
sys_syscall.c 83 SYSCALL_COUNT(syscall_counts, code);
  /src/external/gpl3/gdb/dist/gdb/
netbsd-nat.h 47 gdb::array_view<const int> syscall_counts)
linux-nat.h 124 gdb::array_view<const int> syscall_counts) override;
netbsd-nat.c 727 gdb::array_view<const int> syscall_counts)
target.c 332 gdb::array_view<const int> syscall_counts)
337 syscall_counts);
target.h 1790 being requested. In this case, SYSCALL_COUNTS should be ignored.
1792 SYSCALL_COUNTS is an array of ints, indexed by syscall number. An
1801 gdb::array_view<const int> syscall_counts);
fbsd-nat.c 2307 gdb::array_view<const int> syscall_counts)
remote.c 3133 gdb::array_view<const int> syscall_counts)
3147 for (size_t i = 0; i < syscall_counts.size (); i++)
3149 if (syscall_counts[i] != 0)
3169 for (size_t i = 0; i < syscall_counts.size (); i++)
3171 if (syscall_counts[i] != 0)
linux-nat.c 648 gdb::array_view<const int> syscall_counts)
653 Also, we do not use the `syscall_counts' information because we do not
  /src/external/gpl3/gdb.old/dist/gdb/
netbsd-nat.h 47 gdb::array_view<const int> syscall_counts)
linux-nat.h 124 gdb::array_view<const int> syscall_counts) override;
netbsd-nat.c 730 gdb::array_view<const int> syscall_counts)
target.c 331 gdb::array_view<const int> syscall_counts)
336 syscall_counts);
target.h 1782 being requested. In this case, SYSCALL_COUNTS should be ignored.
1784 SYSCALL_COUNTS is an array of ints, indexed by syscall number. An
1793 gdb::array_view<const int> syscall_counts);
fbsd-nat.c 2306 gdb::array_view<const int> syscall_counts)
remote.c 3098 gdb::array_view<const int> syscall_counts)
3112 for (size_t i = 0; i < syscall_counts.size (); i++)
3114 if (syscall_counts[i] != 0)
3134 for (size_t i = 0; i < syscall_counts.size (); i++)
3136 if (syscall_counts[i] != 0)
linux-nat.c 648 gdb::array_view<const int> syscall_counts)
653 Also, we do not use the `syscall_counts' information because we do not
  /src/sys/arch/amd64/amd64/
netbsd32_syscall.c 82 SYSCALL_COUNT(syscall_counts, code);
  /src/sys/arch/x86/x86/
syscall.c 113 SYSCALL_COUNT(syscall_counts, code);
  /src/sys/sys/
syscall_stats.h 42 extern uint64_t syscall_counts[SYS_NSYSENT];

Completed in 77 milliseconds