Home
last modified time | relevance | path

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

12

/tools/thermal/thermometer/
A Dthermometer.c91 ERROR("Invalid regular expression\n"); in configuration_default_init()
109 ERROR("'%s' is not accessible\n", path); in configuration_init()
145 ERROR("Missing node name '%d'\n", i); in configuration_init()
150 ERROR("Thermal zone name not found\n"); in configuration_init()
155 ERROR("Polling value not found"); in configuration_init()
249 ERROR("Usage: %s --help\n", argv[0]); in options_init()
298 ERROR("Failed to start mainloop\n"); in thermometer_init()
377 ERROR("'%s' already exists\n", path); in thermometer_start()
429 ERROR("Failed to fork process: %m"); in thermometer_execute()
483 ERROR("Failed to set timer time: %m\n"); in thermometer_wait()
[all …]
/tools/testing/selftests/bpf/
A Dtest_bpftool_build.sh28 ERROR=0
36 exit $ERROR
46 ERROR=1 && printf "FAILURE: Did not find bpftool\n"
54 ERROR=1
81 ERROR=1
/tools/testing/selftests/futex/include/
A Dlogging.h52 const char *ERROR = ERROR_NORMAL; variable
75 ERROR = ERROR_COLOR; in log_color()
79 ERROR = ERROR_NORMAL; in log_color()
136 ERROR, strerror(err), ##args); \
138 fprintf(stderr, "\t%s: "message, ERROR, ##args); \
/tools/objtool/
A Dbuiltin-check.c142 ERROR("--mnop requires --mcount"); in opts_valid()
147 ERROR("--noinstr requires --link"); in opts_valid()
152 ERROR("--ibt requires --link"); in opts_valid()
157 ERROR("--unret requires --link"); in opts_valid()
174 ERROR("--dump can't be combined with other actions"); in opts_valid()
184 ERROR("At least one action required"); in opts_valid()
197 ERROR("can't open %s for reading: %s", src, strerror(errno)); in copy_file()
203 ERROR("can't open %s for writing: %s", dst, strerror(errno)); in copy_file()
322 ERROR("Linked object requires --link"); in objtool_run()
A Delf.c389 ERROR("section entry mismatch"); in read_sections()
582 ERROR("no .symtab"); in mark_group_syms()
670 ERROR("index out of range"); in elf_update_symbol()
714 ERROR("zero size data"); in elf_update_symbol()
729 ERROR("negative index"); in elf_update_symbol()
741 ERROR("no .symtab_shndx"); in elf_update_symbol()
765 ERROR("no .symtab"); in __elf_create_symbol()
787 ERROR("elf_update_symbol move"); in __elf_create_symbol()
810 ERROR("elf_update_symbol"); in __elf_create_symbol()
1093 ERROR("can't find .strtab section"); in elf_add_string()
[all …]
A Dobjtool.c26 ERROR("won't handle more than one file at a time"); in objtool_open_read()
53 ERROR("paravirt confusion"); in objtool_pv_add()
A Dorc_dump.c102 ERROR("bad .orc_unwind section size"); in orc_dump()
A Dspecial.c146 ERROR("%s size not a multiple of %d", sec->name, entry->size); in special_get_alts()
A Dcheck.c510 ERROR("%s(): STT_FUNC at end of section", func->name); in decode_instructions()
518 ERROR("%s(): can't find starting instruction", func->name); in decode_instructions()
680 ERROR("static_call: trampoline name malformed: %s", key_name); in create_static_call_sections()
689 ERROR("static_call: can't find static_call_key symbol: %s", tmp); in create_static_call_sections()
1010 ERROR("unexpected relocation symbol type in %s: %d", in add_ignores()
2208 ERROR("missing .rela.discard.unwind_hints section"); in read_unwind_hints()
2213 ERROR("struct unwind_hint size mismatch"); in read_unwind_hints()
2224 ERROR("can't find reloc for unwind_hints[%d]", i); in read_unwind_hints()
2233 ERROR("unexpected relocation symbol type in %s", sec->rsec->name); in read_unwind_hints()
2239 ERROR("can't find insn for unwind_hints[%d]", i); in read_unwind_hints()
[all …]
/tools/thermal/thermal-engine/
A Dthermal-engine.c99 ERROR("Failed to flush all previous thresholds\n"); in set_threshold()
107 ERROR("Failed to set threshold\n"); in set_threshold()
372 ERROR("Usage: %s --help\n", argv[0]); in main()
377 ERROR("Failed to daemonize: %p\n"); in main()
382 ERROR("Failed to initialize logging facility\n"); in main()
388 ERROR("Failed to initialize the thermal library\n"); in main()
394 ERROR("No thermal zone available\n"); in main()
403 ERROR("Failed to initialize the mainloop\n"); in main()
408 ERROR("Failed to setup the mainloop\n"); in main()
415 ERROR("Mainloop failed\n"); in main()
/tools/testing/selftests/futex/
A DREADME37 results are printed to stdout, while intermediate ERROR or FAIL messages are
39 ERROR strings in color for easy visual parsing. Output shall conform to the
44 ERROR: Description of unexpected error
48 # there may be multiple ERROR or FAIL messages
49 Result: (PASS|FAIL|ERROR)
/tools/thermal/lib/
A Dlog.h22 #define ERROR(fmt, ...) logit(LOG_ERR, fmt, ##__VA_ARGS__) macro
/tools/perf/Documentation/
A Dbuild-xed.txt16 ERROR: required argument(s) were missing
/tools/objtool/arch/x86/
A Ddecode.c39 ERROR("unexpected ELF machine type %d", elf->ehdr.e_machine); in is_x86_64()
176 ERROR("can't decode instruction at %s:0x%lx", sec->name, offset); in arch_decode_instruction()
661 ERROR("no func for pv_ops[]"); in arch_decode_instruction()
791 ERROR("invalid NOP size: %d\n", len); in arch_nop_insn()
811 ERROR("invalid RET size: %d\n", len); in arch_ret_insn()
/tools/tracing/rtla/src/
A Dutils.h89 ERROR = 1, /* same as EXIT_FAILURE, an error in arguments */ enumerator
A Dosnoise_top.c597 enum result return_value = ERROR; in osnoise_top_main()
A Dosnoise_hist.c769 enum result return_value = ERROR; in osnoise_hist_main()
A Dtimerlat_top.c1039 enum result return_value = ERROR; in timerlat_top_main()
A Dtimerlat_hist.c1181 enum result return_value = ERROR; in timerlat_hist_main()
/tools/objtool/arch/loongarch/
A Ddecode.c66 ERROR("unexpected ELF machine type %d", elf->ehdr.e_machine); in is_loongarch()
331 ERROR("invalid NOP size: %d\n", len); in arch_nop_insn()
345 ERROR("invalid RET size: %d\n", len); in arch_ret_insn()
/tools/testing/selftests/net/netfilter/
A Dbr_netfilter_queue.sh80 echo ERROR: kernel is tainted
A Dbr_netfilter.sh170 echo ERROR: kernel is tainted
/tools/objtool/include/objtool/
A Dwarn.h99 #define ERROR(format, ...) __WARN(ERROR_STR, format, ##__VA_ARGS__) macro
/tools/mm/
A Dpage-types.c483 if (flags & BIT(ERROR)) in expand_overloaded_flags()
484 flags ^= BIT(ERROR) | BIT(SLUB_DEBUG); in expand_overloaded_flags()
/tools/perf/
A DMakefile.config447 …$(error ERROR: No libelf found. Disables 'probe' tool, jvmti and BPF support. Please install libel…

Completed in 658 milliseconds

12