Home
last modified time | relevance | path

Searched refs:initialized (Results 1 – 25 of 34) sorted by relevance

12

/tools/perf/util/
A Dunwind-libunwind.c15 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()
A Dunwind.h46 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()
A Dsymbol_conf.h30 initialized, member
A Ddisasm.h27 bool initialized; member
A Dthread.c376 bool initialized = false; in thread__prepare_access_maps_cb() local
379 args->err = unwind__prepare_access(args->maps, map, &initialized); in thread__prepare_access_maps_cb()
381 return (args->err || initialized) ? 1 : 0; in thread__prepare_access_maps_cb()
/tools/perf/arch/riscv64/annotate/
A Dinstructions.c27 if (!arch->initialized) { in riscv64__annotate_init()
29 arch->initialized = true; in riscv64__annotate_init()
/tools/perf/arch/mips/annotate/
A Dinstructions.c39 if (!arch->initialized) { in mips__annotate_init()
41 arch->initialized = true; in mips__annotate_init()
/tools/perf/arch/arm/annotate/
A Dinstructions.c35 if (arch->initialized) in arm__annotate_init()
51 arch->initialized = true; in arm__annotate_init()
/tools/perf/arch/arm64/util/
A Dperf_regs.c67 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/arc/annotate/
A Dinstructions.c6 arch->initialized = true; in arc__annotate_init()
/tools/perf/arch/sparc/annotate/
A Dinstructions.c162 if (!arch->initialized) { in sparc__annotate_init()
163 arch->initialized = true; in sparc__annotate_init()
/tools/perf/arch/powerpc/util/
A Dperf_regs.c94 static int initialized; in sdt_init_op_regex() local
97 if (initialized) in sdt_init_op_regex()
108 initialized = 1; in sdt_init_op_regex()
/tools/perf/arch/arm64/annotate/
A Dinstructions.c94 if (arch->initialized) in arm64__annotate_init()
111 arch->initialized = true; in arm64__annotate_init()
/tools/testing/selftests/lkdtm/
A Dtests.txt27 SLAB_INIT_ON_ALLOC Memory appears initialized
28 BUDDY_INIT_ON_ALLOC Memory appears initialized
/tools/perf/arch/csky/annotate/
A Dinstructions.c43 arch->initialized = true; in csky__annotate_init()
/tools/testing/selftests/arm64/signal/
A Dtest_signals.h65 bool initialized; member
A Dtest_signals_utils.c100 if (!td->initialized) { in handle_signal_unsupported()
378 td->initialized = 1; in test_init()
412 if (td->initialized && td->result != KSFT_SKIP && td->check_result) in test_result()
/tools/perf/arch/x86/util/
A Dperf_regs.c152 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/loongarch/annotate/
A Dinstructions.c130 if (!arch->initialized) { in loongarch__annotate_init()
132 arch->initialized = true; in loongarch__annotate_init()
/tools/perf/arch/s390/annotate/
A Dinstructions.c162 if (!arch->initialized) { in s390__annotate_init()
163 arch->initialized = true; in s390__annotate_init()
/tools/perf/arch/powerpc/annotate/
A Dinstructions.c307 if (!arch->initialized) { in powerpc__annotate_init()
308 arch->initialized = true; in powerpc__annotate_init()
/tools/testing/kunit/test_data/
A Dtest_is_test_passed-no_tests_run_no_header.log29 mconsole (version 2) initialized on /usr/local/google/home/brendanhiggins/.uml/6Ijecl/mconsole
69 Console initialized on /dev/tty0
A Dtest_output_isolated_correctly.log54 mconsole (version 2) initialized on /usr/local/google/home/brendanhiggins/.uml/VZ2qMm/mconsole
91 Console initialized on /dev/tty0
/tools/testing/memblock/
A DREADME9 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/
A Dtest_loader.c779 bool initialized; member
794 caps->initialized = true; in drop_capabilities()
802 if (!caps->initialized) in restore_capabilities()
808 caps->initialized = false; in restore_capabilities()

Completed in 28 milliseconds

12