| /tools/perf/util/ |
| D | unwind-libunwind.c | 15 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized) in unwind__prepare_access() argument 29 if (initialized) in unwind__prepare_access() 30 *initialized = true; in unwind__prepare_access() 61 if (initialized) in unwind__prepare_access() 62 *initialized = err ? false : true; in unwind__prepare_access()
|
| D | unwind.h | 46 int unwind__prepare_access(struct maps *maps, struct map *map, bool *initialized); 52 bool *initialized __maybe_unused) in unwind__prepare_access() 74 bool *initialized __maybe_unused) in unwind__prepare_access()
|
| D | symbol_conf.h | 28 initialized, member
|
| D | disasm.h | 27 bool initialized; member
|
| D | thread.c | 354 bool initialized = false; in thread__prepare_access_maps_cb() local 357 args->err = unwind__prepare_access(args->maps, map, &initialized); in thread__prepare_access_maps_cb() 359 return (args->err || initialized) ? 1 : 0; in thread__prepare_access_maps_cb()
|
| /tools/perf/arch/riscv64/annotate/ |
| D | instructions.c | 27 if (!arch->initialized) { in riscv64__annotate_init() 29 arch->initialized = true; in riscv64__annotate_init()
|
| /tools/perf/arch/mips/annotate/ |
| D | instructions.c | 39 if (!arch->initialized) { in mips__annotate_init() 41 arch->initialized = true; in mips__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/arm64/util/ |
| D | perf_regs.c | 67 static int initialized; in sdt_init_op_regex() local 70 if (initialized) in sdt_init_op_regex() 81 initialized = 1; in sdt_init_op_regex()
|
| /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/arm64/annotate/ |
| D | instructions.c | 94 if (arch->initialized) in arm64__annotate_init() 111 arch->initialized = true; in arm64__annotate_init()
|
| /tools/perf/arch/powerpc/util/ |
| D | perf_regs.c | 93 static int initialized; in sdt_init_op_regex() local 96 if (initialized) in sdt_init_op_regex() 107 initialized = 1; in sdt_init_op_regex()
|
| /tools/testing/selftests/lkdtm/ |
| D | tests.txt | 27 SLAB_INIT_ON_ALLOC Memory appears initialized 28 BUDDY_INIT_ON_ALLOC Memory appears initialized
|
| /tools/perf/arch/csky/annotate/ |
| D | instructions.c | 43 arch->initialized = true; in csky__annotate_init()
|
| /tools/testing/selftests/arm64/signal/ |
| D | test_signals.h | 63 bool initialized; member
|
| D | test_signals_utils.c | 99 if (!td->initialized) { in handle_signal_unsupported() 366 td->initialized = 1; in test_init() 400 if (td->initialized && td->result != KSFT_SKIP && td->check_result) in test_result()
|
| /tools/perf/arch/x86/util/ |
| D | perf_regs.c | 152 static int initialized; in sdt_init_op_regex() local 155 if (initialized) in sdt_init_op_regex() 164 initialized = 1; in sdt_init_op_regex()
|
| /tools/perf/arch/s390/annotate/ |
| D | instructions.c | 162 if (!arch->initialized) { in s390__annotate_init() 163 arch->initialized = true; in s390__annotate_init()
|
| /tools/perf/arch/loongarch/annotate/ |
| D | instructions.c | 130 if (!arch->initialized) { in loongarch__annotate_init() 132 arch->initialized = true; in loongarch__annotate_init()
|
| /tools/perf/arch/powerpc/annotate/ |
| D | instructions.c | 307 if (!arch->initialized) { in powerpc__annotate_init() 308 arch->initialized = true; in powerpc__annotate_init()
|
| /tools/testing/kunit/test_data/ |
| D | test_is_test_passed-no_tests_run_no_header.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/testing/memblock/ |
| D | README | 9 the actual memory management is initialized. Its APIs allow to register physical 18 memory allocator is initialized at the build time, so the checks here reuse its
|
| /tools/testing/selftests/bpf/ |
| D | test_loader.c | 726 bool initialized; member 741 caps->initialized = true; in drop_capabilities() 749 if (!caps->initialized) in restore_capabilities() 755 caps->initialized = false; in restore_capabilities()
|