Home
last modified time | relevance | path

Searched defs:FtraceState (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/traced/probes/ftrace/
Dftrace_config_muxer.h192 struct FtraceState { struct
193 EventFilter ftrace_events;
194 std::set<size_t> syscall_filter; // syscall ids or kAllSyscallsId
195 bool funcgraph_on = false; // current_tracer == "function_graph"
196 size_t cpu_buffer_size_pages = 0;
199 bool atrace_on = false;
202 std::vector<std::string> atrace_apps;
205 std::vector<std::string> atrace_categories;
207 std::vector<std::string> atrace_categories_prefer_sdk;
208 bool saved_tracing_on; // Backup for the original tracing_on.
[all …]