- 22 Feb, 2021 1 commit
-
-
Philip Carns authored
-
- 01 Dec, 2020 1 commit
-
-
- 30 Nov, 2020 1 commit
-
-
- nothing important here, just cutting down noise
-
- 11 Jun, 2020 1 commit
-
-
Shane Snyder authored
Fixes #282
-
- 04 May, 2020 1 commit
-
-
Shane Snyder authored
-
- 11 Dec, 2019 1 commit
-
-
Shane Snyder authored
-
- 11 Nov, 2019 1 commit
-
-
Shane Snyder authored
-
- 08 Aug, 2019 1 commit
-
-
Shane Snyder authored
-
- 07 Aug, 2019 2 commits
-
-
Shane Snyder authored
-
Shane Snyder authored
dynamic triggers still not working
-
- 30 Jul, 2019 1 commit
-
-
Shane Snyder authored
-
- 17 Jan, 2019 1 commit
-
-
Shane Snyder authored
-
- 14 Jan, 2019 1 commit
-
-
Shane Snyder authored
-
- 11 Jan, 2019 3 commits
-
-
Shane Snyder authored
-
Shane Snyder authored
-
Shane Snyder authored
-
- 05 Dec, 2018 3 commits
-
-
Shane Snyder authored
-
Shane Snyder authored
-
Shane Snyder authored
-
- 27 Nov, 2018 1 commit
-
-
Philip Carns authored
-
- 24 Nov, 2018 1 commit
-
-
Glenn K. Lockwood authored
-
- 08 Jun, 2018 1 commit
-
-
Shane Snyder authored
-
- 19 Sep, 2017 1 commit
-
-
Philip Carns authored
- match convention of other modules where possible - avoid trampoline for non-PMPI calls - resolve underlying symbols at run time - use symbol name direclty in wrapper
-
- 24 Jul, 2017 1 commit
-
-
Shane Snyder authored
Previously, modules would explicitly disable instrumentation when ever Darshan core called into the module to shut it down. The issue is that Darshan core starts shutting down well before modules do, so there is a time interval where modules could be trying to instrument data while its not safe to do so. Now, we expose a function (darshan_core_disabled_instrumentation) that modules can call to determine if its safe to instrument data.
-
- 03 Feb, 2017 2 commits
-
-
Philip Carns authored
-
Philip Carns authored
see #223
-
- 31 Jan, 2017 1 commit
-
-
Shane Snyder authored
-
- 30 Jan, 2017 1 commit
-
-
Shane Snyder authored
-
- 19 Jan, 2017 1 commit
-
-
Philip Carns authored
Anonymous mmap() calls have no backing file and therefore won't match any Darshan characterization records, so we can skip the record lookup in this case. This also fixes a deadlock on Cray systems with hugepages enabled, see #210.
-
- 24 Oct, 2016 1 commit
-
-
Shane Snyder authored
-
- 17 Oct, 2016 1 commit
-
-
Cong Xu authored
Signed-off-by:
Cong Xu <cong.xu@intel.com>
-
- 10 Oct, 2016 1 commit
-
-
Cong Xu authored
1. Use Lustre Module in Darshan 2. Integrate DXLT IO tracing code into one module 3. Add hooks in POSIX and MPI Modules 4. Add Intel copyright Signed-off-by:
Cong Xu <cong.xu@intel.com>
-
- 04 Oct, 2016 1 commit
-
-
Cong Xu authored
1. Use Lustre Module in Darshan 2. Integrate DXLT IO tracing code into one module 3. Add hooks in POSIX and MPI Modules 4. Add Intel copyright Signed-off-by:
Cong Xu <cong.xu@intel.com>
-
- 22 Sep, 2016 1 commit
-
-
Shane Snyder authored
POSIX_F_OPEN_TIMESTAMP is now POSIX_F_OPEN_START_TIMESTAMP POSIX_F_CLOSE_TIMESTAMP is now POSIX_F_CLOSE_END_TIMESTAMP I also added POSIX_F_OPEN_END_TIMESTAMP and POSIX_F_CLOSE_START_TIMESTAMP, so we can better understand how long open and close phases are for some applications.
-
- 09 Aug, 2016 1 commit
-
-
Shane Snyder authored
-
- 07 Jul, 2016 1 commit
-
-
Shane Snyder authored
This function can be called by modules to allow FS-specific modules to gather data for a given file path/file descriptor. Currently integrated into POSIX and STDIO modules.
-
- 06 Jul, 2016 1 commit
-
-
Shane Snyder authored
There are cases where lustre stripe info is not available the first time a given file is opened (e.g., when using the llapi_file_create call). So, now we call into the lustre module every time a file is opened to give the module a chance to gather data.
-
- 30 Jun, 2016 1 commit
-
-
Shane Snyder authored
-
- 14 Jun, 2016 1 commit
-
-
Shane Snyder authored
-
- 13 Jun, 2016 1 commit
-
-
Shane Snyder authored
A common record comparision/sort routine is now defined in darshan-common which can be used by any modules with fixed-length records and whose records first field is the darshan_base_record. The comparison was also updated to sort secondarily by darshan record identifier to resolve a potential bug in the way we have traditionally sorted the records.
-