Home
last modified time | relevance | path

Searched refs:InodeFileDataSource (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/perfetto/src/traced/probes/filesystem/
H A Dinode_file_data_source.cc83 const ProbesDataSource::Descriptor InodeFileDataSource::descriptor = {
98 void InodeFileDataSource::FillInodeEntry(InodeFileMap* destination, in FillInodeEntry()
109 InodeFileDataSource::InodeFileDataSource( in InodeFileDataSource() function in perfetto::InodeFileDataSource
141 InodeFileDataSource::~InodeFileDataSource() = default;
143 void InodeFileDataSource::Start() { in Start()
148 void InodeFileDataSource::AddInodesFromStaticMap( in AddInodesFromStaticMap()
174 void InodeFileDataSource::AddInodesFromLRUCache( in AddInodesFromLRUCache()
194 void InodeFileDataSource::Flush(FlushRequestID, in Flush()
200 void InodeFileDataSource::OnInodes( in OnInodes()
269 InodeFileMap* InodeFileDataSource::AddToCurrentTracePacket( in AddToCurrentTracePacket()
[all …]
H A Dinode_file_data_source.h53 class InodeFileDataSource : public ProbesDataSource,
58 InodeFileDataSource(
67 ~InodeFileDataSource() override;
69 base::WeakPtr<InodeFileDataSource> GetWeakPtr() const;
131 base::WeakPtrFactory<InodeFileDataSource> weak_factory_; // Keep last.
H A Dinode_file_data_source_unittest.cc39 class TestInodeFileDataSource : public InodeFileDataSource {
49 : InodeFileDataSource(std::move(cfg), in TestInodeFileDataSource()
/aosp_15_r20/external/perfetto/src/traced/probes/
H A Dprobes_producer.cc146 ProbesProducer::CreateDSInstance<InodeFileDataSource>( in CreateDSInstance()
154 return std::unique_ptr<InodeFileDataSource>(new InodeFileDataSource( in CreateDSInstance()
314 Ds<InodeFileDataSource>(),
602 auto ino_range = ds_by_type.equal_range(&InodeFileDataSource::descriptor); in OnFtraceDataWrittenIntoDataSourceBuffers()
623 auto* inode_ds = static_cast<InodeFileDataSource*>(in_it->second); in OnFtraceDataWrittenIntoDataSourceBuffers()
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/
H A Dftrace_data_source.h40 class InodeFileDataSource; variable