Searched defs:PerfParserOptions (Results 1 – 1 of 1) sorted by relevance
131 struct PerfParserOptions { struct133 bool do_remap = false;136 bool discard_unused_events = false;141 float sample_mapping_percentage_threshold = 95.0f;167 explicit PerfParser(PerfReader* reader, const PerfParserOptions& options); argument