Searched refs:stats_mode (Results 1 – 4 of 4) sorted by relevance
294 ctx->stats_mode = result.uint_32; in binderfs_fs_context_parse_param()308 if (info->mount_opts.stats_mode != ctx->stats_mode) in binderfs_fs_context_reconfigure()311 info->mount_opts.stats_mode = ctx->stats_mode; in binderfs_fs_context_reconfigure()323 switch (info->mount_opts.stats_mode) { in binderfs_show_options()655 info->mount_opts.stats_mode = ctx->stats_mode; in binderfs_fill_super()691 if (info->mount_opts.stats_mode == binderfs_stats_mode_global) in binderfs_fill_super()725 ctx->stats_mode = binderfs_stats_mode_unset; in binderfs_init_fs_context()
285 ctx->stats_mode = result.uint_32; in binderfs_fs_context_parse_param()299 if (info->mount_opts.stats_mode != ctx->stats_mode) in binderfs_fs_context_reconfigure()302 info->mount_opts.stats_mode = ctx->stats_mode; in binderfs_fs_context_reconfigure()314 switch (info->mount_opts.stats_mode) { in binderfs_show_options()659 info->mount_opts.stats_mode = ctx->stats_mode; in binderfs_fill_super()695 if (info->mount_opts.stats_mode == binderfs_stats_mode_global) in binderfs_fill_super()729 ctx->stats_mode = binderfs_stats_mode_unset; in binderfs_init_fs_context()
91 bool stats_mode; member 1082 if (rep->stats_mode) in __cmd_report() 1101 if (rep->stats_mode) in __cmd_report() 1337 OPT_BOOLEAN(0, "stats", &report.stats_mode, "Display event stats"), in cmd_report() 1718 if (report.stats_mode || report.tasks_mode) in cmd_report() 1720 if (report.stats_mode && report.tasks_mode) { in cmd_report() 1822 !report.stats_mode && !report.tasks_mode) { in cmd_report()
587 __u8 stats_mode; member