OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTracingPath
(Results
1 - 2
of
2
) sorted by null
/external/perfetto/src/ftrace_reader/
ftrace_procfs_integrationtest.cc
35
constexpr char
kTracingPath
[] = "/sys/kernel/debug/tracing/";
45
PERFETTO_CHECK(base::ReadFile(
kTracingPath
+ name, &result));
66
EXPECT_TRUE(FtraceProcfs::Create(
kTracingPath
));
75
EXPECT_FALSE(FtraceProcfs::Create(
kTracingPath
+ std::string("bad_path")));
84
FtraceProcfs ftrace(
kTracingPath
);
97
FtraceProcfs ftrace(
kTracingPath
);
109
FtraceProcfs ftrace(
kTracingPath
);
127
FtraceProcfs ftrace(
kTracingPath
);
148
FtraceProcfs ftrace(
kTracingPath
);
160
FtraceProcfs ftrace(
kTracingPath
);
[
all
...]
end_to_end_integrationtest.cc
43
constexpr char
kTracingPath
[] = "/sys/kernel/debug/tracing/";
106
FtraceProcfs procfs(
kTracingPath
);
141
FtraceProcfs procfs(
kTracingPath
);
Completed in 183 milliseconds