Searched refs:EventToFtraceId (Results 1 – 4 of 4) sorted by relevance
/external/perfetto/src/traced/probes/ftrace/ |
D | cpu_reader_fuzzer.cc | 62 table->EventToFtraceId(GroupAndName("sched", "sched_switch"))); in FuzzCpuReaderProcessPagesForDataSource() 64 table->EventToFtraceId(GroupAndName("ftrace", "print"))); in FuzzCpuReaderProcessPagesForDataSource()
|
D | proto_translation_table_unittest.cc | 238 EXPECT_EQ(table->EventToFtraceId(GroupAndName("group", "foo")), 42ul); in TEST_P() 239 EXPECT_EQ(table->EventToFtraceId(GroupAndName("group", "bar")), 0ul); in TEST_P() 403 EXPECT_EQ(table.EventToFtraceId(GroupAndName("group_one", "foo")), 1ul); in TEST() 404 EXPECT_EQ(table.EventToFtraceId(GroupAndName("group_two", "baz")), 100ul); in TEST() 405 EXPECT_EQ(table.EventToFtraceId(GroupAndName("group_one", "no_such_event")), in TEST() 458 EXPECT_EQ(table->EventToFtraceId(group_and_name), 42ul); in TEST()
|
D | cpu_reader_unittest.cc | 386 table->EventToFtraceId(GroupAndName("ftrace", "print"))); in TEST() 514 table->EventToFtraceId(GroupAndName("ftrace", "print"))); in TEST() 563 table->EventToFtraceId(GroupAndName("ftrace", "print"))); in TEST() 666 table->EventToFtraceId(GroupAndName("ftrace", "print"))); in TEST() 775 table->EventToFtraceId(GroupAndName("sched", "sched_switch"))); in TEST() 825 table->EventToFtraceId(GroupAndName("sched", "sched_switch"))); in TEST() 1181 table->EventToFtraceId(GroupAndName("sched", "sched_switch"))); in TEST() 1395 table->EventToFtraceId(GroupAndName("sched", "sched_switch"))); in TEST() 1973 table->EventToFtraceId(GroupAndName("power", "suspend_resume"))); in TEST()
|
D | proto_translation_table.h | 133 size_t EventToFtraceId(const GroupAndName& group_and_name) const { in EventToFtraceId() function
|