Home
last modified time | relevance | path

Searched refs:global (Results 1 – 25 of 27) sorted by relevance

12

/tools/testing/selftests/breakpoints/
Dbreakpoint_test.c54 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/
Dtest_tcpbpf_kern.c18 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/
Dlibbpf.map2 global:
129 global:
162 global:
169 global:
190 global:
195 global:
213 global:
240 global:
259 global:
275 global:
[all …]
/tools/testing/selftests/x86/
Draw_syscall_helper_32.S2 .global sys32_helper
41 .global int80_and_ret
Dthunks_32.S13 .global call64_from_32
Dthunks.S12 .global call32_from_64
/tools/testing/selftests/arm64/pauth/
Dpac_corruptor.S4 .global pac_corruptor
/tools/lib/perf/
Dlibperf.map2 global:
/tools/testing/ktest/examples/bootconfigs/
Dtracing.bconf6 trace_clock = global;
/tools/perf/Documentation/
Dperf-annotate.txt143 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).
Ddb-export.txt40 or optional features by checking for the existence and value of script global
Dperf-report.txt95 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).
Dperf-list.txt182 Other PMUs and global measurements are normally root only.
/tools/testing/selftests/sgx/
Dcall.S8 .global sgx_enter_enclave
/tools/bpf/bpftool/Documentation/
Dbpftool-gen.rst79 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.
Dbpftool-btf.rst183 [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/
Dhandlers.S71 .global idt_handler_code
/tools/testing/selftests/bpf/prog_tests/
Dtcpbpf_user.c139 run_test(&skel->bss->global); in test_tcpbpf_user()
/tools/testing/selftests/kvm/lib/aarch64/
Dhandlers.S65 .global vectors
/tools/memory-model/Documentation/
Dlitmus-tests.txt121 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 …]
Dsimple.txt34 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
Daccess-marking.txt352 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. */
Dexplanation.txt61 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/
DBuild.include90 # - global $(CFLAGS)
/tools/perf/util/
Dauxtrace.c2260 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()

12