OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FtraceFieldType
(Results
1 - 5
of
5
) sorted by null
/external/perfetto/src/ftrace_reader/
event_info_constants.h
47
enum
FtraceFieldType
{
68
// Joint enum of
FtraceFieldType
(left) and ProtoFieldType (right).
69
// where there exists a way to convert from the
FtraceFieldType
132
inline const char* ToString(
FtraceFieldType
v) {
183
FtraceFieldType
ftrace_type;
229
bool SetTranslationStrategy(
FtraceFieldType
ftrace,
event_info_constants.cc
37
bool SetTranslationStrategy(
FtraceFieldType
ftrace,
proto_translation_table.h
44
FtraceFieldType
* out);
proto_translation_table.cc
156
FtraceFieldType
* out) {
proto_translation_table_unittest.cc
249
FtraceFieldType
type;
Completed in 769 milliseconds