Searched refs:stats_mode (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/freescale/
H A Ducc_geth_ethtool.c267 u32 stats_mode = ugeth->ug_info->statisticsMode; local
272 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_HARDWARE)
274 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_TX)
276 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_RX)
289 u32 stats_mode = ugeth->ug_info->statisticsMode; local
291 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_HARDWARE) {
296 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_TX) {
301 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_RX)
310 u32 stats_mode = ugeth->ug_info->statisticsMode; local
314 if (stats_mode
[all...]
/linux-master/drivers/android/
H A Dbinderfs.c300 ctx->stats_mode = result.uint_32;
314 if (info->mount_opts.stats_mode != ctx->stats_mode)
317 info->mount_opts.stats_mode = ctx->stats_mode;
329 switch (info->mount_opts.stats_mode) {
695 info->mount_opts.stats_mode = ctx->stats_mode;
731 if (info->mount_opts.stats_mode == binderfs_stats_mode_global)
765 ctx->stats_mode
[all...]
H A Dbinder_internal.h45 * @stats_mode: enable binder stats in binderfs.
49 int stats_mode; member in struct:binderfs_mount_opts
/linux-master/tools/perf/
H A Dbuiltin-report.c90 bool stats_mode; member in struct:report
1058 if (rep->stats_mode)
1072 if (rep->stats_mode)
1317 OPT_BOOLEAN(0, "stats", &report.stats_mode, "Display event stats"),
1668 if (report.stats_mode || report.tasks_mode)
1670 if (report.stats_mode && report.tasks_mode) {
1740 !report.stats_mode && !report.tasks_mode) {

Completed in 182 milliseconds