Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/system_info/
Dsystem_info_data_source.cc66 const ProbesDataSource::Descriptor SystemInfoDataSource::descriptor = {
72 SystemInfoDataSource::SystemInfoDataSource( in SystemInfoDataSource() function in perfetto::SystemInfoDataSource
80 void SystemInfoDataSource::Start() { in Start()
191 void SystemInfoDataSource::Flush(FlushRequestID, in Flush()
196 std::string SystemInfoDataSource::ReadFile(std::string path) { in ReadFile()
Dsystem_info_data_source.h28 class SystemInfoDataSource : public ProbesDataSource {
32 SystemInfoDataSource(TracingSessionID,
Dsystem_info_data_source_unittest.cc115 class TestSystemInfoDataSource : public SystemInfoDataSource {
119 : SystemInfoDataSource( in TestSystemInfoDataSource()
/external/perfetto/src/traced/probes/
Dprobes_producer.cc270 ProbesProducer::CreateDSInstance<SystemInfoDataSource>( in CreateDSInstance()
274 return std::unique_ptr<ProbesDataSource>(new SystemInfoDataSource( in CreateDSInstance()
336 Ds<SystemInfoDataSource>(),