Searched defs:EntryT (Results 1 - 2 of 2) sorted by relevance

/system/extras/simpleperf/
H A Dcallchain.h30 template <typename EntryT>
34 std::vector<EntryT*> chain;
38 template <typename EntryT>
40 typedef CallChainNode<EntryT> NodeT;
50 const std::vector<EntryT*>& callchain, uint64_t period,
51 std::function<bool(const EntryT*, const EntryT*)> is_same_sample) {
107 const std::vector<std::unique_ptr<NodeT>>& nodes, const EntryT* sample,
108 std::function<bool(const EntryT*, const EntryT*)> is_same_sampl
49 AddCallChain( const std::vector<EntryT*>& callchain, uint64_t period, std::function<bool(const EntryT*, const EntryT*)> is_same_sample) argument
106 FindMatchingNode( const std::vector<std::unique_ptr<NodeT>>& nodes, const EntryT* sample, std::function<bool(const EntryT*, const EntryT*)> is_same_sample) argument
117 GetMatchingLengthInNode( NodeT* node, const std::vector<EntryT*>& chain, size_t chain_start, std::function<bool(const EntryT*, const EntryT*)> is_same_sample) argument
[all...]
H A Dsample_tree.h55 template <typename EntryT, typename AccumulateInfoT>
58 explicit SampleTreeBuilder(const SampleComparator<EntryT>& comparator)
96 EntryT* sample = CreateSample(r, in_kernel, &acc_info);
123 std::vector<EntryT*> callchain;
147 EntryT* callchain_sample =
157 std::set<EntryT*> added_set;
161 EntryT* parent = nullptr;
163 EntryT* sample = callchain[0];
178 std::vector<EntryT*> GetSamples() const {
179 std::vector<EntryT*> resul
197 FilterSample(const EntryT*) argument
199 UpdateSummary(const EntryT*) argument
[all...]

Completed in 90 milliseconds