Searched refs:mutable_ftrace_config (Results 1 – 6 of 6) sorted by relevance
126 ds_config->mutable_ftrace_config()->add_ftrace_events(evt); in CreateConfigFromOptions()128 ds_config->mutable_ftrace_config()->add_atrace_categories(cat); in CreateConfigFromOptions()130 ds_config->mutable_ftrace_config()->add_atrace_apps(app); in CreateConfigFromOptions()
274 ds_config->mutable_ftrace_config()->add_ftrace_events("sched_switch"); in Main()275 ds_config->mutable_ftrace_config()->add_ftrace_events("cpu_idle"); in Main()276 ds_config->mutable_ftrace_config()->add_ftrace_events("cpu_frequency"); in Main()277 ds_config->mutable_ftrace_config()->add_ftrace_events("gpu_frequency"); in Main()
41 ds_config->mutable_ftrace_config()->add_ftrace_events("sched_switch"); in GetConfig()42 ds_config->mutable_ftrace_config()->add_ftrace_events( in GetConfig()44 ds_config->mutable_ftrace_config()->add_ftrace_events( in GetConfig()
106 FtraceConfig* mutable_ftrace_config() { return &ftrace_config_; } in mutable_ftrace_config() function
156 ftrace_config_.ToProto(proto->mutable_ftrace_config()); in ToProto()
257 auto* ftrace_config = ds_config->mutable_ftrace_config(); in TEST_F()300 auto* ftrace_config = ds_config->mutable_ftrace_config(); in TEST_F()