aboutsummaryrefslogtreecommitdiff
path: root/src/traced/probes/ftrace/ftrace_config_muxer_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/traced/probes/ftrace/ftrace_config_muxer_unittest.cc')
-rw-r--r--src/traced/probes/ftrace/ftrace_config_muxer_unittest.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/traced/probes/ftrace/ftrace_config_muxer_unittest.cc b/src/traced/probes/ftrace/ftrace_config_muxer_unittest.cc
index c3602aaff..d9b5911f2 100644
--- a/src/traced/probes/ftrace/ftrace_config_muxer_unittest.cc
+++ b/src/traced/probes/ftrace/ftrace_config_muxer_unittest.cc
@@ -84,8 +84,7 @@ class MockProtoTranslationTable : public ProtoTranslationTable {
events,
common_fields,
ftrace_page_header_spec,
- compact_sched_format,
- PrintkMap()) {}
+ compact_sched_format) {}
MOCK_METHOD1(GetOrCreateEvent, Event*(const GroupAndName& group_and_name));
MOCK_CONST_METHOD1(GetEvent,
const Event*(const GroupAndName& group_and_name));
@@ -171,7 +170,7 @@ class FtraceConfigMuxerTest : public ::testing::Test {
return std::unique_ptr<ProtoTranslationTable>(new ProtoTranslationTable(
&table_procfs_, events, std::move(common_fields),
ProtoTranslationTable::DefaultPageHeaderSpecForTesting(),
- compact_format, PrintkMap()));
+ compact_format));
}
NiceMock<MockFtraceProcfs> table_procfs_;