Searched refs:native (Results 1 – 7 of 7) sorted by relevance
/tools/testing/selftests/seccomp/ |
D | seccomp_benchmark.c | 143 unsigned long long native, filter1, filter2, bitmap1, bitmap2; in main() local 164 native = timing(CLOCK_PROCESS_CPUTIME_ID, samples) / samples; in main() 165 printf("getpid native: %llu ns\n", native); in main() 207 bitmap1 - native); in main() 209 bitmap2 - native); in main() 211 filter1 - native); in main() 213 filter2 - native); in main() 215 bitmap1 - native - (bitmap2 - bitmap1)); in main() 219 (filter2 - native - entry) / 4); in main() 222 ret |= compare("native", "≤", "1 bitmap", native, le, bitmap1); in main() [all …]
|
/tools/perf/Documentation/ |
D | jitdump-specification.txt | 17 …erated code, such as address, size, and name of generated functions, the native code generated, th… 80 * native code: raw byte encoding of the jitted code 86 * native code length 91 The format supports empty functions with no native code.
|
D | perf.data-file-format.txt | 10 All fields are in native-endian of the machine that generated the perf.data. 33 magic value is 64bit byte swapped compared the file is in non-native
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-net.rst | 62 … **xdp** - try native XDP and fallback to generic XDP if NIC driver does not support it;
|
/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 376 # in x32 as compared to native x86_64. These syscalls have numbers 512-547.
|
/tools/testing/selftests/wireguard/qemu/ |
D | Makefile | 63 CFLAGS += -march=native
|
/tools/power/pm-graph/ |
D | README | 508 The tool also includes some common functions native to important
|