Skip to content

Commit

Permalink
remove unnecessary namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Tessa Todorowski committed Jul 23, 2024
1 parent 7e5e782 commit f221304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/lo2s/perf/io_reader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class IoReader : public PullReader
public:
IoReader(IoReaderIdentity identity) : identity_(identity)
{
perf::TracepointEvent event(0, identity.tracepoint.id());
TracepointEvent event(0, identity.tracepoint.id());

try
{
Expand Down Expand Up @@ -155,7 +155,7 @@ class IoReader : public PullReader

private:
IoReaderIdentity identity_;
perf::PerfEventInstance ev_instance_;
PerfEventInstance ev_instance_;
};
} // namespace perf
} // namespace lo2s

0 comments on commit f221304

Please sign in to comment.