Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/freescale/
Ducc_geth_ethtool.c267 u32 stats_mode = ugeth->ug_info->statisticsMode; in uec_get_sset_count() local
272 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_HARDWARE) in uec_get_sset_count()
274 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_TX) in uec_get_sset_count()
276 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_RX) in uec_get_sset_count()
289 u32 stats_mode = ugeth->ug_info->statisticsMode; in uec_get_strings() local
291 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_HARDWARE) { in uec_get_strings()
296 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_TX) { in uec_get_strings()
301 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_RX) in uec_get_strings()
310 u32 stats_mode = ugeth->ug_info->statisticsMode; in uec_get_ethtool_stats() local
314 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_HARDWARE) { in uec_get_ethtool_stats()
[all …]
/Linux-v6.6/drivers/android/
Dbinderfs.c301 ctx->stats_mode = result.uint_32; in binderfs_fs_context_parse_param()
315 if (info->mount_opts.stats_mode != ctx->stats_mode) in binderfs_fs_context_reconfigure()
318 info->mount_opts.stats_mode = ctx->stats_mode; in binderfs_fs_context_reconfigure()
330 switch (info->mount_opts.stats_mode) { in binderfs_show_options()
696 info->mount_opts.stats_mode = ctx->stats_mode; in binderfs_fill_super()
732 if (info->mount_opts.stats_mode == binderfs_stats_mode_global) in binderfs_fill_super()
766 ctx->stats_mode = binderfs_stats_mode_unset; in binderfs_init_fs_context()
Dbinder_internal.h49 int stats_mode; member
/Linux-v6.6/tools/perf/
Dbuiltin-report.c89 bool stats_mode; member
986 if (rep->stats_mode) in __cmd_report()
1000 if (rep->stats_mode) in __cmd_report()
1245 OPT_BOOLEAN(0, "stats", &report.stats_mode, "Display event stats"), in cmd_report()
1589 if (report.stats_mode || report.tasks_mode) in cmd_report()
1591 if (report.stats_mode && report.tasks_mode) { in cmd_report()
1651 !report.stats_mode && !report.tasks_mode) { in cmd_report()