Skip to content

Commit

Permalink
include pathname (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharan-devarajan authored Jul 1, 2024
1 parent 761e88d commit 06a0fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dftracer/brahma/posix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ int brahma::POSIXDFTracer::openat(int dirfd, const char *pathname, int flags,
DFT_LOGGER_START(dirfd);
DFT_LOGGER_UPDATE(dirfd);
DFT_LOGGER_UPDATE(flags);
DFT_LOGGER_UPDATE(pathname);
int ret = -1;
if (flags & O_CREAT) {
va_list args;
Expand Down

0 comments on commit 06a0fa0

Please sign in to comment.