Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/system_info/
H A Dsystem_info_data_source.cc42 const ProbesDataSource::Descriptor SystemInfoDataSource::descriptor = {
47 SystemInfoDataSource::SystemInfoDataSource( in SystemInfoDataSource() function in perfetto::SystemInfoDataSource
55 void SystemInfoDataSource::Start() { in Start()
103 void SystemInfoDataSource::Flush(FlushRequestID, in Flush()
108 std::string SystemInfoDataSource::ReadFile(std::string path) { in ReadFile()
H A Dsystem_info_data_source.h28 class SystemInfoDataSource : public ProbesDataSource {
32 SystemInfoDataSource(TracingSessionID,
H A Dsystem_info_data_source_unittest.cc109 class TestSystemInfoDataSource : public SystemInfoDataSource {
113 : SystemInfoDataSource( in TestSystemInfoDataSource()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/
H A Dprobes_producer.cc76 &SystemInfoDataSource::descriptor, //
168 } else if (config.name() == SystemInfoDataSource::descriptor.name) { in SetupDataSource()
312 return std::unique_ptr<ProbesDataSource>(new SystemInfoDataSource( in CreateSystemInfoDataSource()