- 09 Feb, 2017 1 commit
-
-
Shane Snyder authored
-
- 30 Jan, 2017 3 commits
-
-
Shane Snyder authored
-
Shane Snyder authored
-
Shane Snyder authored
this allows us to request memory allocations at smaller granularity than MiB
-
- 24 Jan, 2017 2 commits
-
-
Glenn K. Lockwood authored
-
Glenn K. Lockwood authored
-
- 16 Dec, 2016 2 commits
-
-
Shane Snyder authored
-
Cristian Simarro authored
-
- 15 Dec, 2016 1 commit
-
-
Cristian Simarro authored
-
- 12 Dec, 2016 1 commit
-
-
Cristian Simarro authored
-
- 30 Nov, 2016 1 commit
-
-
Shane Snyder authored
-
- 17 Oct, 2016 1 commit
-
-
Cong Xu authored
Signed-off-by:
Cong Xu <cong.xu@intel.com>
-
- 13 Oct, 2016 1 commit
-
-
Cong Xu authored
Signed-off-by:
Cong Xu <cong.xu@intel.com>
-
- 20 Sep, 2016 1 commit
-
-
Shane Snyder authored
-
- 08 Sep, 2016 1 commit
-
-
Shane Snyder authored
This is needed to distinguish between log files generated with the same job id (i.e., for jobs that have multiple steps)
-
- 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.
-
- 28 Jun, 2016 2 commits
-
-
Shane Snyder authored
-
Shane Snyder authored
-
- 27 Jun, 2016 1 commit
-
-
Shane Snyder authored
some bugs were causing the regression tests to fail when using LD_PRELOAD instrumentation method
-
- 21 Jun, 2016 1 commit
-
-
Shane Snyder authored
-
- 17 Jun, 2016 1 commit
-
-
Shane Snyder authored
-
- 14 Jun, 2016 1 commit
-
-
Shane Snyder authored
-
- 13 Jun, 2016 1 commit
-
-
Shane Snyder authored
-
- 09 Jun, 2016 1 commit
-
-
Shane Snyder authored
rather than using 'begin_shutdown', 'get_output_data', and 'shutdown', we combine all three into one shutdown routine.
-
- 08 Jun, 2016 1 commit
-
-
Shane Snyder authored
Cleanup the structure and documenation of the code to be in sync with the new mmap version of Darshan. In particular, I made sure all extra mmap logic was properly ifdef wrapped so it's more clear which portions of the code are responsible for implementing that feature.
-
- 06 Jun, 2016 1 commit
-
-
Shane Snyder authored
This interface provides some convenience functions for mapping opaque record identifiers (could be a filename, file descriptor, or any other type of file handle) to a corresponding runtime structure referencing the actual file record. This runtime structure should at least contain a pointer to the actual file record, and can also persist arbitrary state for this record.
-
- 31 May, 2016 1 commit
-
-
Shane Snyder authored
- memory management is now entirely handled by darshan-core for module records * when registering new records, darshan-core returns the corresponding buffer to write it to, rather than allowing module to determine this - modules now decide whether darshan-core should track record names by passing either a valid name or NULL to the register function * this allows modules to register records that aren't really tracked by darshan-core - only the POSIX module has been ported to new changes for this commit
-
- 27 May, 2016 2 commits
-
-
Shane Snyder authored
-
Shane Snyder authored
-
- 26 May, 2016 1 commit
-
-
Shane Snyder authored
also some code clean up to change references of record hash to name hash to be more clear about what it is actually storing.
-
- 25 May, 2016 1 commit
-
-
Glenn K. Lockwood authored
-
- 19 May, 2016 1 commit
-
-
Glenn K. Lockwood authored
-
- 18 May, 2016 1 commit
-
-
Glenn K. Lockwood authored
checkpoint of code that populates OST and MDT counts per file system--doesn't seem to work though...
-
- 14 Mar, 2016 1 commit
-
-
Shane Snyder authored
-
- 24 Feb, 2016 1 commit
-
-
Shane Snyder authored
the POSIX module will call into the Lustre module for each file record created that corresponds to a file from a Lustre FS. No counters are currently stored but most of the module strucutre has been stubbed.
-
- 23 Feb, 2016 1 commit
-
-
Shane Snyder authored
-
- 22 Feb, 2016 1 commit
-
-
Shane Snyder authored
-
- 19 Feb, 2016 1 commit
-
-
Shane Snyder authored
-
- 04 Feb, 2016 1 commit
-
-
Shane Snyder authored
this reorganization prevents darshan from being "enabled" (i.e., accessible to modules) until the initialization has completely finished.
-