Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/freescale/
Ducc_geth_ethtool.c263 u32 stats_mode = ugeth->ug_info->statisticsMode; in uec_get_sset_count() local
268 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_HARDWARE) in uec_get_sset_count()
270 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_TX) in uec_get_sset_count()
272 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_RX) in uec_get_sset_count()
285 u32 stats_mode = ugeth->ug_info->statisticsMode; in uec_get_strings() local
287 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_HARDWARE) { in uec_get_strings()
292 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_TX) { in uec_get_strings()
297 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_RX) in uec_get_strings()
306 u32 stats_mode = ugeth->ug_info->statisticsMode; in uec_get_ethtool_stats() local
310 if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_HARDWARE) { in uec_get_ethtool_stats()
[all …]
/Linux-v5.4/drivers/android/
Dbinderfs.c273 opts->stats_mode = STATS_NONE; in binderfs_parse_mount_opts()
306 opts->stats_mode = STATS_GLOBAL; in binderfs_parse_mount_opts()
323 prev_stats_mode = info->mount_opts.stats_mode; in binderfs_remount()
328 if (prev_stats_mode != info->mount_opts.stats_mode) { in binderfs_remount()
330 info->mount_opts.stats_mode = prev_stats_mode; in binderfs_remount()
344 if (info->mount_opts.stats_mode == STATS_GLOBAL) in binderfs_show_mount_opts()
729 if (info->mount_opts.stats_mode == STATS_GLOBAL) in binderfs_fill_super()
Dbinder_internal.h45 int stats_mode; member
/Linux-v5.4/tools/perf/
Dbuiltin-report.c79 bool stats_mode; member
862 if (rep->stats_mode) in __cmd_report()
874 if (rep->stats_mode) in __cmd_report()
1072 OPT_BOOLEAN(0, "stats", &report.stats_mode, "Display event stats"), in cmd_report()
1362 if (report.stats_mode || report.tasks_mode) in cmd_report()
1364 if (report.stats_mode && report.tasks_mode) { in cmd_report()
1409 !report.stats_mode && !report.tasks_mode) { in cmd_report()