Searched refs:log (Results 1 – 14 of 14) sorted by relevance
/scripts/ |
A D | test_doc_build.py | 176 def log(self, out, verbose, is_info=True): member in AsyncCommands 195 self.log(out, verbose, is_info) 215 self.log("$ " + " ".join(cmd), verbose) 239 self.log(f"Error {proc.returncode}", verbose=True, is_info=False) 283 cmd.log(f"\nSphinx {ver} with {python_bin}", verbose=True) 332 cmd.log(f". {bin_dir}/activate", verbose=True) 335 cmd.log("deactivate", verbose=True) 356 if args.log: 357 fp = open(args.log, "w", encoding="utf-8") 394 cmd.log("\nSummary:", verbose=True) [all …]
|
A D | check-uapi.sh | 30 -l ERROR_LOG Write error log to file (default: no error log is generated). 323 local -r log="${TMP_DIR}/log/${file}.log" 326 mkdir -p "$(dirname "$log")" 328 …ompile "$(get_header_tree "$base_ref")/include" "$base_header" "${base_header}.bin" 2> "$log"; then 333 cat "$log" 339 …ompile "$(get_header_tree "$past_ref")/include" "$past_header" "${past_header}.bin" 2> "$log"; then 344 cat "$log" 353 "${past_header}.bin" "${base_header}.bin" > "$log" || ret="$?" 372 if grep "Unreachable types summary" "$log" | grep -q "0 removed" && 373 grep "Unreachable types summary" "$log" | grep -q "0 changed"; then [all …]
|
A D | remove-stale-files | 28 rm -f lib/test_fortify.log
|
A D | git-resolve.sh | 75 match=$(git log --format="%H %s" --grep="$grep_pattern" --perl-regexp -10 | \ 89 if git log -1 --format="%s" "$match" | grep -qP "$grep_pattern"; then
|
A D | Kbuild.include | 121 # pring log 124 # If quiet is "quiet_", print short log 125 # If quiet is empty, print short log and whole command 138 # $ make >&2 | tee log
|
A D | checktransupdate.py | 270 log_level = getattr(logging, args.log.upper(), logging.INFO)
|
/scripts/lib/kdoc/ |
A D | kdoc_files.py | 101 self.config.log.warning(msg) 107 self.config.log.error(msg) 195 self.config.log = logging.getLogger("kernel-doc") 197 self.config.log = logger 275 self.config.log.warning("No kernel-doc for file %s", fname) 285 self.config.log.warning("%s:%d Can't handle %s",
|
A D | kdoc_parser.py | 155 self.config.log.info(log_msg) 260 self.config.log.warning(log_msg) 262 self.config.log.info(log_msg) 295 self.config.log.debug("Output: %s:%s = %s", dtype, name, pformat(args)) 1652 self.config.log.debug("%d %s: %s", 1667 self.config.log.error(f"Error: Cannot open file {self.fname}")
|
A D | kdoc_output.py | 211 self.config.log.warning("doesn't now how to output '%s' block",
|
/scripts/dtc/ |
A D | update-dtc-source.sh | 43 git log --oneline scripts/dtc/ | grep 'upstream' | head -1 | sed -e 's/^.* \(.*\)/\1/' 53 dtc_log=$(git log --oneline ${last_dtc_ver}..)
|
/scripts/lib/abi/ |
A D | system_symbols.py | 138 self.log = abi.log 193 self.abi.log.warning(f"missing rules for {fname}") 199 self.log.debug("check if %s matches '%s'", name, r.pattern) 335 self.abi.log.warning("No ABI symbols found") 362 self.abi.log.warning(f"Future: {e}")
|
A D | abi_regex.py | 134 self.log.debug("%s: mapped as %s", what, search_group) 145 self.log.warning("Ignoring '%s' as it produced an invalid regex:\n" 219 self.log.debug("%-90s <== %s", new, what) 225 self.log.debug("%s", pformat(self.regex_group))
|
A D | abi_parser.py | 39 self.log = logging.getLogger("get_abi") 41 self.log = logger 77 self.log.warning(msg) 193 self.log.debug("what: %s", fdata.what) 328 self.log.debug("Opening file %s", fname) 385 self.log.debug(pformat(self.data)) 440 self.log.info("Didn't find ABI reference for '%s'", abi) 558 self.log.warning("%s doesn't have a file associated", what) 575 self.log.warning("%s is defined %d times: %s", what, len(f), "; ".join(f))
|
/scripts/gdb/linux/ |
A D | mm.py | 91 self.STRUCT_PAGE_MAX_SHIFT = (int)(math.log(self.struct_page_size, 2))
|
Completed in 20 milliseconds