Home
last modified time | relevance | path

Searched refs:stats_mode (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/freescale/
Ducc_geth_ethtool.c269 u32 stats_mode = ugeth->ug_info->statisticsMode; in uec_get_sset_count() local
274 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_HARDWARE) in uec_get_sset_count()
276 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_TX) in uec_get_sset_count()
278 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_RX) in uec_get_sset_count()
291 u32 stats_mode = ugeth->ug_info->statisticsMode; in uec_get_strings() local
293 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_HARDWARE) { in uec_get_strings()
298 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_TX) { in uec_get_strings()
303 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_RX) in uec_get_strings()
312 u32 stats_mode = ugeth->ug_info->statisticsMode; in uec_get_ethtool_stats() local
316 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_HARDWARE) { in uec_get_ethtool_stats()
[all …]
/Linux-v4.19/tools/perf/
Dbuiltin-report.c65 bool stats_mode; member
828 if (rep->stats_mode) in __cmd_report()
840 if (rep->stats_mode) in __cmd_report()
1002 OPT_BOOLEAN(0, "stats", &report.stats_mode, "Display event stats"), in cmd_report()
1276 if (report.stats_mode || report.tasks_mode) in cmd_report()
1278 if (report.stats_mode && report.tasks_mode) { in cmd_report()
1305 !report.stats_mode && !report.tasks_mode) { in cmd_report()