Home
last modified time | relevance | path

Searched refs:stat_type (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/soc/qcom/
H A Dqcom_stats.c59 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()
/openbmc/linux/tools/perf/util/
H A Dstat-shadow.c31 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()
197 enum stat_type denominator_type, in print_ratio()
/openbmc/linux/drivers/net/ethernet/amazon/ena/
H A Dena_ethtool.c22 #define ENA_STAT_ENTRY(stat, stat_type) { \ argument
24 .stat_offset = offsetof(struct ena_stats_##stat_type, stat) / sizeof(u64) \
27 #define ENA_STAT_HW_ENTRY(stat, stat_type) { \ argument
29 .stat_offset = offsetof(struct ena_admin_##stat_type, stat) / sizeof(u64) \
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py945 def draw_cuml_graph(ctx, proc_tree, chart_bounds, duration, sec_w, stat_type): argument
953 if stat_type is STAT_TYPE_CPU:
1093 if stat_type is STAT_TYPE_CPU:
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_bsg.c2587 ret = qla2xxx_stop_stats(vha->host, req_data->stat_type); in qla2x00_manage_host_stats()
2590 ret = qla2xxx_start_stats(vha->host, req_data->stat_type); in qla2x00_manage_host_stats()
2593 ret = qla2xxx_reset_stats(vha->host, req_data->stat_type); in qla2x00_manage_host_stats()
2655 tmp_stat_type = req_data->stat_type; in qla2x00_get_host_stats()
2695 ret = qla2xxx_get_ini_stats(fc_bsg_to_shost(bsg_job), req_data->stat_type, in qla2x00_get_host_stats()
2795 ret = qla2xxx_get_tgt_stats(fc_bsg_to_shost(bsg_job), req_data->stat_type, in qla2x00_get_tgt_stats()
H A Dqla_def.h5506 u32 stat_type; member
5515 u32 stat_type; member
5520 u32 stat_type; member
5537 u32 stat_type; /* Failure type */ member
H A Dqla_init.c9977 rsp_data->entry[i].stat_type = QLA2XX_HW_ERROR; in qla2xxx_get_ini_stats()
9984 rsp_data->entry[i].stat_type = QLA2XX_SHT_LNK_DWN; in qla2xxx_get_ini_stats()
9991 rsp_data->entry[i].stat_type = QLA2XX_INT_ERR; in qla2xxx_get_ini_stats()
9998 rsp_data->entry[i].stat_type = QLA2XX_CMD_TIMEOUT; in qla2xxx_get_ini_stats()
10005 rsp_data->entry[i].stat_type = QLA2XX_RESET_CMD_ERR; in qla2xxx_get_ini_stats()
10021 rsp_data->entry[i].stat_type = QLA2XX_TGT_SHT_LNK_DOWN; in qla2xxx_get_ini_stats()
10041 tgt_data->stats.entry[0].stat_type = flags; in qla2xxx_get_tgt_stats()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt.h317 u8 stat_type; member
H A Dhtt_tx.c661 req->stat_type = HTT_STATS_REQ_CFG_STAT_TYPE_INVALID; in ath10k_htt_h2t_stats_req()