/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 | 2510 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/ |
D | instructions.c | 39 if (!arch->initialized) { in mips__annotate_init() 41 arch->initialized = true; in mips__annotate_init()
|
/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/arm64/util/ |
D | perf_regs.c | 59 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/ |
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 | 90 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/ |
D | instructions.c | 93 if (arch->initialized) in arm64__annotate_init() 110 arch->initialized = true; in arm64__annotate_init()
|
/tools/testing/selftests/lkdtm/ |
D | tests.txt | 25 SLAB_INIT_ON_ALLOC Memory appears initialized 26 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_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 | 151 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/ |
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_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/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
|