/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 99 global.event_map |= (1 << op); in bpf_testcb() 105 global.window_clamp_client = get_tp_window_clamp(skops); in bpf_testcb() 109 global.bad_cb_test_rv = bpf_sock_ops_cb_flags_set(skops, 0x80); in bpf_testcb() 111 global.good_cb_test_rv = bpf_sock_ops_cb_flags_set(skops, in bpf_testcb() 129 global.tcp_saved_syn = v; in bpf_testcb() 135 global.window_clamp_server = get_tp_window_clamp(skops); in bpf_testcb() 144 global.num_listen++; in bpf_testcb() 146 global.total_retrans = skops->total_retrans; in bpf_testcb() 147 global.data_segs_in = skops->data_segs_in; in bpf_testcb() [all …]
|
/tools/lib/bpf/ |
D | libbpf.map | 2 global: 129 global: 162 global: 169 global: 190 global: 195 global: 213 global: 240 global: 259 global: 275 global: [all …]
|
/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/lib/perf/ |
D | libperf.map | 2 global:
|
/tools/testing/ktest/examples/bootconfigs/ |
D | tracing.bconf | 6 trace_clock = global;
|
/tools/perf/Documentation/ |
D | perf-annotate.txt | 143 global-period, local-period, global-hits, local-hits 145 The local/global keywords set if the percentage is computed 146 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
|
D | perf-report.txt | 95 abort cost. This is the global weight. 112 - ins_lat: Instruction latency in core cycles. This is the global instruction 552 global-period, local-period, global-hits, local-hits 554 The local/global keywords set if the percentage is computed 555 in the scope of the function (local) or the whole data (global).
|
D | perf-list.txt | 182 Other PMUs and global measurements are normally root only.
|
/tools/testing/selftests/sgx/ |
D | call.S | 8 .global sgx_enter_enclave
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-gen.rst | 79 global variables of all supported kinds: mutable, read-only, 83 interface can be used to fetch values of global variables on 116 programs, initializes global data maps. It corresponds to 138 If BPF object has global variables, corresponding structs 139 with memory layout corresponding to global data data section 212 and global variables. Source code is split across two source code files.
|
D | bpftool-btf.rst | 183 [20] VAR 'struct_global_var' type_id=4, linkage=global-alloc 184 [21] VAR 'global_var' type_id=3, linkage=global-alloc
|
/tools/testing/selftests/kvm/lib/x86_64/ |
D | handlers.S | 71 .global idt_handler_code
|
/tools/testing/selftests/bpf/prog_tests/ |
D | tcpbpf_user.c | 139 run_test(&skel->bss->global); in test_tcpbpf_user()
|
/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 …]
|
D | simple.txt | 34 shared variables. A simple way to achieve this is to define a global lock 118 In addition, it is sometimes necessary to occasionally update some global 120 must be used to protect this global view. This is the approach taken
|
D | access-marking.txt | 352 a per-data-structure lock, but there are times when a global lock 353 is required. These times are indicated via a global flag. The code 381 /* global_lock held, thus global flag cannot be set. */
|
D | explanation.txt | 61 initializations are not enclosed in braces, the global variables are 187 global order that agrees with the order of the instructions in the 561 shared memory, the stores to that location must form a single global 896 shared location in memory form a global ordering. We can imagine 904 and po-loc relations agree with this global ordering; in other words, 906 X event comes before the Y event in the global ordering. The LKMM's
|
/tools/build/ |
D | Build.include | 90 # - global $(CFLAGS)
|
/tools/perf/util/ |
D | auxtrace.c | 2260 bool global; member 2279 ((args->global && isupper(type)) || in kern_sym_match() 2281 (!args->global && !args->selected)); in kern_sym_match() 2342 .global = !idx, in find_kern_sym()
|