Home
last modified time | relevance | path

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

/external/perfetto/src/kernel_utils/
Dsyscall_table.cc49 Architecture SyscallTable::ArchFromString(base::StringView machine) { in ArchFromString() function in perfetto::SyscallTable
71 arch = ArchFromString(uname_info.machine); in FromCurrentArch()
Dsyscall_table.h53 static Architecture ArchFromString(base::StringView machine);
/external/perfetto/src/trace_processor/importers/proto/
Dsystem_probes_parser.cc832 Architecture arch = SyscallTable::ArchFromString(machine); in ParseSystemInfo()