Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 25 of 44) sorted by relevance

12

/tools/lib/traceevent/Documentation/
Dlibtraceevent-event_get.txt21 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
Dlibtraceevent-event_find.txt23 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
Dlibtraceevent-field_get_val.txt39 _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 */
Dlibtraceevent-handle.txt33 the pointer to the trace event parser context.
45 _tep_alloc()_ returns a pointer to a newly created tep_handle structure.
Dlibtraceevent-endian_read.txt21 is the trace event parser context. The _ptr_ is a pointer to the raw data, where
Dlibtraceevent-reg_event_handler.txt34 _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
Dlibtraceevent-field_find.txt37 functions return a pointer to the found field, or NULL in case there is no field
Dlibtraceevent-reg_print_func.txt37 argument is the trace event parser context. The _func_ argument is a pointer
/tools/objtool/Documentation/
Dstack-validation.txt15 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/
DMakefile2 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/
DMakefile2 CBMC_FLAGS = -I../.. -I../../src -I../../include -I../../empty_includes -32 -pointer-check -mm pso
/tools/testing/vsock/
DMakefile7 CFLAGS += -g -O2 -Werror -Wall -I. -I../../include -I../../../usr/include -Wno-pointer-sign -fno-st…
/tools/testing/selftests/bpf/
DREADME.rst18 // 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/
DMakefile25 -Wno-compare-distinct-pointer-types
/tools/perf/Documentation/
DBuild.txt61 $ 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/
Dfpu_asm.S70 # r3 holds pointer to where to put the result of fork
71 # r4 holds pointer to the pid
Dvmx_asm.S86 # r3 holds pointer to where to put the result of fork
87 # r4 holds pointer to the pid
/tools/power/acpi/
DMakefile.config86 CFLAGS += $(OPTIMIZATION) -fomit-frame-pointer
/tools/virtio/
DMakefile7 …o-maybe-uninitialized -Wall -I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-…
/tools/power/cpupower/
DMakefile120 WARNINGS += $(call cc-supports,-Wno-pointer-sign)
/tools/power/acpi/os_specific/service_layers/
Dosunixxf.c1173 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/
DREADME16 scripting_context is a pointer to the perf data in the perf executable
/tools/memory-model/Documentation/
Dlitmus-tests.txt146 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/
Dstrobemeta.h249 } pointer; member
/tools/testing/nvdimm/test/
Diomap.c408 buf->pointer = *obj; in __wrap_acpi_evaluate_object()

12