Home
last modified time | relevance | path

Searched refs:time_constraints (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/src/trace_processor/dynamic/
Dexperimental_flamegraph_generator.cc104 std::vector<TimeConstraints> time_constraints = {}; in GetFlamegraphInputValues() local
113 time_constraints.push_back( in GetFlamegraphInputValues()
132 profile_type, ts, std::move(time_constraints), in GetFlamegraphInputValues()
343 values.time_constraints); in ComputeTable()
Dexperimental_flamegraph_generator.h38 std::vector<TimeConstraints> time_constraints; member
/external/perfetto/src/trace_processor/importers/proto/
Dflamegraph_construction_algorithms.h41 const std::vector<TimeConstraints>& time_constraints);
Dflamegraph_construction_algorithms.cc350 const std::vector<TimeConstraints>& time_constraints) { in BuildNativeCallStackSamplingFlamegraph() argument
392 for (const auto& tc : time_constraints) { in BuildNativeCallStackSamplingFlamegraph()
416 if (!time_constraints.empty()) { in BuildNativeCallStackSamplingFlamegraph()
417 auto& tc = time_constraints[0]; in BuildNativeCallStackSamplingFlamegraph()