Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dkcov.h12 __u32 trace_mode; /* KCOV_TRACE_PC or KCOV_TRACE_CMP */ member
/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-tpdm.c441 if (drvdata->cmb->trace_mode) in tpdm_enable_cmb()
951 return sysfs_emit(buf, "%x\n", drvdata->cmb->trace_mode); in cmb_mode_show()
961 unsigned long trace_mode; in cmb_mode_store() local
963 if (kstrtoul(buf, 0, &trace_mode) || (trace_mode & ~1UL)) in cmb_mode_store()
967 drvdata->cmb->trace_mode = trace_mode; in cmb_mode_store()
H A Dcoresight-tpdm.h276 u32 trace_mode; member
/linux-6.15/Documentation/translations/zh_CN/dev-tools/
H A Dkcov.rst280 __u32 trace_mode;
331 arg->trace_mode = KCOV_TRACE_PC;
/linux-6.15/Documentation/dev-tools/
H A Dkcov.rst295 __u32 trace_mode;
346 arg->trace_mode = KCOV_TRACE_PC;
/linux-6.15/kernel/
H A Dkcov.c637 mode = kcov_get_mode(remote_arg->trace_mode); in kcov_ioctl_locked()
/linux-6.15/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-6.15/include/linux/mlx5/
H A Dmlx5_ifc.h12354 u8 trace_mode[0x4]; member