Home
last modified time | relevance | path

Searched refs:log (Results 51 – 75 of 2189) sorted by relevance

12345678910>>...88

/openbmc/phosphor-webui/app/server-health/controllers/
H A Dsyslog-controller.js48 $scope.sysLogs.forEach(function(log) { argument
55 console.log(JSON.stringify(error));
67 console.log(JSON.stringify(res));
70 console.log(JSON.stringify(error));
111 $scope.filterBySearchTerms = function(log) { argument
119 var search_text = log.Id + ' ' + log.Name.toLowerCase() + ' ' +
120 log.Message.toLowerCase();
128 $scope.filterBySeverity = function(log) { argument
136 $scope.filterByType = function(log) { argument
144 $scope.filterByDate = function(log) { argument
[all …]
H A Dlog-controller.js60 var log = result.data.filter(function(item) {
64 if (log.length) {
65 log[0].meta = true;
79 $scope.filterBySeverity = function(log) { argument
88 $scope.filterByStatus = function(log) { argument
95 $scope.filterByDate = function(log) { argument
105 log.Timestamp >= $scope.start_date &&
106 log.Timestamp <= endDate);
112 $scope.filterBySearchTerms = function(log) { argument
125 const propVal = log[prop];
[all …]
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-log.rst16 dm_dirty_log_type in include/linux/dm-dirty-log.h). Various different
23 disk drivers/md/dm-log.c
24 core drivers/md/dm-log.c
25 userspace drivers/md/dm-log-userspace* include/linux/dm-log-userspace.h
28 The "disk" log type
30 This log implementation commits the log state to disk. This way, the
33 The "core" log type
35 This log implementation keeps the log state in memory. The log state
38 available for storing log state.
40 The "userspace" log type
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D22836 log('')
48 log('bs->backing: (none)')
50 log('')
65 log('--- Implicit backing file ---')
66 log('')
83 log('')
84 log('--- change-backing-file ---')
85 log('')
167 log('')
168 log('--- Override backing file ---')
[all …]
H A D20836 iotests.log('Launching VM...')
40 iotests.log('Starting NBD server...')
41 iotests.log(vm.qmp('nbd-server-start', addr={
48 iotests.log('Adding NBD export...')
49 iotests.log(vm.qmp('nbd-server-add', device='drive0-node', writable=True))
51 iotests.log('Creating external snapshot...')
52 iotests.log(vm.qmp('blockdev-snapshot-sync',
57 iotests.log('Stopping NBD server...')
58 iotests.log(vm.qmp('nbd-server-stop'))
H A D21040 iotests.log("=== Successful image creation (defaults) ===")
41 iotests.log("")
71 iotests.log("")
104 iotests.log("=== Invalid BlockdevRef ===")
105 iotests.log("")
118 iotests.log("=== Zero size ===")
119 iotests.log("")
149 iotests.log("=== Invalid sizes ===")
150 iotests.log("")
163 iotests.log("=== Resize image with invalid sizes ===")
[all …]
H A D149334 iotests.log("# Create image")
337 iotests.log("# Create image")
345 iotests.log("# Format image")
355 iotests.log("# Open dev")
364 iotests.log("# Close dev")
370 iotests.log("# Read test pattern 0xa7")
372 iotests.log("# Read test pattern 0x13")
378 iotests.log("# Write test pattern 0x91")
386 iotests.log("# Open dev")
395 iotests.log("# Close dev")
[all …]
H A D24226 file_path, img_info_log, log
40 log('qemu-img info dump:\n')
45 log('The same bitmaps in JSON format:')
46 log(bitmaps, indent=2)
48 log('No bitmap in JSON format output')
83 log('Test {}'.format(num))
87 log('')
92 log('Test {}\nChecking "in-use" flag...'.format(num))
97 log('\nTest {}'.format(num))
105 log('Unset the unknown bitmap flag \'{}\' in the bitmap directory entry:\n'
[all …]
H A D20339 iotests.log('Launching VM...')
45 iotests.log('Setting IOThreads...')
46 iotests.log(vm.qmp('x-blockdev-set-iothread',
49 iotests.log(vm.qmp('x-blockdev-set-iothread',
53 iotests.log('Enabling migration QMP events...')
54 iotests.log(vm.qmp('migrate-set-capabilities', capabilities=[
61 iotests.log('Starting migration...')
62 iotests.log(vm.qmp('migrate', uri='exec:cat >/dev/null'))
65 iotests.log(event, filters=[iotests.filter_qmp_event])
H A D30741 iotests.log('=== Launch VM ===')
57 iotests.log('\n=== Create a read-only NBD export ===')
64 iotests.log('\n=== Try a few invalid things ===')
73 iotests.log('\n=== Move export to an iothread ===')
92 iotests.log('\n=== Add a writable export ===')
102 iotests.log(event, filters=[iotests.filter_qmp_event])
119 iotests.log(qemu_io.cmd('read -P 0x11 0 4k'),
121 iotests.log(qemu_io.cmd('write -P 0x22 4k 4k'),
126 iotests.log(vm.get_qmp_events_filtered())
139 iotests.log(qemu_io.cmd('read -P 0x11 0 4k'))
[all …]
/openbmc/linux/fs/
H A Dfs_parser.c103 int __fs_parse(struct p_log *log, in __fs_parse() argument
202 return fs_param_bad_value(log, param); in fs_param_is_bool()
207 return fs_param_bad_value(log, param); in fs_param_is_bool()
218 return fs_param_bad_value(log, param); in fs_param_is_u32()
222 return fs_param_bad_value(log, param); in fs_param_is_u32()
231 return fs_param_bad_value(log, param); in fs_param_is_s32()
235 return fs_param_bad_value(log, param); in fs_param_is_s32()
244 return fs_param_bad_value(log, param); in fs_param_is_u64()
248 return fs_param_bad_value(log, param); in fs_param_is_u64()
258 return fs_param_bad_value(log, param); in fs_param_is_enum()
[all …]
/openbmc/openbmc-tools/dbus-vis/
H A Dipmi_capture.js51 console.log('[' + line + ']')
138 console.log('OnTransferCompleted');
169 console.log(data);
170 console.log(data + '');
175 console.log('[rz] error: ' + data);
279 console.log('Args: ' + args);
311 console.log('idx=' + idx);
391 console.log(
402 console.log(data);
403 console.log(data + '');
[all …]
/openbmc/openbmc/poky/meta/recipes-support/libpcre/libpcre/
H A DMakefile50 tst=$$dir$$f; log='$@'; \
61 TEST_SUITE_LOG = test-suite.log
64 am__test_logs1 = $(TESTS:=.log)
65 am__test_logs2 = $(am__test_logs1:.log=.log)
66 TEST_LOGS = $(am__test_logs2:.test.log=.log)
83 test -f $$i.log && test -r $$i.log \
170 --log-file $$b.log --trs-file $$b.trs \
172 RunTest.log: RunTest
176 --log-file $$b.log --trs-file $$b.trs \
178 RunGrepTest.log: RunGrepTest
[all …]
/openbmc/linux/fs/jfs/
H A Djfs_txnmgr.c355 log = JFS_SBI(sb)->log; in txBegin()
357 if (!log) { in txBegin()
456 log = JFS_SBI(sb)->log; in txBeginAnon()
506 log = JFS_SBI(tblk->sb)->log; in txEnd()
911 log = JFS_SBI(tblk->sb)->log; in txUnlock()
1160 log = JFS_SBI(sb)->log; in txCommit()
1161 cd.log = log; in txCommit()
2666 log = (struct jfs_log *) JFS_SBI(tblk->sb)->log; in txLazyCommit()
2793 struct jfs_log *log = mp->log; in LogSyncRelease() local
2814 struct jfs_log *log = JFS_SBI(sb)->log; in txQuiesce() local
[all …]
H A Djfs_umount.c44 struct jfs_log *log; in jfs_umount() local
54 if ((log = sbi->log)) in jfs_umount()
58 jfs_flush_journal(log, 2); in jfs_umount()
106 if (log) { /* log = NULL if read-only mount */ in jfs_umount()
124 struct jfs_log *log = sbi->log; in jfs_umount_rw() local
126 if (!log) in jfs_umount_rw()
134 jfs_flush_journal(log, 2); in jfs_umount_rw()
/openbmc/webui-vue/src/store/modules/Logs/
H A DEventLogStore.js60 } = log;
69 uri: log['@odata.id'],
89 console.log(error);
98 console.log(error);
134 const promises = logs.map((log) =>
136 console.log(error);
169 const promises = logs.map((log) =>
171 console.log(error);
212 if (log.status) {
219 console.log(error);
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/eeh/
H A Deeh-functions.sh6 log() { function
68 log "$dev, Skipped: bridge"
77 log "$dev, Skipped: ahci doesn't support recovery"
87 log "$dev, Skipped: Bad initial PE state"
101 log "Error: '$dev' must be a sysfs device name (DDDD:BB:DD.F)"
125 log "$dev, waited $i/${max_wait}"
130 log "$dev, Failed to recover!"
134 log "$dev, Recovered after $i seconds"
208 log "Unable to enable VFs on $pf, skipping"
214 log "unable to find enabled vf on $pf"
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-fs-xfs1 What: /sys/fs/xfs/<disk>/log/log_head_lsn
6 The log sequence number (LSN) of the current head of the
7 log. The LSN is exported in "cycle:basic block" format.
10 What: /sys/fs/xfs/<disk>/log/log_tail_lsn
15 The log sequence number (LSN) of the current tail of the
16 log. The LSN is exported in "cycle:basic block" format.
18 What: /sys/fs/xfs/<disk>/log/reserve_grant_head
23 The current state of the log reserve grant head. It
24 represents the total log reservation of all currently
29 What: /sys/fs/xfs/<disk>/log/write_grant_head
[all …]
/openbmc/linux/drivers/char/tpm/eventlog/
H A Dof.c40 chip->log.bios_event_log = devm_memremap(&chip->dev, res.start, resource_size(&res), in tpm_read_log_memory_region()
42 if (IS_ERR(chip->log.bios_event_log)) in tpm_read_log_memory_region()
45 chip->log.bios_event_log_end = chip->log.bios_event_log + resource_size(&res); in tpm_read_log_memory_region()
56 struct tpm_bios_log *log; in tpm_read_log_of() local
60 log = &chip->log; in tpm_read_log_of()
99 log->bios_event_log = devm_kmemdup(&chip->dev, __va(base), size, GFP_KERNEL); in tpm_read_log_of()
100 if (!log->bios_event_log) in tpm_read_log_of()
103 log->bios_event_log_end = log->bios_event_log + size; in tpm_read_log_of()
/openbmc/openpower-occ-control/
H A Docc_command.cpp53 log<level::INFO>(s.c_str()); in dump_hex()
68 log<level::DEBUG>( in OccCommand()
78 log<level::DEBUG>( in openDevice()
85 log<level::ERR>( in openDevice()
128 log<level::INFO>( in send()
144 log<level::ERR>( in send()
183 log<level::ERR>( in send()
202 log<level::INFO>( in send()
225 log<level::ERR>( in send()
247 log<level::ERR>( in send()
[all …]
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/
H A Drun-ptest31 make -k -t all >error.log 2>&1
34 make -k -s $makeargs check 2>error.log | sed -e 's#/tmp/tmp\...........#/tmp/tmp.XXXXXXXXXX#g'
36 if [ -e error.log ]; then
37 cat error.log
39 if [ -e tests/unit/test-suite.log ]; then
40 cat tests/unit/test-suite.log
42 if [ -e tests/regression/test-suite.log ]; then
43 cat tests/regression/test-suite.log
/openbmc/linux/tools/testing/selftests/amd-pstate/
H A Dgitsource.sh63 rm -rf $OUTFILE_GIT*.log
86 …n/time -o ../$OUTFILE_GIT.time-gitsource-$1-$2.log make test -j$MAKE_CPUS > ../$OUTFILE_GIT-perf-$…
104 avg_freq=$(awk 'BEGIN {i=0; sum=0};{i++; sum += $1};END {print sum/i}' $OUTFILE_GIT-freq-$1-$2.log)
108 avg_load=$(awk 'BEGIN {i=0; sum=0};{i++; sum += $1};END {print sum/i}' $OUTFILE_GIT-load-$1-$2.log)
111 … user $OUTFILE_GIT.time-gitsource-$1-$2.log | awk '{print $1}' | sed -e 's/user//' > $OUTFILE_GIT-…
112 time_sum=$(awk 'BEGIN {sum=0};{sum += $1};END {print sum}' $OUTFILE_GIT-time-$1-$2.log)
115 grep Joules $OUTFILE_GIT-perf-$1-$2.log | awk '{print $4}' > $OUTFILE_GIT-energy-$1-$2.log
116 en_sum=$(awk 'BEGIN {sum=0};{sum += $1};END {print sum}' $OUTFILE_GIT-energy-$1-$2.log)
156 avg_freq=$(awk 'BEGIN {sum=0};{sum += $1};END {print sum/'$LOOP_TIMES'}' $OUTFILE_GIT-freq-$1.log)
164 time_sum=$(awk 'BEGIN {sum=0};{sum += $1};END {print sum}' $OUTFILE_GIT-time-$1.log)
[all …]
/openbmc/linux/fs/xfs/
H A Dxfs_buf_item_recover.c48 struct xlog *log, in xlog_find_buffer_cancelled() argument
55 if (!log->l_buf_cancel_table) in xlog_find_buffer_cancelled()
69 struct xlog *log, in xlog_add_buffer_cancelled() argument
101 struct xlog *log, in xlog_is_buffer_cancelled() argument
118 struct xlog *log, in xlog_put_buffer_cancelled() argument
182 struct xlog *log, in xlog_recover_buf_commit_pass1() argument
541 struct xlog *log, in xlog_recover_do_dquot_buffer() argument
885 struct xlog *log, in xlog_recover_buf_commit_pass2() argument
1019 struct xlog *log) in xlog_check_buf_cancel_table() argument
1030 struct xlog *log) in xlog_alloc_buf_cancel_table() argument
[all …]
H A Dxfs_dquot_item_recover.c26 struct xlog *log, in xlog_recover_dquot_ra_pass2() argument
29 struct xfs_mount *mp = log->l_mp; in xlog_recover_dquot_ra_pass2()
45 if (log->l_quotaoffs_flag & type) in xlog_recover_dquot_ra_pass2()
52 xlog_buf_readahead(log, dq_f->qlf_blkno, in xlog_recover_dquot_ra_pass2()
62 struct xlog *log, in xlog_recover_dquot_commit_pass2() argument
67 struct xfs_mount *mp = log->l_mp; in xlog_recover_dquot_commit_pass2()
98 if (log->l_quotaoffs_flag & type) in xlog_recover_dquot_commit_pass2()
192 struct xlog *log, in xlog_recover_quotaoff_commit_pass1() argument
203 log->l_quotaoffs_flag |= XFS_DQTYPE_USER; in xlog_recover_quotaoff_commit_pass1()
205 log->l_quotaoffs_flag |= XFS_DQTYPE_PROJ; in xlog_recover_quotaoff_commit_pass1()
[all …]
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_recover.h36 void (*ra_pass2)(struct xlog *log, struct xlog_recover_item *item);
39 int (*commit_pass1)(struct xlog *log, struct xlog_recover_item *item);
58 int (*commit_pass2)(struct xlog *log, struct list_head *buffer_list,
117 void xlog_buf_readahead(struct xlog *log, xfs_daddr_t blkno, uint len,
119 bool xlog_is_buffer_cancelled(struct xlog *log, xfs_daddr_t blkno, uint len);
123 void xlog_recover_release_intent(struct xlog *log, unsigned short intent_type,
125 int xlog_alloc_buf_cancel_table(struct xlog *log);
126 void xlog_free_buf_cancel_table(struct xlog *log);
129 void xlog_check_buf_cancel_table(struct xlog *log);
131 #define xlog_check_buf_cancel_table(log) do { } while (0) argument
[all …]

12345678910>>...88