Searched refs:native_call_count (Results 1 - 1 of 1) sorted by path

/linux-master/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_benchmark.c57 unsigned long native_call_count = 0; variable
118 native_call_count++;
190 if (native_call_count) {
195 printf("trapped_call_count %lu, native_call_count %lu.\n",
196 trapped_call_count, native_call_count);

Completed in 164 milliseconds