/Linux-v5.15/net/tipc/ |
D | trace.c | 61 i += scnprintf(buf, sz, "msg: (null)\n"); in tipc_skb_dump() 69 i += scnprintf(buf, sz, "msg: %u", msg_user(hdr)); in tipc_skb_dump() 70 i += scnprintf(buf + i, sz - i, " %u", msg_type(hdr)); in tipc_skb_dump() 71 i += scnprintf(buf + i, sz - i, " %u", msg_hdr_sz(hdr)); in tipc_skb_dump() 72 i += scnprintf(buf + i, sz - i, " %u", msg_data_sz(hdr)); in tipc_skb_dump() 73 i += scnprintf(buf + i, sz - i, " %x", msg_orignode(hdr)); in tipc_skb_dump() 74 i += scnprintf(buf + i, sz - i, " %x", msg_destnode(hdr)); in tipc_skb_dump() 75 i += scnprintf(buf + i, sz - i, " %u", msg_seqno(hdr)); in tipc_skb_dump() 76 i += scnprintf(buf + i, sz - i, " %u", msg_ack(hdr)); in tipc_skb_dump() 77 i += scnprintf(buf + i, sz - i, " %u", msg_bcast_ack(hdr)); in tipc_skb_dump() [all …]
|
/Linux-v5.15/drivers/media/common/siano/ |
D | smsdvb-debugfs.c | 48 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 50 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 52 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 54 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 56 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 58 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 60 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 62 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 64 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 66 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() [all …]
|
/Linux-v5.15/tools/perf/trace/beauty/ |
D | ioctl.c | 42 return scnprintf(bf, size, "%s", strarray__ioctl_tty_cmd.entries[nr]); in ioctl__scnprintf_tty_cmd() 44 return scnprintf(bf, size, "(%#x, %#x, %#x)", 'T', nr, dir); in ioctl__scnprintf_tty_cmd() 53 return scnprintf(bf, size, "DRM_%s", strarray__drm_ioctl_cmds.entries[nr]); in ioctl__scnprintf_drm_cmd() 55 return scnprintf(bf, size, "(%#x, %#x, %#x)", 'd', nr, dir); in ioctl__scnprintf_drm_cmd() 64 return scnprintf(bf, size, "SNDRV_PCM_%s", strarray__sndrv_pcm_ioctl_cmds.entries[nr]); in ioctl__scnprintf_sndrv_pcm_cmd() 66 return scnprintf(bf, size, "(%#x, %#x, %#x)", 'A', nr, dir); in ioctl__scnprintf_sndrv_pcm_cmd() 75 return scnprintf(bf, size, "SNDRV_CTL_%s", strarray__sndrv_ctl_ioctl_cmds.entries[nr]); in ioctl__scnprintf_sndrv_ctl_cmd() 77 return scnprintf(bf, size, "(%#x, %#x, %#x)", 'U', nr, dir); in ioctl__scnprintf_sndrv_ctl_cmd() 86 return scnprintf(bf, size, "KVM_%s", strarray__kvm_ioctl_cmds.entries[nr]); in ioctl__scnprintf_kvm_cmd() 88 return scnprintf(bf, size, "(%#x, %#x, %#x)", 0xAE, nr, dir); in ioctl__scnprintf_kvm_cmd() [all …]
|
/Linux-v5.15/drivers/net/wireless/intel/iwlegacy/ |
D | 4965-debug.c | 26 p += scnprintf(buf + p, bufsz - p, "Statistics Flag(0x%X):\n", flag); in il4965_stats_flag() 28 p += scnprintf(buf + p, bufsz - p, in il4965_stats_flag() 30 p += scnprintf(buf + p, bufsz - p, "\tOperational Frequency: %s\n", in il4965_stats_flag() 33 p += scnprintf(buf + p, bufsz - p, "\tTGj Narrow Band: %s\n", in il4965_stats_flag() 91 scnprintf(buf + pos, bufsz - pos, fmt_header, in il4965_ucode_rx_stats_read() 94 scnprintf(buf + pos, bufsz - pos, fmt_table, "ina_cnt:", in il4965_ucode_rx_stats_read() 98 scnprintf(buf + pos, bufsz - pos, fmt_table, "fina_cnt:", in il4965_ucode_rx_stats_read() 102 scnprintf(buf + pos, bufsz - pos, fmt_table, "plcp_err:", in il4965_ucode_rx_stats_read() 106 scnprintf(buf + pos, bufsz - pos, fmt_table, "crc32_err:", in il4965_ucode_rx_stats_read() 110 scnprintf(buf + pos, bufsz - pos, fmt_table, "overrun_err:", in il4965_ucode_rx_stats_read() [all …]
|
D | 3945-debug.c | 19 p += scnprintf(buf + p, bufsz - p, "Statistics Flag(0x%X):\n", in il3945_stats_flag() 22 p += scnprintf(buf + p, bufsz - p, in il3945_stats_flag() 24 p += scnprintf(buf + p, bufsz - p, "\tOperational Frequency: %s\n", in il3945_stats_flag() 27 p += scnprintf(buf + p, bufsz - p, "\tTGj Narrow Band: %s\n", in il3945_stats_flag() 78 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read() 83 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read() 88 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read() 93 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read() 98 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read() 103 scnprintf(buf + pos, bufsz - pos, in il3945_ucode_rx_stats_read() [all …]
|
D | debug.c | 215 pos += scnprintf(buf + pos, bufsz - pos, "Management:\n"); in il_dbgfs_tx_stats_read() 218 scnprintf(buf + pos, bufsz - pos, "\t%25s\t\t: %u\n", in il_dbgfs_tx_stats_read() 221 pos += scnprintf(buf + pos, bufsz - pos, "Control\n"); in il_dbgfs_tx_stats_read() 224 scnprintf(buf + pos, bufsz - pos, "\t%25s\t\t: %u\n", in il_dbgfs_tx_stats_read() 227 pos += scnprintf(buf + pos, bufsz - pos, "Data:\n"); in il_dbgfs_tx_stats_read() 229 scnprintf(buf + pos, bufsz - pos, "\tcnt: %u\n", in il_dbgfs_tx_stats_read() 232 scnprintf(buf + pos, bufsz - pos, "\tbytes: %llu\n", in il_dbgfs_tx_stats_read() 276 pos += scnprintf(buf + pos, bufsz - pos, "Management:\n"); in il_dbgfs_rx_stats_read() 279 scnprintf(buf + pos, bufsz - pos, "\t%25s\t\t: %u\n", in il_dbgfs_rx_stats_read() 282 pos += scnprintf(buf + pos, bufsz - pos, "Control:\n"); in il_dbgfs_rx_stats_read() [all …]
|
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | debugfs.c | 95 pos += scnprintf(buf + pos, bufsz - pos, "sram_len: 0x%x\n", in iwl_dbgfs_sram_read() 97 pos += scnprintf(buf + pos, bufsz - pos, "sram_offset: 0x%x\n", in iwl_dbgfs_sram_read() 110 pos += scnprintf(buf + pos, bufsz - pos, in iwl_dbgfs_sram_read() 114 pos += scnprintf(buf + pos, bufsz - pos, in iwl_dbgfs_sram_read() 117 pos += scnprintf(buf + pos, bufsz - pos, in iwl_dbgfs_sram_read() 130 pos += scnprintf(buf + pos, bufsz - pos, "\n"); in iwl_dbgfs_sram_read() 132 pos += scnprintf(buf + pos, bufsz - pos, " "); in iwl_dbgfs_sram_read() 134 pos += scnprintf(buf + pos, bufsz - pos, " "); in iwl_dbgfs_sram_read() 138 pos += scnprintf(buf + pos, bufsz - pos, "\n"); in iwl_dbgfs_sram_read() 203 pos += scnprintf(buf + pos, bufsz - pos, "num of stations: %d\n\n", in iwl_dbgfs_stations_read() [all …]
|
/Linux-v5.15/drivers/net/wireless/ath/ath5k/ |
D | debug.c | 185 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_beacon() 190 len += scnprintf(buf + len, sizeof(buf) - len, "%-24s0x%08x\n", in read_file_beacon() 193 len += scnprintf(buf + len, sizeof(buf) - len, "%-24s0x%08x\n\n", in read_file_beacon() 197 len += scnprintf(buf + len, sizeof(buf) - len, "%-24s0x%08x\tTU: %08x\n", in read_file_beacon() 201 len += scnprintf(buf + len, sizeof(buf) - len, "%-24s0x%08x\tTU: %08x\n", in read_file_beacon() 205 len += scnprintf(buf + len, sizeof(buf) - len, "%-24s0x%08x\tTU: %08x\n", in read_file_beacon() 209 len += scnprintf(buf + len, sizeof(buf) - len, "%-24s0x%08x\tTU: %08x\n", in read_file_beacon() 213 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_beacon() 304 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_debug() 308 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_debug() [all …]
|
/Linux-v5.15/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_debugfs.c | 184 *pos += scnprintf(buf + *pos, len - *pos, "item%u = %s\n", in hclge_dbg_dump_reg_tqp() 188 *pos += scnprintf(buf + *pos, len - *pos, "item%u\t", i); in hclge_dbg_dump_reg_tqp() 190 *pos += scnprintf(buf + *pos, len - *pos, "\n"); in hclge_dbg_dump_reg_tqp() 205 *pos += scnprintf(buf + *pos, len - *pos, "%#x\t", in hclge_dbg_dump_reg_tqp() 208 *pos += scnprintf(buf + *pos, len - *pos, "\n"); in hclge_dbg_dump_reg_tqp() 252 *pos += scnprintf(buf + *pos, len - *pos, "%s: %#x\n", in hclge_dbg_dump_reg_common() 281 *pos += scnprintf(buf + *pos, len - *pos, "mac_trans_en: %#x\n", in hclge_dbg_dump_mac_enable_status() 283 *pos += scnprintf(buf + *pos, len - *pos, "mac_rcv_en: %#x\n", in hclge_dbg_dump_mac_enable_status() 285 *pos += scnprintf(buf + *pos, len - *pos, "pad_trans_en: %#x\n", in hclge_dbg_dump_mac_enable_status() 287 *pos += scnprintf(buf + *pos, len - *pos, "pad_rcv_en: %#x\n", in hclge_dbg_dump_mac_enable_status() [all …]
|
/Linux-v5.15/drivers/scsi/ |
D | scsi_logging.c | 42 off += scnprintf(logbuf + off, logbuf_len - off, in sdev_format_header() 49 off += scnprintf(logbuf + off, logbuf_len - off, in sdev_format_header() 69 off += scnprintf(logbuf + off, logbuf_len - off, in sdev_prefix_printk() 118 off = scnprintf(buffer, buf_len, in scsi_format_opcode_name() 129 off = scnprintf(buffer, buf_len, "%s", cdb_name); in scsi_format_opcode_name() 131 off = scnprintf(buffer, buf_len, "opcode=0x%x", cdb0); in scsi_format_opcode_name() 135 off += scnprintf(buffer + off, buf_len - off, in scsi_format_opcode_name() 138 off += scnprintf(buffer + off, buf_len - off, in scsi_format_opcode_name() 143 off = scnprintf(buffer, buf_len, "%s", sa_name); in scsi_format_opcode_name() 145 off = scnprintf(buffer, buf_len, "%s, sa=0x%x", in scsi_format_opcode_name() [all …]
|
/Linux-v5.15/drivers/net/wireless/ath/ath9k/ |
D | htc_drv_debug.c | 40 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_tgt_int_stats() 44 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_tgt_int_stats() 48 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_tgt_int_stats() 52 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_tgt_int_stats() 56 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_tgt_int_stats() 60 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_tgt_int_stats() 98 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_tgt_tx_stats() 102 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_tgt_tx_stats() 106 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_tgt_tx_stats() 110 len += scnprintf(buf + len, sizeof(buf) - len, in read_file_tgt_tx_stats() [all …]
|
/Linux-v5.15/drivers/ntb/hw/intel/ |
D | ntb_hw_gen3.c | 276 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 279 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 283 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 285 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 289 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 292 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 294 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 297 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 302 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() 304 off += scnprintf(buf + off, buf_size - off, in ndev_ntb3_debugfs_read() [all …]
|
D | ntb_hw_gen4.c | 225 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 228 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 232 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 234 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 238 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 241 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 243 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 246 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 251 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() 253 off += scnprintf(buf + off, buf_size - off, in ndev_ntb4_debugfs_read() [all …]
|
/Linux-v5.15/fs/ocfs2/dlm/ |
D | dlmdebug.c | 245 out += scnprintf(buf + out, len - out, "%.*s%08x", in stringify_lockname() 249 out += scnprintf(buf + out, len - out, "%.*s", in stringify_lockname() 261 out += scnprintf(buf + out, len - out, "%d ", i); in stringify_nodemap() 279 out += scnprintf(buf + out, len - out, in dump_mle() 286 out += scnprintf(buf + out, len - out, "Maybe="); in dump_mle() 289 out += scnprintf(buf + out, len - out, "\n"); in dump_mle() 291 out += scnprintf(buf + out, len - out, "Vote="); in dump_mle() 294 out += scnprintf(buf + out, len - out, "\n"); in dump_mle() 296 out += scnprintf(buf + out, len - out, "Response="); in dump_mle() 299 out += scnprintf(buf + out, len - out, "\n"); in dump_mle() [all …]
|
/Linux-v5.15/drivers/firmware/ |
D | edd.c | 135 p += scnprintf(p, left, "%c", info->params.host_bus_type[i]); in edd_show_host_bus() 137 p += scnprintf(p, left, " "); in edd_show_host_bus() 142 p += scnprintf(p, left, "\tbase_address: %x\n", in edd_show_host_bus() 147 p += scnprintf(p, left, in edd_show_host_bus() 155 p += scnprintf(p, left, in edd_show_host_bus() 160 p += scnprintf(p, left, "\tunknown: %llx\n", in edd_show_host_bus() 181 p += scnprintf(p, left, "%c", info->params.interface_type[i]); in edd_show_interface() 183 p += scnprintf(p, left, " "); in edd_show_interface() 187 p += scnprintf(p, left, "\tdevice: %u lun: %u\n", in edd_show_interface() 191 p += scnprintf(p, left, "\tdevice: %u\n", in edd_show_interface() [all …]
|
/Linux-v5.15/drivers/pnp/ |
D | support.c | 114 len += scnprintf(buf + len, sizeof(buf) - len, in dbg_pnp_show_option() 119 len += scnprintf(buf + len, sizeof(buf) - len, in dbg_pnp_show_option() 125 len += scnprintf(buf + len, sizeof(buf) - len, "io min %#llx " in dbg_pnp_show_option() 134 len += scnprintf(buf + len, sizeof(buf) - len, "mem min %#llx " in dbg_pnp_show_option() 143 len += scnprintf(buf + len, sizeof(buf) - len, "irq"); in dbg_pnp_show_option() 145 len += scnprintf(buf + len, sizeof(buf) - len, in dbg_pnp_show_option() 150 len += scnprintf(buf + len, in dbg_pnp_show_option() 154 len += scnprintf(buf + len, sizeof(buf) - len, " flags %#x", in dbg_pnp_show_option() 157 len += scnprintf(buf + len, sizeof(buf) - len, in dbg_pnp_show_option() 162 len += scnprintf(buf + len, sizeof(buf) - len, "dma"); in dbg_pnp_show_option() [all …]
|
/Linux-v5.15/drivers/net/wireless/ath/ath10k/ |
D | debugfs_sta.c | 186 len = scnprintf(buf, sizeof(buf) - len, "aggregation mode: %s\n", in ath10k_dbg_sta_read_aggr_mode() 401 len = scnprintf(buf, sizeof(buf) - len, in ath10k_dbg_sta_read_peer_debug_trigger() 464 len = scnprintf(buf, sizeof(buf) - len, "%d\n", in ath10k_dbg_sta_read_peer_ps_state() 546 len += scnprintf(buf + len, buf_len - len, \ 551 len += scnprintf(buf + len, \ 553 len += scnprintf(buf + len, \ 559 len += scnprintf(buf + len, buf_len - len, "\n"); \ 583 len += scnprintf(buf + len, buf_len - len, in ath10k_dbg_sta_read_tid_stats() 585 len += scnprintf(buf + len, buf_len - len, in ath10k_dbg_sta_read_tid_stats() 587 len += scnprintf(buf + len, buf_len - len, "MSDUs from FW\t\t\t"); in ath10k_dbg_sta_read_tid_stats() [all …]
|
/Linux-v5.15/drivers/scsi/lpfc/ |
D | lpfc_debugfs.c | 171 len += scnprintf(buf+len, size-len, buffer, in lpfc_debugfs_disc_trc_data() 182 len += scnprintf(buf+len, size-len, buffer, in lpfc_debugfs_disc_trc_data() 237 len += scnprintf(buf+len, size-len, buffer, in lpfc_debugfs_slow_ring_trc_data() 248 len += scnprintf(buf+len, size-len, buffer, in lpfc_debugfs_slow_ring_trc_data() 308 len += scnprintf(buf+len, size-len, "HBQ %d Info\n", i); in lpfc_debugfs_hbqinfo_data() 316 len += scnprintf(buf+len, size-len, in lpfc_debugfs_hbqinfo_data() 323 len += scnprintf(buf+len, size-len, in lpfc_debugfs_hbqinfo_data() 330 len += scnprintf(buf+len, size-len, in lpfc_debugfs_hbqinfo_data() 342 len += scnprintf(buf + len, size - len, in lpfc_debugfs_hbqinfo_data() 350 len += scnprintf(buf + len, size - len, in lpfc_debugfs_hbqinfo_data() [all …]
|
/Linux-v5.15/net/mac80211/ |
D | debugfs_sta.c | 98 pos += scnprintf(pos, end - pos, "%s\n", in sta_flags_read() 115 p += scnprintf(p, sizeof(buf)+buf-p, "AC%d: %d\n", ac, in sta_num_ps_buf_frames_read() 129 p += scnprintf(p, sizeof(buf)+buf-p, "%x ", in sta_last_seq_ctrl_read() 131 p += scnprintf(p, sizeof(buf)+buf-p, "\n"); in sta_last_seq_ctrl_read() 155 p += scnprintf(p, in sta_aqm_read() 161 p += scnprintf(p, in sta_aqm_read() 169 p += scnprintf(p, bufsz+buf-p, in sta_aqm_read() 220 p += scnprintf(p, bufsz + buf - p, in sta_airtime_read() 273 p += scnprintf(p, bufsz + buf - p, in sta_aql_read() 325 p += scnprintf(p, sizeof(buf) + buf - p, "next dialog_token: %#02x\n", in sta_agg_status_read() [all …]
|
/Linux-v5.15/drivers/s390/crypto/ |
D | ap_queue.c | 489 return scnprintf(buf, PAGE_SIZE, "%llu\n", req_cnt); in request_count_show() 491 return scnprintf(buf, PAGE_SIZE, "-\n"); in request_count_show() 519 return scnprintf(buf, PAGE_SIZE, "%d\n", reqq_cnt); in requestq_count_show() 534 return scnprintf(buf, PAGE_SIZE, "%d\n", penq_cnt); in pendingq_count_show() 549 rc = scnprintf(buf, PAGE_SIZE, "Reset in progress.\n"); in reset_show() 553 rc = scnprintf(buf, PAGE_SIZE, "Reset Timer armed.\n"); in reset_show() 556 rc = scnprintf(buf, PAGE_SIZE, "No Reset Timer set.\n"); in reset_show() 590 rc = scnprintf(buf, PAGE_SIZE, "Enable Interrupt pending.\n"); in interrupt_show() 592 rc = scnprintf(buf, PAGE_SIZE, "Interrupts enabled.\n"); in interrupt_show() 594 rc = scnprintf(buf, PAGE_SIZE, "Interrupts disabled.\n"); in interrupt_show() [all …]
|
D | zcrypt_cex4.c | 87 return scnprintf(buf, PAGE_SIZE, "%s\n", ci.serial); in cca_serialnr_show() 122 n = scnprintf(buf, PAGE_SIZE, "AES NEW: %s 0x%016llx\n", in cca_mkvps_show() 126 n = scnprintf(buf, PAGE_SIZE, "AES NEW: - -\n"); in cca_mkvps_show() 129 n += scnprintf(buf + n, PAGE_SIZE - n, in cca_mkvps_show() 134 n += scnprintf(buf + n, PAGE_SIZE - n, "AES CUR: - -\n"); in cca_mkvps_show() 137 n += scnprintf(buf + n, PAGE_SIZE - n, in cca_mkvps_show() 142 n += scnprintf(buf + n, PAGE_SIZE - n, "AES OLD: - -\n"); in cca_mkvps_show() 145 n += scnprintf(buf + n, PAGE_SIZE - n, in cca_mkvps_show() 150 n += scnprintf(buf + n, PAGE_SIZE - n, "APKA NEW: - -\n"); in cca_mkvps_show() 153 n += scnprintf(buf + n, PAGE_SIZE - n, in cca_mkvps_show() [all …]
|
/Linux-v5.15/tools/perf/util/ |
D | mem-events.c | 50 scnprintf(mem_loads_name, sizeof(mem_loads_name), in perf_mem_events__name() 108 scnprintf(path, PATH_MAX, "%s/devices/%s", mnt, sysfs_name); in perf_mem_event__supported() 134 scnprintf(sysfs_name, sizeof(sysfs_name), in perf_mem_events__init() 139 scnprintf(sysfs_name, sizeof(sysfs_name), in perf_mem_events__init() 175 scnprintf(sysfs_name, sizeof(sysfs_name), e->sysfs_name, in perf_mem_events__print_unsupport_hybrid() 267 l += scnprintf(out + l, sz - l, tlb_access[i]); in perf_mem__tlb_scnprintf() 270 l += scnprintf(out, sz - l, "N/A"); in perf_mem__tlb_scnprintf() 272 l += scnprintf(out + l, sz - l, " hit"); in perf_mem__tlb_scnprintf() 274 l += scnprintf(out + l, sz - l, " miss"); in perf_mem__tlb_scnprintf() 337 l += scnprintf(out + l, sz - l, mem_lvl[i]); in perf_mem__lvl_scnprintf() [all …]
|
/Linux-v5.15/drivers/usb/dwc3/ |
D | debug.h | 262 len = scnprintf(str, size, "ep%d%s: ", epnum >> 1, in dwc3_ep_event_string() 269 len += scnprintf(str + len, size - len, in dwc3_ep_event_string() 276 scnprintf(str + len, size - len, " [%s]", in dwc3_ep_event_string() 280 scnprintf(str + len, size - len, in dwc3_ep_event_string() 288 len += scnprintf(str + len, size - len, in dwc3_ep_event_string() 300 scnprintf(str + len, size - len, in dwc3_ep_event_string() 304 scnprintf(str + len, size - len, in dwc3_ep_event_string() 310 scnprintf(str + len, size - len, "FIFO"); in dwc3_ep_event_string() 317 scnprintf(str + len, size - len, " Stream %d Found", in dwc3_ep_event_string() 322 scnprintf(str + len, size - len, " Stream Not Found"); in dwc3_ep_event_string() [all …]
|
/Linux-v5.15/tools/perf/ |
D | builtin-trace.c | 94 size_t (*scnprintf)(char *bf, size_t size, struct syscall_arg *arg); member 496 size_t printed = scnprintf(bf, size, intfmt, val); in strarray__scnprintf_suffix() 498 printed += scnprintf(bf + printed, size - printed, " /* %s??? */", sa->prefix); in strarray__scnprintf_suffix() 502 return scnprintf(bf, size, "%s%s", sa->entries[idx], show_suffix ? sa->prefix : ""); in strarray__scnprintf_suffix() 510 size_t printed = scnprintf(bf, size, intfmt, val); in strarray__scnprintf() 512 printed += scnprintf(bf + printed, size - printed, " /* %s??? */", sa->prefix); in strarray__scnprintf() 516 return scnprintf(bf, size, "%s%s", show_prefix ? sa->prefix : "", sa->entries[idx]); in strarray__scnprintf() 566 return scnprintf(bf, size, "%s%s", show_prefix ? sa->prefix : "", sa->entries[idx]); in strarrays__scnprintf() 570 printed = scnprintf(bf, size, intfmt, val); in strarrays__scnprintf() 572 printed += scnprintf(bf + printed, size - printed, " /* %s??? */", sas->entries[0]->prefix); in strarrays__scnprintf() [all …]
|
/Linux-v5.15/drivers/crypto/bcm/ |
D | util.c | 371 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() 374 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() 377 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() 380 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() 383 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() 390 out_offset += scnprintf(buf + out_offset, in spu_debugfs_read() 397 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() 403 out_offset += scnprintf(buf + out_offset, in spu_debugfs_read() 409 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() 412 out_offset += scnprintf(buf + out_offset, out_count - out_offset, in spu_debugfs_read() [all …]
|