Home
last modified time | relevance | path

Searched refs:print_fn (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/tools/perf/ui/
Dhist.c27 hpp_snprint_fn print_fn, bool fmt_percent) in __hpp__fmt() argument
42 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, percent); in __hpp__fmt()
44 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, get_field(he)); in __hpp__fmt()
69 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt()
72 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt()
78 ret += hpp__call_print_fn(hpp, print_fn, fmt, len, in __hpp__fmt()
81 ret += hpp__call_print_fn(hpp, print_fn, fmt, in __hpp__fmt()
95 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt()
98 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt()
116 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt() argument
[all …]
/Linux-v5.10/drivers/scsi/ufs/
Dufs-qcom.c1234 void *priv, void (*print_fn)(struct ufs_hba *hba, in ufs_qcom_print_hw_debug_reg_all()
1244 if (unlikely(!print_fn)) { in ufs_qcom_print_hw_debug_reg_all()
1254 print_fn(hba, reg, 44, "UFS_UFS_DBG_RD_REG_OCSC ", priv); in ufs_qcom_print_hw_debug_reg_all()
1261 print_fn(hba, reg, 32, "UFS_UFS_DBG_RD_EDTL_RAM ", priv); in ufs_qcom_print_hw_debug_reg_all()
1264 print_fn(hba, reg, 128, "UFS_UFS_DBG_RD_DESC_RAM ", priv); in ufs_qcom_print_hw_debug_reg_all()
1267 print_fn(hba, reg, 64, "UFS_UFS_DBG_RD_PRDT_RAM ", priv); in ufs_qcom_print_hw_debug_reg_all()
1273 print_fn(hba, reg, 4, "UFS_DBG_RD_REG_UAWM ", priv); in ufs_qcom_print_hw_debug_reg_all()
1276 print_fn(hba, reg, 4, "UFS_DBG_RD_REG_UARM ", priv); in ufs_qcom_print_hw_debug_reg_all()
1279 print_fn(hba, reg, 48, "UFS_DBG_RD_REG_TXUC ", priv); in ufs_qcom_print_hw_debug_reg_all()
1282 print_fn(hba, reg, 27, "UFS_DBG_RD_REG_RXUC ", priv); in ufs_qcom_print_hw_debug_reg_all()
[all …]
/Linux-v5.10/tools/perf/util/
Dhist.h413 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent);
416 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent);
/Linux-v5.10/drivers/usb/dwc2/
Dhcd_queue.c443 void (*print_fn)(const char *str, void *data), in pmap_print()
487 print_fn(tmp, print_data); in pmap_print()