Home
last modified time | relevance | path

Searched refs:logfile (Results 101 – 125 of 145) sorted by relevance

123456

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_offload.py32 logfile = None variable
60 if logfile is None:
69 logfile.write("\n" + log_get_sec() + " ")
70 logfile.write(header)
72 logfile.write("\n")
73 logfile.write(data)
757 logfile = open(args.log, 'w+') variable
758 logfile.write("# -*-Org-*-")
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dqemu.py44 logfile=bootlog, boottime=boottime,
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dmeson.bbclass165 with open(d.expand("${B}/meson-logs/meson-log.txt")) as logfile:
166 log = logfile.read()
H A Dpopulate_sdk_base.bbclass349 echo "log_check: Using $lf_path as logfile"
354 echo "Cannot find logfile [$lf_path]"
H A Dpopulate_sdk_ext.bbclass172 logfile = d.getVar('WORKDIR') + '/tasklist_bb_log.txt'
174 …t_sdk_install_targets(d), tasklistfile, cmdprefix=cmdprefix, cwd=temp_sdkbasepath, logfile=logfile)
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D12_makefile_config.patch23 # Optional: Changing the default disposition of logfile records
/openbmc/obmc-console/docs/
H A Dmux-support.md48 logfile = /var/log/console-host1.log
52 logfile = /var/log/console-host2.log
/openbmc/openbmc/poky/meta/classes/
H A Dccache.bbclass23 # export CCACHE_LOGFILE = "${CCACHE_DIR}/logfile.log"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/squid/files/
H A D0002-squid-make-squid-conf-tests-run-on-target-device.patch9 * Change logfile path to /var/log
/openbmc/qemu/roms/
H A Dedk2-build.py118 logfile = f'{section}.log'
128 with open(logfile, 'wb') as f:
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dgcc.py67 self.ptest_section(ptestsuite, duration = int(end_time - start_time), logfile = logpath)
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Drunexported.py56 self.connection = SSHControl(self.ip, logfile=self.sshlog)
/openbmc/qemu/qapi/
H A Dchar.json197 # @logfile: The name of a logfile to save output
205 'data': { '*logfile': 'str',
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A Dsamhain-configure-add-option-for-ps.patch97 … xml-log message-queue login-watch process-check port-check mounts-check logfile-monitor userfiles…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/
H A Dnspr_4.35.bb81 logfile \
/openbmc/openbmc/poky/meta/recipes-extended/screen/screen/
H A D0001-fix-for-multijob-build.patch35 comm.h layer.h term.h image.h display.h window.h extern.h logfile.h
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/frr/
H A Dfrr_9.1.bb58 --enable-logfile-mask=0640 \
/openbmc/linux/tools/power/cpupower/bench/
H A DREADME-BENCH123 After the benchmark, the logfile is saved in OUTPUTDIR/benchmark_TIMESTAMP.log
/openbmc/qemu/docs/system/
H A Dqemu-block-drivers.rst.inc680 [?socket=...][,file.debug=9][,file.logfile=...]
688 "volume":"testvol","path":"a.img","debug":9,"logfile":"...",
719 *logfile* is a commandline option to mention log file path which helps in
740 …|qemu_system| -drive file=gluster://1.2.3.4/testvol/a.img,file.debug=9,file.logfile=/var/log/qemu-…
744 "debug":9,"logfile":"/var/log/qemu-gluster.log",
748 file.debug=9,file.logfile=/var/log/qemu-gluster.log,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/
H A Dsyslog-ng.conf.sysvinit36 # First some standard logfile
H A Dsyslog-ng.conf.systemd36 # First some standard logfile
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcooker.py2036 logfile = "profile-parse-%s.log" % multiprocessing.current_process().name
2037 prof.dump_stats(logfile)
2239 logfile = "profile-parse-%s.log" % i
2240 if os.path.exists(logfile):
2241 profiles.append(logfile)
/openbmc/qemu/qga/
H A Dmain.c408 static FILE *ga_open_logfile(const char *logfile) in ga_open_logfile() argument
412 f = fopen(logfile, "a"); in ga_open_logfile()
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c2068 FILE *logfile = qemu_log_trylock(); in gen_unknown_opcode() local
2069 if (logfile) { in gen_unknown_opcode()
2072 fprintf(logfile, "ILLOPC: " TARGET_FMT_lx ":", pc); in gen_unknown_opcode()
2074 fprintf(logfile, " %02x", translator_ldub(env, &s->base, pc)); in gen_unknown_opcode()
2076 fprintf(logfile, "\n"); in gen_unknown_opcode()
2077 qemu_log_unlock(logfile); in gen_unknown_opcode()
/openbmc/bmcweb/redfish-core/lib/
H A Dlog_services.hpp1085 std::string& timestamp, std::string& logfile) in parseCrashdumpParameters() argument
1112 logfile = *logfilePtr; in parseCrashdumpParameters()
2748 std::string logfile{}; in logCrashdumpEntry() local
2749 parseCrashdumpParameters(params, filename, timestamp, logfile); in logCrashdumpEntry()

123456