/tools/testing/selftests/breakpoints/ |
D | breakpoint_test.c | 54 int local, int global, int set) in toggle_breakpoint() argument 98 if (global) { in toggle_breakpoint() 205 int len, local, global, i; in trigger_tests() local 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() 235 if (!local && !global) in trigger_tests() 245 for (global = 0; global < 2; global++) { in trigger_tests() 246 if (!local && !global) in trigger_tests() 292 static void launch_instruction_breakpoints(char *buf, int local, int global) in launch_instruction_breakpoints() argument [all …]
|
/tools/testing/selftests/bpf/progs/ |
D | test_tcpbpf_kern.c | 18 struct tcpbpf_globals global = {}; variable 96 global.event_map |= (1 << op); in bpf_testcb() 102 global.window_clamp_client = get_tp_window_clamp(skops); in bpf_testcb() 106 global.bad_cb_test_rv = bpf_sock_ops_cb_flags_set(skops, 0x80); in bpf_testcb() 108 global.good_cb_test_rv = bpf_sock_ops_cb_flags_set(skops, in bpf_testcb() 126 global.tcp_saved_syn = v; in bpf_testcb() 132 global.window_clamp_server = get_tp_window_clamp(skops); in bpf_testcb() 141 global.num_listen++; in bpf_testcb() 143 global.total_retrans = skops->total_retrans; in bpf_testcb() 144 global.data_segs_in = skops->data_segs_in; in bpf_testcb() [all …]
|
D | linked_list_fail.c | 60 CHECK(global, pop_front, &ghead); 61 CHECK(global, pop_back, &ghead); 83 CHECK(global, push_front, &ghead, &f->node2); 84 CHECK(global, push_back, &ghead, &f->node2);
|
/tools/lib/bpf/ |
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/drivers/net/dsa/ |
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 214 bridge vlan global set vid 10 dev br0 mcast_snooping 1 mcast_querier 0 223 local goutput=`bridge -j vlan global show` 234 bridge vlan global set vid 10 dev br0 mcast_snooping 1 mcast_querier 1 237 bridge vlan global set vid 10 dev br0 mcast_snooping 1 mcast_querier 0 253 local goutput=`bridge -j vlan global show` 270 bridge vlan global set vid 10 dev br0 mcast_snooping 1 mcast_igmp_version 3 280 bridge vlan global set vid 10 dev br0 mcast_snooping 1 mcast_mld_version 2 [all …]
|
/tools/testing/selftests/net/forwarding/ |
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 214 bridge vlan global set vid 10 dev br0 mcast_snooping 1 mcast_querier 0 223 local goutput=`bridge -j vlan global show` 234 bridge vlan global set vid 10 dev br0 mcast_snooping 1 mcast_querier 1 237 bridge vlan global set vid 10 dev br0 mcast_snooping 1 mcast_querier 0 253 local goutput=`bridge -j vlan global show` 270 bridge vlan global set vid 10 dev br0 mcast_snooping 1 mcast_igmp_version 3 280 bridge vlan global set vid 10 dev br0 mcast_snooping 1 mcast_mld_version 2 [all …]
|
/tools/testing/selftests/powerpc/ptrace/ |
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/x86/ |
D | raw_syscall_helper_32.S | 2 .global sys32_helper 41 .global int80_and_ret
|
D | thunks_32.S | 13 .global call64_from_32
|
D | thunks.S | 12 .global call32_from_64
|
/tools/testing/selftests/arm64/pauth/ |
D | pac_corruptor.S | 4 .global pac_corruptor
|
/tools/testing/selftests/powerpc/math/ |
D | mma.S | 7 .global test_mma
|
/tools/lib/thermal/ |
D | libthermal.map | 2 global:
|
/tools/testing/selftests/riscv/hwprobe/ |
D | sys_hwprobe.S | 5 .global riscv_hwprobe
|
/tools/testing/ktest/examples/bootconfigs/ |
D | tracing.bconf | 6 trace_clock = global;
|
/tools/lib/perf/ |
D | libperf.map | 2 global:
|
/tools/testing/selftests/sgx/ |
D | call.S | 8 .global sgx_enter_enclave
|
/tools/perf/Documentation/ |
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).
|
D | db-export.txt | 40 or optional features by checking for the existence and value of script global
|
/tools/testing/selftests/kvm/lib/x86_64/ |
D | handlers.S | 71 .global idt_handler_code
|
/tools/testing/selftests/bpf/prog_tests/ |
D | linked_list.c | 27 TEST(global, 16) 48 TEST(global, push_front) 49 TEST(global, push_back) 50 TEST(global, pop_front) 51 TEST(global, pop_back)
|
D | tcpbpf_user.c | 131 run_test(&skel->bss->global); in test_tcpbpf_user()
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-gen.rst | 84 global variables of all supported kinds: mutable, read-only, 88 interface can be used to fetch values of global variables on 121 programs, initializes global data maps. It corresponds to 143 If BPF object has global variables, corresponding structs 144 with memory layout corresponding to global data data section 158 the corresponding maps, programs, or global variables. They 261 and global variables. Source code is split across two source code files.
|
/tools/testing/selftests/kvm/lib/aarch64/ |
D | handlers.S | 65 .global vectors
|
/tools/memory-model/Documentation/ |
D | litmus-tests.txt | 121 The argument list for each function are pointers to the global variables 125 same global variable, also named "x". So the "int *x, int *y" on P0() 126 and P1() mean that both processes are working with two shared global 134 is forgetting to add a global variable to a process's parameter list. 136 intended global to instead be silently treated as an undeclared local 146 pointer in P0()'s parameter list, this does an unordered store to global 148 is also in P0()'s parameter list, this does a release store to global 153 from global variable "y" into local variable "r0". Line 17 does a 156 reference the same global variables that are used by P0(). 300 by defining another global variable "initval=42" and replacing all [all …]
|