Searched refs:EstimatedIndexInfo (Results 1 – 25 of 62) sorted by relevance
123
| /developtools/smartperf_host/trace_streamer/src/table/base/include/ |
| D | table_base.h | 151 struct EstimatedIndexInfo { struct 179 virtual void GetOrbyes(FilterConstraints& fc, EstimatedIndexInfo& ei) in GetOrbyes() 185 virtual void EstimateFilterCost(FilterConstraints& fc, EstimatedIndexInfo& ei);
|
| D | data_dict_table.h | 35 void GetOrbyes(FilterConstraints& dictfc, EstimatedIndexInfo& dictei) override;
|
| D | symbols_table.h | 35 void GetOrbyes(FilterConstraints& symfc, EstimatedIndexInfo& symei) override;
|
| D | args_table.h | 36 void GetOrbyes(FilterConstraints& argsfc, EstimatedIndexInfo& argsei) override;
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/ |
| D | demo_table_base.h | 105 struct EstimatedIndexInfo { struct 121 virtual void DemoEstimateFilterCost(FilterConstraints& fc, EstimatedIndexInfo& ei) in DemoEstimateFilterCost() argument
|
| /developtools/smartperf_host/trace_streamer/src/table/hiperf/include/ |
| D | perf_files_table.h | 35 void GetOrbyes(FilterConstraints& filesfc, EstimatedIndexInfo& filesei) override;
|
| D | perf_call_chain_table.h | 35 void GetOrbyes(FilterConstraints& chainfc, EstimatedIndexInfo& chainei) override;
|
| D | perf_thread_table.h | 35 void GetOrbyes(FilterConstraints& threadfc, EstimatedIndexInfo& threadei) override;
|
| D | perf_sample_table.h | 35 void GetOrbyes(FilterConstraints& samplefc, EstimatedIndexInfo& sampleei) override;
|
| /developtools/smartperf_host/trace_streamer/src/table/ftrace/include/ |
| D | raw_table.h | 35 void GetOrbyes(FilterConstraints& rawfc, EstimatedIndexInfo& rawei) override;
|
| D | process_measure_filter_table.h | 35 void GetOrbyes(FilterConstraints& filterfc, EstimatedIndexInfo& filterei) override;
|
| D | gpu_slice_table.h | 35 void GetOrbyes(FilterConstraints& gpufc, EstimatedIndexInfo& gpuei) override;
|
| D | frame_maps_table.h | 35 void GetOrbyes(FilterConstraints& mapfc, EstimatedIndexInfo& mapei) override;
|
| D | sched_slice_table.h | 35 void GetOrbyes(FilterConstraints& schedfc, EstimatedIndexInfo& schedei) override;
|
| D | callstack_table.h | 35 void GetOrbyes(FilterConstraints& callfc, EstimatedIndexInfo& callei) override;
|
| D | measure_table.h | 35 void GetOrbyes(FilterConstraints& measurefc, EstimatedIndexInfo& measureei) override;
|
| D | irq_table.h | 35 void GetOrbyes(FilterConstraints& irqfc, EstimatedIndexInfo& irqei) override;
|
| D | system_event_filter_table.h | 35 void GetOrbyes(FilterConstraints& eventfc, EstimatedIndexInfo& eventei) override;
|
| D | filter_table.h | 36 void GetOrbyes(FilterConstraints& filterfc, EstimatedIndexInfo& filterei) override;
|
| /developtools/smartperf_host/trace_streamer/src/table/native_hook/include/ |
| D | native_hook_statistic_table.h | 35 void GetOrbyes(FilterConstraints& statisticfc, EstimatedIndexInfo& statisticei) override;
|
| D | native_hook_frame_table.h | 35 void GetOrbyes(FilterConstraints& framefc, EstimatedIndexInfo& frameei) override;
|
| D | native_hook_table.h | 35 void GetOrbyes(FilterConstraints& hookfc, EstimatedIndexInfo& hookei) override;
|
| /developtools/smartperf_host/trace_streamer/src/table/ebpf/include/ |
| D | bio_latency_sample_table.h | 35 void GetOrbyes(FilterConstraints& biofc, EstimatedIndexInfo& bioei) override;
|
| D | ebpf_callstack_table.h | 35 void GetOrbyes(FilterConstraints& ebpfCallfc, EstimatedIndexInfo& ebpfCallei) override;
|
| D | file_system_sample_table.h | 35 void GetOrbyes(FilterConstraints& sysfc, EstimatedIndexInfo& sysei) override;
|
123