Searched refs:SystemInfoDataSource (Results 1 – 4 of 4) sorted by relevance
42 const ProbesDataSource::Descriptor SystemInfoDataSource::descriptor = {47 SystemInfoDataSource::SystemInfoDataSource( in SystemInfoDataSource() function in perfetto::SystemInfoDataSource55 void SystemInfoDataSource::Start() { in Start()103 void SystemInfoDataSource::Flush(FlushRequestID, in Flush()108 std::string SystemInfoDataSource::ReadFile(std::string path) { in ReadFile()
28 class SystemInfoDataSource : public ProbesDataSource {32 SystemInfoDataSource(TracingSessionID,
109 class TestSystemInfoDataSource : public SystemInfoDataSource {113 : SystemInfoDataSource( in TestSystemInfoDataSource()
76 &SystemInfoDataSource::descriptor, //168 } else if (config.name() == SystemInfoDataSource::descriptor.name) { in SetupDataSource()312 return std::unique_ptr<ProbesDataSource>(new SystemInfoDataSource( in CreateSystemInfoDataSource()