Home
last modified time | relevance | path

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

/linux/drivers/soc/qcom/
H A Dqcom_stats.c86 u32 stat_type; member
248 char stat_type[sizeof(u32) + 1] = {0}; in qcom_create_soc_sleep_stat_files() local
277 stat_type[j] = type & 0xff; in qcom_create_soc_sleep_stat_files()
280 strim(stat_type); in qcom_create_soc_sleep_stat_files()
281 debugfs_create_file(stat_type, 0400, root, &d[i], in qcom_create_soc_sleep_stat_files()
/linux/tools/perf/util/
H A Dstat-shadow.c32 enum stat_type { enum
80 static enum stat_type evsel__stat_type(struct evsel *evsel) in evsel__stat_type()
150 static double find_stat(const struct evsel *evsel, int aggr_idx, enum stat_type type) in find_stat()
195 enum stat_type denominator_type, in print_ratio()
/linux/tools/testing/selftests/net/lib/
H A Dxdp_native.bpf.c59 static void record_stats(struct xdp_md *ctx, __u32 stat_type) in record_stats() argument
63 count = bpf_map_lookup_elem(&map_xdp_stats, &stat_type); in record_stats()
/linux/drivers/scsi/qla2xxx/
H A Dqla_init.c9973 rsp_data->entry[i].stat_type = QLA2XX_HW_ERROR; in qla2xxx_get_ini_stats()
9980 rsp_data->entry[i].stat_type = QLA2XX_SHT_LNK_DWN; in qla2xxx_get_ini_stats()
9987 rsp_data->entry[i].stat_type = QLA2XX_INT_ERR; in qla2xxx_get_ini_stats()
9994 rsp_data->entry[i].stat_type = QLA2XX_CMD_TIMEOUT; in qla2xxx_get_ini_stats()
10001 rsp_data->entry[i].stat_type = QLA2XX_RESET_CMD_ERR; in qla2xxx_get_ini_stats()
10017 rsp_data->entry[i].stat_type = QLA2XX_TGT_SHT_LNK_DOWN; in qla2xxx_get_ini_stats()
10037 tgt_data->stats.entry[0].stat_type = flags; in qla2xxx_get_tgt_stats()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt.h303 * @cfg_val: stat_type specific configuration
304 * @stat_type: see %htt_dbg_stats_type
317 u8 stat_type; member
H A Dhtt_tx.c662 req->stat_type = HTT_STATS_REQ_CFG_STAT_TYPE_INVALID; in ath10k_htt_h2t_stats_req()