Home
last modified time | relevance | path

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

12

/tools/perf/util/
Dunwind-libunwind.c20 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()
Dunwind.h48 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()
Dsymbol_conf.h29 initialized, member
Dthread.c348 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()
Dsymbol.c2510 if (symbol_conf.initialized) { in symbol__annotation_init()
2524 if (symbol_conf.initialized) in symbol__init()
2585 symbol_conf.initialized = true; in symbol__init()
2604 if (!symbol_conf.initialized) in symbol__exit()
2616 symbol_conf.initialized = false; in symbol__exit()
/tools/perf/arch/mips/annotate/
Dinstructions.c39 if (!arch->initialized) { in mips__annotate_init()
41 arch->initialized = true; in mips__annotate_init()
/tools/perf/arch/powerpc/annotate/
Dinstructions.c54 if (!arch->initialized) { in powerpc__annotate_init()
55 arch->initialized = true; in powerpc__annotate_init()
/tools/perf/arch/arm/annotate/
Dinstructions.c35 if (arch->initialized) in arm__annotate_init()
51 arch->initialized = true; in arm__annotate_init()
/tools/perf/arch/arm64/util/
Dperf_regs.c59 static int initialized; in sdt_init_op_regex() local
62 if (initialized) in sdt_init_op_regex()
73 initialized = 1; in sdt_init_op_regex()
/tools/perf/arch/arc/annotate/
Dinstructions.c6 arch->initialized = true; in arc__annotate_init()
/tools/perf/arch/sparc/annotate/
Dinstructions.c162 if (!arch->initialized) { in sparc__annotate_init()
163 arch->initialized = true; in sparc__annotate_init()
/tools/perf/arch/powerpc/util/
Dperf_regs.c90 static int initialized; in sdt_init_op_regex() local
93 if (initialized) in sdt_init_op_regex()
104 initialized = 1; in sdt_init_op_regex()
/tools/perf/arch/arm64/annotate/
Dinstructions.c93 if (arch->initialized) in arm64__annotate_init()
110 arch->initialized = true; in arm64__annotate_init()
/tools/testing/selftests/lkdtm/
Dtests.txt25 SLAB_INIT_ON_ALLOC Memory appears initialized
26 BUDDY_INIT_ON_ALLOC Memory appears initialized
/tools/perf/arch/csky/annotate/
Dinstructions.c43 arch->initialized = true; in csky__annotate_init()
/tools/testing/selftests/arm64/signal/
Dtest_signals_utils.c94 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()
Dtest_signals.h58 bool initialized; member
/tools/perf/arch/x86/util/
Dperf_regs.c151 static int initialized; in sdt_init_op_regex() local
154 if (initialized) in sdt_init_op_regex()
163 initialized = 1; in sdt_init_op_regex()
/tools/perf/arch/s390/annotate/
Dinstructions.c164 if (!arch->initialized) { in s390__annotate_init()
165 arch->initialized = true; in s390__annotate_init()
/tools/perf/arch/x86/annotate/
Dinstructions.c197 if (arch->initialized) in x86__annotate_init()
205 arch->initialized = true; in x86__annotate_init()
/tools/testing/kunit/test_data/
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
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/lib/traceevent/Documentation/
Dlibtraceevent-parse_head.txt26 _tep_ context is initialized with default values. The _long_size_ can be used in
Dlibtraceevent-strerror.txt49 printf ("The pool is not initialized, %s", buf);
/tools/perf/Documentation/
Dtopdown.txt67 so the perf_event_attr structure should be initialized with
70 For example, the perf_event_attr structure can be initialized with

12