Searched refs:SystemInfoDataSource (Results 1 – 4 of 4) sorted by relevance
66 const ProbesDataSource::Descriptor SystemInfoDataSource::descriptor = {72 SystemInfoDataSource::SystemInfoDataSource( in SystemInfoDataSource() function in perfetto::SystemInfoDataSource80 void SystemInfoDataSource::Start() { in Start()191 void SystemInfoDataSource::Flush(FlushRequestID, in Flush()196 std::string SystemInfoDataSource::ReadFile(std::string path) { in ReadFile()
28 class SystemInfoDataSource : public ProbesDataSource {32 SystemInfoDataSource(TracingSessionID,
115 class TestSystemInfoDataSource : public SystemInfoDataSource {119 : SystemInfoDataSource( in TestSystemInfoDataSource()
270 ProbesProducer::CreateDSInstance<SystemInfoDataSource>( in CreateDSInstance()274 return std::unique_ptr<ProbesDataSource>(new SystemInfoDataSource( in CreateDSInstance()336 Ds<SystemInfoDataSource>(),