Home
last modified time | relevance | path

Searched refs:logfile (Results 76 – 100 of 153) sorted by relevance

1234567

/openbmc/qemu/docs/interop/
H A Dqemu-ga.rst48 .. option:: -l, --logfile=PATH
128 logfile string
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbinutils.py52 self.ptest_section(ptestsuite, duration = int(end_time - start_time), logfile = logpath)
H A Dimagefeatures.py42 ssh = SSHControl(ip=qemu.ip, logfile=qemu.sshlog, user=user)
68 ssh = SSHControl(ip=qemu.ip, logfile=qemu.sshlog, user=user)
H A Dgcc.py67 self.ptest_section(ptestsuite, duration = int(end_time - start_time), logfile = logpath)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/scsirastools/scsirastools/
H A Dprint-format.patch25 printf("Log file %s is open\n", logfile);
38 printf("Log file %s is open, debug=%d\n", logfile,fdebug);
118 printf("Log file %s is open\n", logfile);
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-supervisor/
H A Dsupervisord.conf8 logfile=/var/log/supervisord.log ; (main log file;default $CWD/supervisord.log)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/logwarn/
H A Dlogwarn_1.0.14.bb40 # Create a directory for logfile state info, usually under /var/lib.
/openbmc/qemu/target/loongarch/
H A Dtranslate.c330 CPUState *cpu, FILE *logfile) in loongarch_tr_disas_log() argument
333 target_disas(logfile, cpu, dcbase->pc_first, dcbase->tb->size); in loongarch_tr_disas_log()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gammu/gammu/
H A Dgammurc16 ;logfile = gammulog
30 ;logfile = gammulog
156 ; Logfile | Use, when want to have logfile from communication.
/openbmc/openbmc/poky/meta/lib/oe/
H A Dutils.py486 def __init__(self, description, name=None, logfile=None): argument
489 self.logfile=logfile
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis/
H A Dredis.conf173 logfile ""
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/redis/redis-7.2.4/
H A Dredis.conf173 logfile ""
/openbmc/qemu/chardev/
H A Dchar.c244 if (common && common->logfile) { in qemu_char_open()
252 chr->logfd = qemu_create(common->logfile, flags, 0666, errp); in qemu_char_open()
498 const char *logfile = qemu_opt_get(opts, "logfile"); in qemu_chr_parse_common() local
500 backend->logfile = g_strdup(logfile); in qemu_chr_parse_common()
/openbmc/qemu/tcg/
H A Dtcg.c1456 if (logfile) { in tcg_prologue_init()
1481 fprintf(logfile, "\n"); in tcg_prologue_init()
1482 qemu_log_unlock(logfile); in tcg_prologue_init()
6041 if (logfile) { in tcg_gen_code()
6042 fprintf(logfile, "OP:\n"); in tcg_gen_code()
6044 fprintf(logfile, "\n"); in tcg_gen_code()
6045 qemu_log_unlock(logfile); in tcg_gen_code()
6076 if (logfile) { in tcg_gen_code()
6094 if (logfile) { in tcg_gen_code()
6097 fprintf(logfile, "\n"); in tcg_gen_code()
[all …]
/openbmc/openbmc/poky/meta/classes-global/
H A Dbuildstats.bbclass88 def write_task_data(status, logfile, e, d):
89 with open(os.path.join(logfile), "a") as f:
113 def write_host_data(logfile, e, d, type):
169 with open(logfile, "a") as f:
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c307 FILE *logfile = qemu_log_trylock(); in log_cpu_exec() local
308 if (logfile) { in log_cpu_exec()
320 cpu_dump_state(cpu, logfile, flags); in log_cpu_exec()
321 qemu_log_unlock(logfile); in log_cpu_exec()
/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()
/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/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/qemu/qapi/
H A Dchar.json199 # @logfile: The name of a logfile to save output
207 'data': { '*logfile': 'str',
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Drunexported.py56 self.connection = SSHControl(self.ip, logfile=self.sshlog)

1234567