Home
last modified time | relevance | path

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

/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.c2441 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()
Dbpf-loader.c394 static bool initialized = false; in bpf__prepare_probe() local
401 if (initialized) in bpf__prepare_probe()
404 initialized = true; in bpf__prepare_probe()
Dannotate.c82 bool initialized; member
/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/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.c84 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/
Dinstructions.c93 if (arch->initialized) in arm64__annotate_init()
110 arch->initialized = true; in arm64__annotate_init()
/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.c149 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/
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.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
/tools/memory-model/Documentation/
Dlitmus-tests.txt615 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