/tools/perf/util/ |
D | unwind-libunwind.c | 20 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized) in unwind__prepare_access() argument 33 if (initialized) in unwind__prepare_access() 34 *initialized = true; in unwind__prepare_access() 64 if (initialized) in unwind__prepare_access() 65 *initialized = err ? false : true; in unwind__prepare_access()
|
D | unwind.h | 48 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized); 54 bool *initialized __maybe_unused) in unwind__prepare_access() 75 bool *initialized __maybe_unused) in unwind__prepare_access()
|
D | symbol_conf.h | 29 initialized, member
|
D | thread.c | 348 bool initialized = false; in __thread__prepare_access() local 356 err = unwind__prepare_access(thread->maps, map, &initialized); in __thread__prepare_access() 357 if (err || initialized) in __thread__prepare_access()
|
D | symbol.c | 2441 if (symbol_conf.initialized) { in symbol__annotation_init() 2455 if (symbol_conf.initialized) in symbol__init() 2512 symbol_conf.initialized = true; in symbol__init() 2530 if (!symbol_conf.initialized) in symbol__exit() 2541 symbol_conf.initialized = false; in symbol__exit()
|
D | bpf-loader.c | 394 static bool initialized = false; in bpf__prepare_probe() local 401 if (initialized) in bpf__prepare_probe() 404 initialized = true; in bpf__prepare_probe()
|
D | annotate.c | 82 bool initialized; member
|
/tools/perf/arch/powerpc/annotate/ |
D | instructions.c | 54 if (!arch->initialized) { in powerpc__annotate_init() 55 arch->initialized = true; in powerpc__annotate_init()
|
/tools/perf/arch/arm/annotate/ |
D | instructions.c | 35 if (arch->initialized) in arm__annotate_init() 51 arch->initialized = true; in arm__annotate_init()
|
/tools/perf/arch/arc/annotate/ |
D | instructions.c | 6 arch->initialized = true; in arc__annotate_init()
|
/tools/perf/arch/sparc/annotate/ |
D | instructions.c | 162 if (!arch->initialized) { in sparc__annotate_init() 163 arch->initialized = true; in sparc__annotate_init()
|
/tools/perf/arch/powerpc/util/ |
D | perf_regs.c | 84 static int initialized; in sdt_init_op_regex() local 87 if (initialized) in sdt_init_op_regex() 98 initialized = 1; in sdt_init_op_regex()
|
/tools/perf/arch/arm64/annotate/ |
D | instructions.c | 93 if (arch->initialized) in arm64__annotate_init() 110 arch->initialized = true; in arm64__annotate_init()
|
/tools/perf/arch/csky/annotate/ |
D | instructions.c | 43 arch->initialized = true; in csky__annotate_init()
|
/tools/testing/selftests/arm64/signal/ |
D | test_signals_utils.c | 94 if (!td->initialized) { in handle_signal_unsupported() 289 td->initialized = 1; in test_init() 325 if (td->initialized && td->result != KSFT_SKIP && td->check_result) in test_result()
|
D | test_signals.h | 58 bool initialized; member
|
/tools/perf/arch/x86/util/ |
D | perf_regs.c | 149 static int initialized; in sdt_init_op_regex() local 152 if (initialized) in sdt_init_op_regex() 161 initialized = 1; in sdt_init_op_regex()
|
/tools/perf/arch/s390/annotate/ |
D | instructions.c | 164 if (!arch->initialized) { in s390__annotate_init() 165 arch->initialized = true; in s390__annotate_init()
|
/tools/perf/arch/x86/annotate/ |
D | instructions.c | 197 if (arch->initialized) in x86__annotate_init() 205 arch->initialized = true; in x86__annotate_init()
|
/tools/testing/kunit/test_data/ |
D | test_is_test_passed-no_tests_run.log | 29 mconsole (version 2) initialized on /usr/local/google/home/brendanhiggins/.uml/6Ijecl/mconsole 69 Console initialized on /dev/tty0
|
D | test_output_isolated_correctly.log | 54 mconsole (version 2) initialized on /usr/local/google/home/brendanhiggins/.uml/VZ2qMm/mconsole 91 Console initialized on /dev/tty0
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-parse_head.txt | 26 _tep_ context is initialized with default values. The _long_size_ can be used in
|
D | libtraceevent-strerror.txt | 49 printf ("The pool is not initialized, %s", buf);
|
/tools/perf/Documentation/ |
D | topdown.txt | 67 so the perf_event_attr structure should be initialized with 70 For example, the perf_event_attr structure can be initialized with
|
/tools/memory-model/Documentation/ |
D | litmus-tests.txt | 615 introduces a new global variable "x2" that is initialized to "1". Line 23 713 Line 4's "y=z" may seem odd, given that "z" has not yet been initialized. 858 "x". In addition, "z" is pre-initialized to prepare for P1(), which
|