Home
last modified time | relevance | path

Searched refs:ReadPrintkFormats (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/traced/probes/ftrace/
Dftrace_procfs.h62 std::string ReadPrintkFormats() const;
Dftrace_procfs.cc133 std::string FtraceProcfs::ReadPrintkFormats() const { in ReadPrintkFormats() function in perfetto::FtraceProcfs
Dproto_translation_table.cc466 std::string text = ftrace_procfs->ReadPrintkFormats(); in Create()