Searched refs:log (Results 101 - 125 of 365) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dstruct_ops_autocreate.c10 char *log = NULL; local
25 log = stop_libbpf_log_capture();
29 ASSERT_HAS_SUBSTR(log, "libbpf: struct_ops init_kern", "init_kern message");
33 free(log);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_types.h40 /** @log: GuC log */
41 struct xe_guc_log log; member in struct:xe_guc
/linux-master/include/linux/
H A Daer.h40 int pcie_read_tlp_log(struct pci_dev *dev, int where, struct pcie_tlp_log *log);
H A Ddm-region-hash.h14 #include <linux/dm-dirty-log.h>
44 struct dm_dirty_log *log, uint32_t region_size,
64 * Get/set/update region state (and dirty log).
74 /* Flush the region hash and dirty log. */
/linux-master/drivers/edac/
H A Di3200_edac.c129 static unsigned long eccerrlog_syndrome(u64 log) argument
131 return (log & I3200_ECCERRLOG_SYNDROME_BITS) >>
135 static int eccerrlog_row(int channel, u64 log) argument
137 u64 rank = ((log & I3200_ECCERRLOG_RANK_BITS) >>
223 u64 log; local
235 log = info->eccerrlog[channel];
236 if (log & I3200_ECCERRLOG_UE) {
239 eccerrlog_row(channel, log),
242 } else if (log & I3200_ECCERRLOG_CE) {
244 0, 0, eccerrlog_syndrome(log),
[all...]
/linux-master/kernel/bpf/
H A Dbtf.c86 * The above is the btf_verifier debug log:
314 struct bpf_verifier_log log; member in struct:btf_verifier_env
1406 __printf(2, 3) static void __btf_verifier_log(struct bpf_verifier_log *log, argument
1412 bpf_verifier_vlog(log, fmt, args);
1419 struct bpf_verifier_log *log = &env->log; local
1422 if (!bpf_verifier_log_needed(log))
1426 bpf_verifier_vlog(log, fmt, args);
1435 struct bpf_verifier_log *log = &env->log; local
1485 struct bpf_verifier_log *log = &env->log; local
1538 struct bpf_verifier_log *log = &env->log; local
1563 struct bpf_verifier_log *log = &env->log; local
5384 btf_parse_struct_metas(struct bpf_verifier_log *log, struct btf *btf) argument
5527 finalize_log(struct bpf_verifier_log *log, bpfptr_t uattr, u32 uattr_size) argument
5711 btf_is_prog_ctx_type(struct bpf_verifier_log *log, const struct btf *btf, const struct btf_type *t, enum bpf_prog_type prog_type, int arg) argument
5799 btf_validate_prog_ctx_type(struct bpf_verifier_log *log, const struct btf *btf, const struct btf_type *t, int arg, enum bpf_prog_type prog_type, enum bpf_attach_type attach_type) argument
5933 btf_translate_to_vmlinux(struct bpf_verifier_log *log, struct btf *btf, const struct btf_type *t, enum bpf_prog_type prog_type, int arg) argument
5944 get_kern_ctx_btf_id(struct bpf_verifier_log *log, enum bpf_prog_type prog_type) argument
5970 struct bpf_verifier_log *log; local
6037 struct bpf_verifier_log *log; local
6199 struct bpf_verifier_log *log = info->log; local
6392 btf_struct_walk(struct bpf_verifier_log *log, const struct btf *btf, const struct btf_type *t, int off, int size, u32 *next_btf_id, enum bpf_type_flag *flag, const char **field_name) argument
6651 btf_struct_access(struct bpf_verifier_log *log, const struct bpf_reg_state *reg, int off, int size, enum bpf_access_type atype __maybe_unused, u32 *next_btf_id, enum bpf_type_flag *flag, const char **field_name) argument
6740 btf_struct_ids_match(struct bpf_verifier_log *log, const struct btf *btf, u32 id, int off, const struct btf *need_btf, u32 need_type_id, bool strict) argument
6814 btf_distill_func_proto(struct bpf_verifier_log *log, struct btf *btf, const struct btf_type *func, const char *tname, struct btf_func_model *m) argument
6893 btf_check_func_type_match(struct bpf_verifier_log *log, struct btf *btf1, const struct btf_type *t1, struct btf *btf2, const struct btf_type *t2) argument
7004 btf_check_type_match(struct bpf_verifier_log *log, const struct bpf_prog *prog, struct btf *btf2, const struct btf_type *t2) argument
7062 btf_get_ptr_to_btf_id(struct bpf_verifier_log *log, int arg_idx, const struct btf *btf, const struct btf_type *t) argument
7133 struct bpf_verifier_log *log = &env->log; local
8426 __print_cand_cache(struct bpf_verifier_log *log, struct bpf_cand_cache **cache, int cache_size) argument
8447 print_cand_cache(struct bpf_verifier_log *log) argument
8755 btf_nested_type_is_trusted(struct bpf_verifier_log *log, const struct bpf_reg_state *reg, const char *field_name, u32 btf_id, const char *suffix) argument
8802 btf_type_ids_nocast_alias(struct bpf_verifier_log *log, const struct btf *reg_btf, u32 reg_id, const struct btf *arg_btf, u32 arg_id) argument
8859 btf_add_struct_ops(struct btf *btf, struct bpf_struct_ops *st_ops, struct bpf_verifier_log *log) argument
8948 struct bpf_verifier_log *log; local
[all...]
/linux-master/net/openvswitch/
H A Dconntrack.h21 bool log);
52 struct sw_flow_actions **acts, bool log)
50 ovs_ct_copy_action(struct net *net, const struct nlattr *nla, const struct sw_flow_key *key, struct sw_flow_actions **acts, bool log) argument
/linux-master/fs/ubifs/
H A DMakefile5 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dparse-build.sh23 if grep -q CC < $F || test -n "$TORTURE_TRUST_MAKE" || grep -qe --trust-make < `dirname $F`/../log
H A Dkvm-again.sh33 # Later on, can reconstitute this from console.log files.
182 rm -f "$rundir"/*/{console.log,console.log.diags,qemu_pid,qemu-pid,qemu-retval,Warnings,kvm-test-1-run.sh.out,kvm-test-1-run-qemu.sh.out,vmlinux} "$rundir"/log
183 touch "$rundir/log"
184 echo $scriptname $args | tee -a "$rundir/log"
196 kvm-transform.sh "$kernel_dir/bzImage" "$qemu_cmd_dir/console.log" "$jitter_dir" "$dur" "$bootargs" < $T/qemu-cmd > $i
217 echo ---- Dryrun complete, directory: $rundir | tee -a "$rundir/log"
219 ( cd "$rundir"; sh $T/runbatches.sh ) | tee -a "$rundir/log"
H A Dkvm-recheck.sh33 head -1 $resdir/log
37 rm -f $i/console.log.*.diags $i/ConfigFragment.diags
48 elif test -f "$i/console.log"
74 parse-console.sh $i/console.log $configfile
132 runerrors="`tr ' ' '\012' < $T | grep -c '/console.log.diags'`"
/linux-master/tools/perf/util/
H A DPERF-VERSION-GEN22 CID=$(git log -1 --abbrev=12 --pretty=format:"%h" --no-show-signature 2>/dev/null) && CID="-g$CID"
/linux-master/net/netfilter/
H A Dnf_log.c30 struct nf_logger *log; local
34 log = nft_log_dereference(loggers[pf][i]);
35 if (!log)
38 if (!strncasecmp(str_logger, log->name, strlen(log->name)))
39 return log;
47 const struct nf_logger *log; local
53 log = nft_log_dereference(net->nf.nf_loggers[pf]);
54 if (log == NULL)
66 const struct nf_logger *log; local
114 const struct nf_logger *log; local
[all...]
H A Dxt_LOG.c36 li.u.log.level = loginfo->level;
37 li.u.log.logflags = loginfo->logflags;
/linux-master/fs/btrfs/
H A Dtree-log.c13 #include "tree-log.h"
36 * LOG_INODE_ALL means to log everything
37 * LOG_INODE_EXISTS means to log just enough to recreate the inode
38 * during log replay
49 * log, we must force a full commit before doing an fsync of the directory
63 * 2) we must log any new names for any file or dir that is in the fsync
64 * log. ---> check inode while renaming/linking.
66 * 2a) we must log any new names for any file or dir during rename
92 * we find in the log are created in the subvolume.
113 struct btrfs_root *log,
325 process_one_buffer(struct btrfs_root *log, struct extent_buffer *eb, struct walk_control *wc, u64 gen, int level) argument
1016 backref_in_log(struct btrfs_root *log, struct btrfs_key *key, u64 ref_objectid, const struct fscrypt_str *name) argument
1345 add_inode_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_root *log, struct btrfs_path *path, struct extent_buffer *eb, int slot, struct btrfs_key *key) argument
2094 check_item_in_log(struct btrfs_trans_handle *trans, struct btrfs_root *log, struct btrfs_path *path, struct btrfs_path *log_path, struct inode *dir, struct btrfs_key *dir_key) argument
2170 replay_xattr_deletes(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_root *log, struct btrfs_path *path, const u64 ino) argument
2278 replay_dir_deletes(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_root *log, struct btrfs_path *path, u64 dirid, int del_all) argument
2382 replay_one_buffer(struct btrfs_root *log, struct extent_buffer *eb, struct walk_control *wc, u64 gen, int level) argument
2704 walk_log_tree(struct btrfs_trans_handle *trans, struct btrfs_root *log, struct walk_control *wc) argument
2761 update_log_root(struct btrfs_trans_handle *trans, struct btrfs_root *log, struct btrfs_root_item *root_item) argument
2910 struct btrfs_root *log = root->log_root; local
3209 free_log_tree(struct btrfs_trans_handle *trans, struct btrfs_root *log) argument
3407 del_logged_dentry(struct btrfs_trans_handle *trans, struct btrfs_root *log, struct btrfs_path *path, u64 dir_ino, const struct fscrypt_str *name, u64 index) argument
3500 struct btrfs_root *log; local
3531 insert_dir_log_key(struct btrfs_trans_handle *trans, struct btrfs_root *log, struct btrfs_path *path, u64 dirid, u64 first_offset, u64 last_offset) argument
3581 struct btrfs_root *log = inode->root->log_root; local
3697 struct btrfs_root *log = inode->root->log_root; local
3815 struct btrfs_root *log = root->log_root; local
4099 drop_inode_items(struct btrfs_trans_handle *trans, struct btrfs_root *log, struct btrfs_path *path, struct btrfs_inode *inode, int max_key_type) argument
4230 log_inode_item(struct btrfs_trans_handle *trans, struct btrfs_root *log, struct btrfs_path *path, struct btrfs_inode *inode, bool inode_item_dropped) argument
4329 struct btrfs_root *log = inode->root->log_root; local
4682 struct btrfs_root *log = inode->root->log_root; local
4993 logged_inode_size(struct btrfs_root *log, struct btrfs_inode *inode, struct btrfs_path *path, u64 *size_ret) argument
6006 insert_delayed_items_batch(struct btrfs_trans_handle *trans, struct btrfs_root *log, struct btrfs_path *path, const struct btrfs_item_batch *batch, const struct btrfs_delayed_item *first_item) argument
6044 struct btrfs_root *log = inode->root->log_root; local
6214 struct btrfs_root *log = inode->root->log_root; local
6394 struct btrfs_root *log = inode->root->log_root; local
7189 struct btrfs_root *log; local
7499 struct btrfs_root *log = old_dir->root->log_root; local
[all...]
/linux-master/drivers/cxl/core/
H A Dtrace.h129 TP_PROTO(const struct cxl_memdev *cxlmd, enum cxl_event_log_type log,
132 TP_ARGS(cxlmd, log, payload),
137 __field(int, log)
148 __entry->log = log;
154 TP_printk("memdev=%s host=%s serial=%lld: log=%s : %u records from %llu to %llu",
156 cxl_event_log_type_str(__entry->log), __entry->count,
183 * pass the dev, log, and CXL event header
192 __field(int, log) \
205 __entry->log
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/
H A Dbase.c69 .log[0] = 0,
70 .log[1] = 1,
87 int dir = !!(func.log[state] & 0x02);
88 int out = !!(func.log[state] & 0x01);
105 ret = (ret == (func.log[1] & 1));
/linux-master/drivers/nvdimm/
H A Dbtt.c208 struct log_group *log)
211 arena->logoff + (lane * LOG_GRP_SIZE), log,
272 static u32 log_seq(struct log_group *log, int log_idx) argument
274 return le32_to_cpu(log->ent[log_idx].seq);
278 * This function accepts two log entries, and uses the
286 static int btt_log_get_old(struct arena_info *a, struct log_group *log) argument
297 if (log_seq(log, idx0) == 0) {
298 log->ent[idx0].seq = cpu_to_le32(1);
302 if (log_seq(log, idx0) == log_seq(log, idx
207 btt_log_group_read(struct arena_info *arena, u32 lane, struct log_group *log) argument
333 struct log_group log; local
629 struct log_group log; local
1310 struct log_entry log; local
[all...]
/linux-master/net/ceph/
H A Dceph_common.c355 struct p_log *log)
369 error_plog(log, "Failed due to key not found: %s",
373 error_plog(log, "Failed due to expired key: %s",
377 error_plog(log, "Failed due to revoked key: %s",
381 error_plog(log, "Failed due to key error %d: %s",
403 struct p_log log = {.prefix = "libceph", .log = l}; local
410 error_plog(&log, "Failed to parse monitor IPs: %d", ret);
423 struct p_log log = {.prefix = "libceph", .log local
354 get_secret(struct ceph_crypto_key *dst, const char *name, struct p_log *log) argument
[all...]
/linux-master/drivers/staging/greybus/
H A DMakefile12 gb-log-y := log.o
23 obj-$(CONFIG_GREYBUS_LOG) += gb-log.o
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtsn_lib.sh66 local log="ptp4l_log_$(if_names_to_label ${if_names})"
80 declare -g "${log}=$(mktemp)"
88 > "${!log}" 2>&1 &
91 echo "ptp4l for interfaces ${if_names} logs to ${!log} and has pid ${!pid}"
99 local log="ptp4l_log_$(if_names_to_label ${if_names})"
103 rm "${!log}" 2> /dev/null
/linux-master/lib/math/
H A Dint_log.c89 * limitations of the log table the error is that part of
92 * and interpolate it between the log table entry used and the
117 u64 log; local
124 log = intlog2(value);
131 return (log * 646456993) >> 31;
/linux-master/drivers/md/
H A DMakefile18 dm-log-userspace-y += dm-log-userspace-base.o dm-log-userspace-transfer.o
65 obj-$(CONFIG_DM_MIRROR) += dm-mirror.o dm-log.o dm-region-hash.o
66 obj-$(CONFIG_DM_LOG_USERSPACE) += dm-log-userspace.o
77 obj-$(CONFIG_DM_LOG_WRITES) += dm-log-writes.o
/linux-master/tools/testing/ktest/examples/include/
H A Ddefaults.conf40 # Reset the log before running each test.
91 # Keeping the log file with the output dir is convenient.
92 LOG_FILE = ${OUTPUT_DIR}/${MACHINE}.log
150 # such as the .config, dmesg, and build log.
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/pm/
H A Dnv40.c31 u32 log = ctr->logic_op; local
40 nvkm_wr32(device, 0x00a420 + dom->addr + (ctr->slot * 0x40), log);

Completed in 237 milliseconds

1234567891011>>