HomeSort by relevance Sort by last modified time
    Searched defs:nsyscalls (Results 1 - 4 of 4) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
mmap-basic.c 30 #define nsyscalls ARRAY_SIZE(syscall_names) macro
31 unsigned int nr_events[nsyscalls],
32 expected_nr_events[nsyscalls], i, j;
33 struct perf_evsel *evsels[nsyscalls], *evsel;
64 for (i = 0; i < nsyscalls; ++i) {
96 for (i = 0; i < nsyscalls; ++i)
142 for (i = 0; i < nsyscalls; ++i)
  /external/ltrace/
handle_event.c 371 int nsyscalls[] = { local
379 if (sysnum < 0 || sysnum >= nsyscalls[proc->personality]) {
394 int nsyscalls = sizeof arch_syscallent / sizeof arch_syscallent[0]; local
398 if (sysnum < 0 || sysnum >= nsyscalls) {
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 557 struct syscall *nsyscalls = realloc(trace->syscalls.table, (id + 1) * sizeof(*sc)); local
559 if (nsyscalls == NULL)
563 memset(nsyscalls + trace->syscalls.max + 1, 0,
566 memset(nsyscalls, 0, (id + 1) * sizeof(*sc));
569 trace->syscalls.table = nsyscalls;
    [all...]
  /external/strace/
syscall.c 221 unsigned nsyscalls = nsyscalls0; variable
285 nsyscalls = nsyscall_vec[personality];
    [all...]

Completed in 1091 milliseconds