Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A DSampleComparator.h83 typedef int (*compare_sample_func_t)(const EntryT*, const EntryT*); typedef
85 void AddCompareFunction(compare_sample_func_t func) { compare_v_.push_back(func); } in AddCompareFunction()
123 std::vector<compare_sample_func_t> compare_v_;