Home
last modified time | relevance | path

Searched refs:trace_mode (Results 1 – 8 of 8) sorted by relevance

/linux/include/uapi/linux/
H A Dkcov.h12 __u32 trace_mode; /* KCOV_TRACE_PC or KCOV_TRACE_CMP */ member
/linux/drivers/hwtracing/coresight/
H A Dcoresight-tpdm.c414 if (drvdata->cmb->trace_mode) in tpdm_enable_cmb()
903 return sysfs_emit(buf, "%x\n", drvdata->cmb->trace_mode); in cmb_mode_show()
913 unsigned long trace_mode; in cmb_mode_store() local
915 if (kstrtoul(buf, 0, &trace_mode) || (trace_mode & ~1UL)) in cmb_mode_store()
919 drvdata->cmb->trace_mode = trace_mode; in cmb_mode_store()
H A Dcoresight-tpdm.h261 u32 trace_mode; member
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkcov.rst280 __u32 trace_mode;
331 arg->trace_mode = KCOV_TRACE_PC;
/linux/Documentation/dev-tools/
H A Dkcov.rst295 __u32 trace_mode;
346 arg->trace_mode = KCOV_TRACE_PC;
/linux/kernel/
H A Dkcov.c627 mode = kcov_get_mode(remote_arg->trace_mode); in kcov_ioctl_locked()
/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfw_tracer.c777 MLX5_SET(mtrc_conf, in, trace_mode, TRACE_TO_MEMORY); in mlx5_fw_tracer_set_mtrc_conf()
/linux/include/linux/mlx5/
H A Dmlx5_ifc.h11912 u8 trace_mode[0x4]; member