Home
last modified time | relevance | path

Searched refs:WARN (Results 1 – 12 of 12) sorted by relevance

/tools/include/asm/
A Dbug.h10 #define WARN(condition, format...) ({ \ macro
41 if (WARN(!__warned, format)) \
/tools/objtool/
A Dorc_gen.c30 WARN("malloc failed"); in orc_list_add()
126 WARN("file already has .orc_unwind section, skipping"); in orc_create()
A Dcheck.c726 WARN("file already has .retpoline_sites, skipping"); in create_retpoline_sites_sections()
764 WARN("file already has .return_sites, skipping"); in create_return_sites_sections()
802 WARN("file already has .ibt_endbr_seal, skipping"); in create_ibt_endbr_seal_sections()
3204 WARN("CFI missing"); in propagate_alt_cfi()
3272 WARN("CFI missing"); in insn_cfi_match()
3364 WARN("pv_ops[%d]: %s", idx, target->name); in pv_call_dest()
3573 WARN("%s() falls through to next function %s()", in validate_branch()
3796 WARN("%s%sunexpected end of section %s", in validate_branch()
3908 WARN("Unresolved function after linking!?: %s", in validate_unret()
4601 WARN("objdump string size calculation failed"); in disas_funcs()
[all …]
/tools/objtool/include/objtool/
A Dwarn.h74 #define WARN(format, ...) __WARN(WARN_STR, format, ##__VA_ARGS__) macro
92 WARN(" %s: " format, _str, ##__VA_ARGS__); \
/tools/thermal/lib/
A Dlog.h21 #define WARN(fmt, ...) logit(LOG_WARNING, fmt, ##__VA_ARGS__) macro
/tools/objtool/arch/x86/
A Ddecode.c460 WARN("invalid LEA encoding at %s:0x%lx", sec->name, offset); in arch_decode_instruction()
577 WARN("ENQCMD instruction at %s:%lx", sec->name, offset); in arch_decode_instruction()
726 WARN("notrack prefix found at %s:0x%lx", sec->name, offset); in arch_decode_instruction()
732 WARN("notrack prefix found at %s:0x%lx", sec->name, offset); in arch_decode_instruction()
/tools/testing/nvdimm/test/
A Diomap.c235 WARN(!res || resource_size(res) != n, in nfit_test_release_region()
275 WARN(1, "%pr already busy\n", res); in nfit_test_request_region()
/tools/objtool/arch/loongarch/
A Dspecial.c47 WARN("malloc failed"); in get_rodata_table_size_by_table_annotate()
/tools/include/perf/
A Darm_pmuv3.h312 WARN(1, "Invalid PMEV* index\n"); \
/tools/perf/util/
A Dheader.c312 if (WARN(ff->buf, "Error: calling %s in pipe-mode.\n", __func__)) in write_tracing_data()
330 if (WARN(ff->buf, "Error: calling %s in pipe-mode.\n", __func__)) in write_build_id()
913 if (WARN(ff->buf, "Error: calling %s in pipe-mode.\n", __func__)) in write_auxtrace()
3567 if (WARN(ff->buf, "Error: calling %s in pipe-mode.\n", __func__)) in do_write_feat()
A Dparse-events.c2367 if (WARN(!str || !err, "WARNING: failed to provide error string or struct\n")) in parse_events_error__handle()
/tools/memory-model/Documentation/
A Daccess-marking.txt83 (including /proc and /sys output), WARN*()/BUG*() checks whose return

Completed in 32 milliseconds