Searched refs:global (Results 1 – 25 of 53) sorted by relevance
123
| /tools/testing/selftests/breakpoints/ |
| A D | breakpoint_test.c | 98 if (global) { in toggle_breakpoint() 220 for (global = 0; global < 2; global++) { in trigger_tests() 221 if (!local && !global) in trigger_tests() 234 for (global = 0; global < 2; global++) { in trigger_tests() 245 for (global = 0; global < 2; global++) { in trigger_tests() 301 i, local, global); in launch_instruction_breakpoints() 345 for (global = 0; global < 2; global++) { in launch_tests() 355 for (global = 0; global < 2; global++) { in launch_tests() 359 local, global); in launch_tests() 367 for (global = 0; global < 2; global++) { in launch_tests() [all …]
|
| /tools/testing/selftests/bpf/progs/ |
| A D | test_tcpbpf_kern.c | 7 struct tcpbpf_globals global = {}; variable 85 global.event_map |= (1 << op); in bpf_testcb() 115 global.tcp_saved_syn = v; in bpf_testcb() 130 global.num_listen++; in bpf_testcb() 132 global.total_retrans = skops->total_retrans; in bpf_testcb() 133 global.data_segs_in = skops->data_segs_in; in bpf_testcb() 134 global.data_segs_out = skops->data_segs_out; in bpf_testcb() 135 global.bytes_received = skops->bytes_received; in bpf_testcb() 136 global.bytes_acked = skops->bytes_acked; in bpf_testcb() 138 global.num_close_events++; in bpf_testcb() [all …]
|
| A D | mem_rdonly_untrusted.c | 168 u8 global[] = { variable 198 return combine(bpf_rdonly_cast(&global, 0)); in diff_size_access() 205 return combine(bpf_rdonly_cast(&global, 0) + 1); in misaligned_access()
|
| /tools/lib/bpf/ |
| A D | libbpf.map | 2 global: 72 global: 83 global: 89 global: 105 global: 110 global: 124 global: 145 global: 162 global: 178 global: [all …]
|
| /tools/testing/selftests/net/forwarding/ |
| A D | bridge_vlan_mcast.sh | 130 local goutput=`bridge -j vlan global show` 144 bridge vlan global set vid 10 dev br0 mcast_snooping 0 199 bridge vlan global set vid 10 dev br0 mcast_snooping 1 mcast_querier 1 223 local goutput=`bridge -j vlan global show` 253 local goutput=`bridge -j vlan global show` 296 local goutput=`bridge -j vlan global show` 330 local goutput=`bridge -j vlan global show` 369 local goutput=`bridge -j vlan global show` 395 local goutput=`bridge -j vlan global show` 432 local goutput=`bridge -j vlan global show` [all …]
|
| /tools/testing/selftests/powerpc/ptrace/ |
| A D | ptrace-perf-asm.S | 5 .global same_watch_addr_load 6 .global same_watch_addr_trap 19 .global perf_then_ptrace_load1 20 .global perf_then_ptrace_load2 21 .global perf_then_ptrace_trap
|
| /tools/testing/selftests/kselftest_harness/ |
| A D | harness-selftest.expected | 4 # RUN global.standalone_pass ... 7 # OK global.standalone_pass 8 ok 1 global.standalone_pass 14 # FAIL global.standalone_fail 15 not ok 2 global.standalone_fail 16 # RUN global.signal_pass ... 19 # OK global.signal_pass 20 ok 3 global.signal_pass 21 # RUN global.signal_fail ... 25 # FAIL global.signal_fail [all …]
|
| /tools/testing/selftests/x86/ |
| A D | clang_helpers_64.S | 6 .global dereference_seg_base 12 .global test_page 13 .global test_syscall_insn
|
| A D | raw_syscall_helper_32.S | 2 .global sys32_helper 41 .global int80_and_ret
|
| A D | clang_helpers_32.S | 6 .global dereference_seg_base
|
| A D | thunks_32.S | 13 .global call64_from_32
|
| A D | thunks.S | 12 .global call32_from_64
|
| /tools/testing/selftests/bpf/ |
| A D | liburandom_read.map | 2 global: 13 global:
|
| /tools/testing/selftests/kvm/lib/loongarch/ |
| A D | exception.S | 7 .global handle_tlb_refill 37 .global handle_exception
|
| /tools/testing/selftests/sched_ext/ |
| A D | init_enable_count.c | 18 static enum scx_test_status run_test(bool global) in run_test() argument 31 if (!global) in run_test() 119 if (global) { in run_test()
|
| /tools/testing/selftests/arm64/pauth/ |
| A D | pac_corruptor.S | 4 .global pac_corruptor
|
| /tools/testing/selftests/alsa/ |
| A D | .gitignore | 1 global-timer
|
| /tools/testing/selftests/powerpc/math/ |
| A D | mma.S | 7 .global test_mma
|
| /tools/lib/thermal/ |
| A D | libthermal.map | 2 global:
|
| /tools/testing/selftests/riscv/hwprobe/ |
| A D | sys_hwprobe.S | 5 .global riscv_hwprobe
|
| /tools/testing/ktest/examples/bootconfigs/ |
| A D | tracing.bconf | 6 trace_clock = global;
|
| /tools/testing/selftests/nolibc/ |
| A D | Makefile.include | 3 …ROTECTOR = $(call cc-option,-fstack-protector-all) $(call cc-option,-mstack-protector-guard=global)
|
| /tools/testing/selftests/sgx/ |
| A D | call.S | 8 .global sgx_enter_enclave
|
| /tools/lib/perf/ |
| A D | libperf.map | 2 global:
|
| /tools/perf/Documentation/ |
| A D | perf-annotate.txt | 146 global-period, local-period, global-hits, local-hits 148 The local/global keywords set if the percentage is computed 149 in the scope of the function (local) or the whole data (global).
|
Completed in 30 milliseconds
123