Searched refs:log (Results 76 - 100 of 365) sorted by relevance

1234567891011>>

/linux-master/include/trace/events/
H A Dfsi_master_i2cr.h66 TP_PROTO(const struct i2c_client *client, uint64_t status, uint64_t error, uint64_t log),
67 TP_ARGS(client, status, error, log),
70 __field(uint64_t, log)
77 __entry->log = log;
82 TP_printk("%d-%02x status:%016llx error:%016llx log:%016llx", __entry->bus, __entry->addr,
83 __entry->status, __entry->error, __entry->log)
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-find-errors.sh4 # Invoke a text editor on all console.log files for all runs with diagnostics,
5 # that is, on all such files having a console.log.diags counterpart.
6 # Note that both console.log.diags and console.log are passed to the
8 # idea of what to search for in the console.log file.
52 if grep -q -e "--build-\?only" < ${rundir}/log && ! test -f "${rundir}/remote-log"
60 for i in ${rundir}/*/console.log
H A Dkvm-recheck-lock.sh22 ncs=`grep "Writes: Total:" $i/console.log 2> /dev/null | tail -1 | sed -e 's/^.* Total: //' -e 's/ .*$//'`
/linux-master/include/linux/
H A Dfs_context.h78 struct fc_log *log; member in struct:p_log
100 struct p_log log; /* Logging buffer */ member in struct:fs_context
183 void logfc(struct fc_log *log, const char *prefix, char level, const char *fmt, ...);
185 #define __logfc(fc, l, fmt, ...) logfc((fc)->log.log, NULL, \
187 #define __plog(p, l, fmt, ...) logfc((p)->log, (p)->prefix, \
191 * @fc: The context in which to log the informational message
199 #define infofc(p, fmt, ...) __plog((&(fc)->log), 'i', fmt, ## __VA_ARGS__)
203 * @fc: The context in which to log the error message
211 #define warnfc(fc, fmt, ...) __plog((&(fc)->log), '
[all...]
/linux-master/tools/testing/cxl/test/
H A Dmem.c173 static struct cxl_event_record_raw *event_get_current(struct mock_event_log *log) argument
175 return log->events[log->cur_idx];
178 static void event_reset_log(struct mock_event_log *log) argument
180 log->cur_idx = 0;
181 log->clear_idx = 0;
182 log->nr_overflow = log->overflow_reset;
186 static u16 event_get_clear_handle(struct mock_event_log *log) argument
188 return log
192 event_get_cur_event_handle(struct mock_event_log *log) argument
199 event_log_empty(struct mock_event_log *log) argument
208 struct mock_event_log *log; local
228 struct mock_event_log *log; local
282 struct mock_event_log *log; local
330 struct mock_event_log *log; local
[all...]
/linux-master/drivers/edac/
H A Dx38_edac.c116 static unsigned long eccerrlog_syndrome(u64 log) argument
118 return (log & X38_ECCERRLOG_SYNDROME_BITS) >> 16;
121 static int eccerrlog_row(int channel, u64 log) argument
123 return ((log & X38_ECCERRLOG_RANK_BITS) >> 27) |
207 u64 log; local
220 log = info->eccerrlog[channel];
221 if (log & X38_ECCERRLOG_UE) {
224 eccerrlog_row(channel, log),
227 } else if (log & X38_ECCERRLOG_CE) {
229 0, 0, eccerrlog_syndrome(log),
[all...]
/linux-master/net/netfilter/
H A Dnft_log.c111 priv->loginfo.u.log.level == NFT_LOGLEVEL_AUDIT) {
177 li->u.log.level =
180 li->u.log.level = NFT_LOGLEVEL_WARNING;
182 if (li->u.log.level > NFT_LOGLEVEL_AUDIT) {
188 li->u.log.logflags =
190 if (li->u.log.logflags & ~NF_LOG_MASK) {
210 if (li->u.log.level == NFT_LOGLEVEL_AUDIT)
238 if (li->u.log.level == NFT_LOGLEVEL_AUDIT)
255 if (nla_put_be32(skb, NFTA_LOG_LEVEL, htonl(li->u.log.level)))
258 if (li->u.log
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dslogn.S6 | denormalized number. slognp1 computes log(1+X), and slognp1d
7 | computes log(1+X) for denormalized X.
12 | Output: log(X) or log(1+X) returned in floating-point register Fp0.
27 | Step 1. If |X-1| < 1/16, approximate log(X) by an odd polynomial in
34 | Step 3. Define u = (Y-F)/F. Approximate log(1+u) by a polynomial in u,
35 | log(1+u) = poly.
37 | Step 4. Reconstruct log(X) = log( 2**k * Y ) = k*log(
[all...]
/linux-master/lib/
H A Dbuild_OID_registry61 my $tmp = ($c == 0) ? 0 : int(log($c)/log(2));
101 my $tmp = ($c == 0) ? 0 : int(log($c)/log(2));
/linux-master/tools/testing/selftests/zram/
H A Dzram_lib.sh205 mkswap /dev/zram$i > err.log 2>&1
207 cat err.log
211 swapon /dev/zram$i > err.log 2>&1
213 cat err.log
228 swapoff /dev/zram$i > err.log 2>&1
230 cat err.log
247 mkfs.$fs /dev/zram$i > err.log 2>&1
249 cat err.log
/linux-master/scripts/dtc/
H A Dupdate-dtc-source.sh43 git log --oneline scripts/dtc/ | grep 'upstream' | head -1 | sed -e 's/^.* \(.*\)/\1/'
53 dtc_log=$(git log --oneline ${last_dtc_ver}..)
/linux-master/drivers/mtd/tests/
H A Dnandbiterrs.c90 static int write_page(int log) argument
92 if (log)
99 static int rewrite_page(int log) argument
104 if (log)
128 static int read_page(int log) argument
134 if (log)
154 static int verify_page(int log) argument
158 if (log)
/linux-master/drivers/gpu/drm/ci/
H A Dlava-submit.sh32 touch results/lava.log
33 tail -f results/lava.log &
55 --structured-log-file "results/lava_job_detail.json" \
57 >> results/lava.log
/linux-master/tools/testing/selftests/net/
H A Dgro.sh27 1>>log.txt &
31 1>>log.txt
60 Please see log.txt for more logs"
/linux-master/tools/testing/selftests/livepatch/
H A Dtest-syscall.sh30 log "$MOD_SYSCALL: Remaining not livepatched processes: $pending_pids"
/linux-master/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c352 struct b43_txstatus_log *log = &dev->dfsentry->txstatlog; local
357 if (log->end < 0) {
365 i = log->end + 1;
370 stat = &(log->log[i]);
385 if (i == log->end)
672 struct b43_txstatus_log *log; local
682 log = &e->txstatlog;
683 log->log
748 struct b43_txstatus_log *log; local
[all...]
/linux-master/fs/xfs/
H A Dxfs_inode_item_recover.c28 struct xlog *log,
34 xlog_buf_readahead(log, ilfp->ilf_blkno, ilfp->ilf_len,
39 xlog_buf_readahead(log, ilfp->ilf_blkno, ilfp->ilf_len,
56 * We are in the middle of log recovery, so we can't run transactions. That
124 /* Convert a log timestamp to an ondisk timestamp. */
230 "Bad log dinode large extent count format",
244 "Bad log dinode di_v3_pad",
257 XFS_CORRUPTION_ERROR("Bad log dinode extent counts",
271 struct xlog *log,
277 struct xfs_mount *mp = log
27 xlog_recover_inode_ra_pass2( struct xlog *log, struct xlog_recover_item *item) argument
270 xlog_recover_inode_commit_pass2( struct xlog *log, struct list_head *buffer_list, struct xlog_recover_item *item, xfs_lsn_t current_lsn) argument
[all...]
H A Dxfs_log.h26 * Calculate the log iovec length for a given user buffer length. Intended to be
48 * need to know anything about this log vec layout requirement. This
76 * Copy the amount of data requested by the caller into a new log iovec.
117 * XFS_LOG_SYNC: Synchronous force in-core log to disk
159 xfs_lsn_t xlog_grant_push_threshold(struct xlog *log, int need_bytes);
160 bool xlog_force_shutdown(struct xlog *log, uint32_t shutdown_flags);
162 void xlog_use_incompat_feat(struct xlog *log);
163 void xlog_drop_incompat_feat(struct xlog *log);
/linux-master/tools/testing/kunit/
H A Dkunit_parser.py3 # Parses KTAP test results from a kernel dmesg log and incrementally prints
25 results within a test log are stored in a main Test object as
34 log : List[str] - log of KTAP lines that correspond to the test
45 self.log = [] # type: List[str]
51 f'{self.subtests}, {self.log}, {self.counts})')
452 log = [] # type: List[str]
456 log.append(lines.pop())
457 return log
512 def print_log(log
[all...]
/linux-master/drivers/char/tpm/eventlog/
H A Dtpm1.c15 * Access to the event log created by a system's firmware / BIOS
69 /* returns pointer to start of pos. entry of tcg log */
74 struct tpm_bios_log *log = &chip->log; local
75 void *addr = log->bios_event_log;
76 void *limit = log->bios_event_log_end;
113 struct tpm_bios_log *log = &chip->log; local
114 void *limit = log->bios_event_log_end;
/linux-master/fs/jfs/
H A Dresize.c35 * file system space fsck inline log
57 struct jfs_log *log = sbi->log; local
123 * reconfigure inline log space:
159 * - 50 extra pages for the chkdsk service log
179 * If we're expanding enough that the inline log does not overlap
180 * the old one, we can format the new log before we quiesce the
184 if ((rc = lmLogFormat(log, newLogAddress, newLogSize)))
191 * (prepare to move the inline log and to prevent map update)
196 * log i
[all...]
/linux-master/scripts/
H A Dcheck-uapi.sh30 -l ERROR_LOG Write error log to file (default: no error log is generated).
323 local -r log="${TMP_DIR}/log/${file}.log"
324 local -r error_log="${TMP_DIR}/log/${file}.error"
326 mkdir -p "$(dirname "$log")"
328 if ! do_compile "$(get_header_tree "$base_ref")/include" "$base_header" "${base_header}.bin" 2> "$log"; then
333 cat "$log"
339 if ! do_compile "$(get_header_tree "$past_ref")/include" "$past_header" "${past_header}.bin" 2> "$log"; the
[all...]
/linux-master/drivers/md/
H A Ddm-raid1.c19 #include <linux/dm-dirty-log.h>
393 struct dm_dirty_log *log = dm_rh_dirty_log(ms->rh); local
410 (log->type->get_sync_count(log) == ms->nr_regions)) {
447 struct dm_dirty_log *log = dm_rh_dirty_log(ms->rh); local
450 if (log->type->in_sync(log, region, 0))
693 struct dm_dirty_log *log = dm_rh_dirty_log(ms->rh); local
716 if (log->type->is_remote_recovering &&
717 log
1201 struct dm_dirty_log *log = dm_rh_dirty_log(ms->rh); local
1315 struct dm_dirty_log *log = dm_rh_dirty_log(ms->rh); local
1361 struct dm_dirty_log *log = dm_rh_dirty_log(ms->rh); local
1371 struct dm_dirty_log *log = dm_rh_dirty_log(ms->rh); local
1411 struct dm_dirty_log *log = dm_rh_dirty_log(ms->rh); local
[all...]
/linux-master/fs/gfs2/
H A DMakefile5 glops.o log.o lops.o main.o meta_io.o \
/linux-master/tools/perf/tests/shell/
H A Dtest_arm_spe_fork.sh16 PERF_RECORD_LOG=$(mktemp /tmp/__perf_test.log.XXXXX)

Completed in 217 milliseconds

1234567891011>>