stats_mode         47 drivers/android/binder_internal.h 	int stats_mode;
stats_mode        276 drivers/android/binderfs.c 	opts->stats_mode = STATS_NONE;
stats_mode        309 drivers/android/binderfs.c 			opts->stats_mode = STATS_GLOBAL;
stats_mode        326 drivers/android/binderfs.c 	prev_stats_mode = info->mount_opts.stats_mode;
stats_mode        331 drivers/android/binderfs.c 	if (prev_stats_mode != info->mount_opts.stats_mode) {
stats_mode        333 drivers/android/binderfs.c 		info->mount_opts.stats_mode = prev_stats_mode;
stats_mode        347 drivers/android/binderfs.c 	if (info->mount_opts.stats_mode == STATS_GLOBAL)
stats_mode        733 drivers/android/binderfs.c 	if (info->mount_opts.stats_mode == STATS_GLOBAL)
stats_mode        263 drivers/net/ethernet/freescale/ucc_geth_ethtool.c 	u32 stats_mode = ugeth->ug_info->statisticsMode;
stats_mode        268 drivers/net/ethernet/freescale/ucc_geth_ethtool.c 		if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_HARDWARE)
stats_mode        270 drivers/net/ethernet/freescale/ucc_geth_ethtool.c 		if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_TX)
stats_mode        272 drivers/net/ethernet/freescale/ucc_geth_ethtool.c 		if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_RX)
stats_mode        285 drivers/net/ethernet/freescale/ucc_geth_ethtool.c 	u32 stats_mode = ugeth->ug_info->statisticsMode;
stats_mode        287 drivers/net/ethernet/freescale/ucc_geth_ethtool.c 	if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_HARDWARE) {
stats_mode        292 drivers/net/ethernet/freescale/ucc_geth_ethtool.c 	if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_TX) {
stats_mode        297 drivers/net/ethernet/freescale/ucc_geth_ethtool.c 	if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_RX)
stats_mode        306 drivers/net/ethernet/freescale/ucc_geth_ethtool.c 	u32 stats_mode = ugeth->ug_info->statisticsMode;
stats_mode        310 drivers/net/ethernet/freescale/ucc_geth_ethtool.c 	if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_HARDWARE) {
stats_mode        319 drivers/net/ethernet/freescale/ucc_geth_ethtool.c 	if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_TX) {
stats_mode        324 drivers/net/ethernet/freescale/ucc_geth_ethtool.c 	if (stats_mode & UCC_GETH_STATISTICS_GATHERING_MODE_FIRMWARE_RX) {
stats_mode         79 tools/perf/builtin-report.c 	bool			stats_mode;
stats_mode        868 tools/perf/builtin-report.c 	if (rep->stats_mode)
stats_mode        880 tools/perf/builtin-report.c 	if (rep->stats_mode)
stats_mode       1079 tools/perf/builtin-report.c 	OPT_BOOLEAN(0, "stats", &report.stats_mode, "Display event stats"),
stats_mode       1369 tools/perf/builtin-report.c 	if (report.stats_mode || report.tasks_mode)
stats_mode       1371 tools/perf/builtin-report.c 	if (report.stats_mode && report.tasks_mode) {
stats_mode       1417 tools/perf/builtin-report.c 		   !report.stats_mode && !report.tasks_mode) {