/tools/lib/traceevent/Documentation/ |
D | libtraceevent-event_get.txt | 21 The _tep_get_event()_ function returns a pointer to event at the given _index_. 25 The _tep_get_first_event()_ function returns a pointer to the first event. 26 As events are stored in an array, this function returns the pointer to the 34 The _tep_get_event()_ returns a pointer to the event located at _index_. 38 The _tep_get_first_event()_ returns a pointer to the first event. NULL is
|
D | libtraceevent-event_find.txt | 23 criteria. All functions require a pointer to a _tep_, trace event parser 39 All these functions return a pointer to the found event, or NULL if there is no
|
D | libtraceevent-field_get_val.txt | 39 _name_, part of the _event_. If the field is found, a pointer to where the field 49 The _tep_get_field_raw()_ function returns a pointer to field's raw data, and 81 /* Got a pointer to the comm event specific field */
|
D | libtraceevent-handle.txt | 33 the pointer to the trace event parser context. 45 _tep_alloc()_ returns a pointer to a newly created tep_handle structure.
|
D | libtraceevent-endian_read.txt | 21 is the trace event parser context. The _ptr_ is a pointer to the raw data, where
|
D | libtraceevent-reg_event_handler.txt | 34 _event_name_ are used. The _func_ is a pointer to the function, which is going 35 to be called to parse the event information. The _context_ argument is a pointer
|
D | libtraceevent-field_find.txt | 37 functions return a pointer to the found field, or NULL in case there is no field
|
D | libtraceevent-reg_print_func.txt | 37 argument is the trace event parser context. The _func_ argument is a pointer
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 15 validates the correct frame pointer state at each instruction. 33 a) More reliable stack traces for frame pointer enabled kernels 45 frame pointers when the -fno-omit-frame-pointer option is used. 53 and update the frame pointer. If a first function doesn't properly 72 If we remove the frame pointer logic from cmdline_proc_show() by 73 replacing the frame pointer related instructions with nops, here's 138 correct frame pointer logic, if required by CONFIG_FRAME_POINTER or 142 This rule ensures that frame pointer based stack traces will work as 151 b) the jump matches sibling call semantics and the frame pointer has 177 -fno-omit-frame-pointer or adds -fomit-frame-pointer to the gcc options. [all …]
|
/tools/testing/selftests/filesystems/incfs/ |
D | Makefile | 2 CFLAGS += -D_FILE_OFFSET_BITS=64 -Wall -Werror -I../.. -I../../../../.. -fno-omit-frame-pointer -fs…
|
/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/store_buffering/ |
D | Makefile | 2 CBMC_FLAGS = -I../.. -I../../src -I../../include -I../../empty_includes -32 -pointer-check -mm pso
|
/tools/testing/vsock/ |
D | Makefile | 7 CFLAGS += -g -O2 -Werror -Wall -I. -I../../include -I../../../usr/include -Wno-pointer-sign -fno-st…
|
/tools/testing/selftests/bpf/ |
D | README.rst | 18 // r9 is a pointer to map_value 22 math between map_value pointer and register with unbounded min value is not allowed 32 verifier to understand such speculative pointer arithmetic.
|
/tools/testing/selftests/tc-testing/ |
D | Makefile | 25 -Wno-compare-distinct-pointer-types
|
/tools/perf/Documentation/ |
D | Build.txt | 61 $ make DEBUG=1 EXTRA_CFLAGS='-fno-omit-frame-pointer -fsanitize=address' 70 $ make DEBUG=1 EXTRA_CFLAGS='-fno-omit-frame-pointer -fsanitize=undefined'
|
/tools/testing/selftests/powerpc/math/ |
D | fpu_asm.S | 70 # r3 holds pointer to where to put the result of fork 71 # r4 holds pointer to the pid
|
D | vmx_asm.S | 86 # r3 holds pointer to where to put the result of fork 87 # r4 holds pointer to the pid
|
/tools/power/acpi/ |
D | Makefile.config | 86 CFLAGS += $(OPTIMIZATION) -fomit-frame-pointer
|
/tools/virtio/ |
D | Makefile | 7 …o-maybe-uninitialized -Wall -I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-…
|
/tools/power/cpupower/ |
D | Makefile | 120 WARNINGS += $(call cc-supports,-Wno-pointer-sign)
|
/tools/power/acpi/os_specific/service_layers/ |
D | osunixxf.c | 1173 u8 acpi_os_readable(void *pointer, acpi_size length) in acpi_os_readable() argument 1192 u8 acpi_os_writable(void *pointer, acpi_size length) in acpi_os_writable() argument
|
/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | README | 16 scripting_context is a pointer to the perf data in the perf executable
|
/tools/memory-model/Documentation/ |
D | litmus-tests.txt | 146 pointer in P0()'s parameter list, this does an unordered store to global 682 contains nothing except a pointer to the next node in the list. This is 717 NULL pointer. A much longer linked list could be created if desired, 728 P1()'s line 20 loads a pointer from "y", and line 21 dereferences that 729 pointer. The RCU read-side critical section spanning lines 19-22 is just 750 The only possible outcomes feature P1() loading a pointer to "z" 751 (which contains zero) on the one hand and P1() loading a pointer to "x" 756 loaded a pointer to "x", but obtained the pre-initialization value of 757 zero after dereferencing that pointer. 1053 pointer types. There is no support for floating-point types, [all …]
|
/tools/testing/selftests/bpf/progs/ |
D | strobemeta.h | 249 } pointer; member
|
/tools/testing/nvdimm/test/ |
D | iomap.c | 408 buf->pointer = *obj; in __wrap_acpi_evaluate_object()
|