Searched refs:stat_type (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/drivers/soc/qcom/ |
H A D | qcom_stats.c | 59 u32 stat_type; member 128 char stat_type[sizeof(u32) + 1] = {0}; in qcom_create_soc_sleep_stat_files() local 157 stat_type[j] = type & 0xff; in qcom_create_soc_sleep_stat_files() 160 strim(stat_type); in qcom_create_soc_sleep_stat_files() 161 debugfs_create_file(stat_type, 0400, root, &d[i], in qcom_create_soc_sleep_stat_files()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | stat-shadow.c | 31 enum stat_type { enum 79 static enum stat_type evsel__stat_type(const struct evsel *evsel) in evsel__stat_type() 153 static double find_stat(const struct evsel *evsel, int aggr_idx, enum stat_type type) in find_stat() 190 enum stat_type denominator_type, in print_ratio()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | stat-shadow.c | 28 enum stat_type type; 101 enum stat_type type, in saved_value_lookup() 195 enum stat_type type, in update_runtime_stat() 425 enum stat_type type, int ctx, int cpu) in runtime_stat_avg() 437 enum stat_type type, int ctx, int cpu) in runtime_stat_n() 726 enum stat_type type, in td_metric_ratio()
|
H A D | stat.h | 68 enum stat_type { enum
|
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/ |
H A D | ena_ethtool.c | 20 #define ENA_STAT_ENTRY(stat, stat_type) { \ 22 .stat_offset = offsetof(struct ena_stats_##stat_type, stat) / sizeof(u64) \ 25 #define ENA_STAT_HW_ENTRY(stat, stat_type) { \ 27 .stat_offset = offsetof(struct ena_admin_##stat_type, stat) / sizeof(u64) \
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/ |
H A D | ena_ethtool.c | 21 #define ENA_STAT_ENTRY(stat, stat_type) { \ 23 .stat_offset = offsetof(struct ena_stats_##stat_type, stat) / sizeof(u64) \ 26 #define ENA_STAT_HW_ENTRY(stat, stat_type) { \ 28 .stat_offset = offsetof(struct ena_admin_##stat_type, stat) / sizeof(u64) \
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_bsg.c | 2593 ret = qla2xxx_stop_stats(vha->host, req_data->stat_type); in qla2x00_manage_host_stats() 2596 ret = qla2xxx_start_stats(vha->host, req_data->stat_type); in qla2x00_manage_host_stats() 2599 ret = qla2xxx_reset_stats(vha->host, req_data->stat_type); in qla2x00_manage_host_stats() 2661 tmp_stat_type = req_data->stat_type; in qla2x00_get_host_stats() 2701 ret = qla2xxx_get_ini_stats(fc_bsg_to_shost(bsg_job), req_data->stat_type, in qla2x00_get_host_stats() 2801 ret = qla2xxx_get_tgt_stats(fc_bsg_to_shost(bsg_job), req_data->stat_type, in qla2x00_get_tgt_stats()
|
H A D | qla_def.h | 5493 u32 stat_type; member 5502 u32 stat_type; member 5507 u32 stat_type; member 5524 u32 stat_type; /* Failure type */ member
|
H A D | qla_init.c | 9917 rsp_data->entry[i].stat_type = QLA2XX_HW_ERROR; in qla2xxx_get_ini_stats() 9924 rsp_data->entry[i].stat_type = QLA2XX_SHT_LNK_DWN; in qla2xxx_get_ini_stats() 9931 rsp_data->entry[i].stat_type = QLA2XX_INT_ERR; in qla2xxx_get_ini_stats() 9938 rsp_data->entry[i].stat_type = QLA2XX_CMD_TIMEOUT; in qla2xxx_get_ini_stats() 9945 rsp_data->entry[i].stat_type = QLA2XX_RESET_CMD_ERR; in qla2xxx_get_ini_stats() 9961 rsp_data->entry[i].stat_type = QLA2XX_TGT_SHT_LNK_DOWN; in qla2xxx_get_ini_stats() 9981 tgt_data->stats.entry[0].stat_type = flags; in qla2xxx_get_tgt_stats()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | htt.h | 308 * @cfg_val: stat_type specific configuration 309 * @stat_type: see %htt_dbg_stats_type 322 u8 stat_type; member 1488 u8 stat_type:5; /* %HTT_DBG_STATS_ */ member
|
H A D | htt_tx.c | 658 req->stat_type = HTT_STATS_REQ_CFG_STAT_TYPE_INVALID; in ath10k_htt_h2t_stats_req()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | htt.h | 302 * @cfg_val: stat_type specific configuration 303 * @stat_type: see %htt_dbg_stats_type 316 u8 stat_type; member
|
H A D | htt_tx.c | 660 req->stat_type = HTT_STATS_REQ_CFG_STAT_TYPE_INVALID; in ath10k_htt_h2t_stats_req()
|
Completed in 53 milliseconds