aboutsummaryrefslogtreecommitdiffhomepage
path: root/zluda_dump/src/lib.rs
AgeCommit message (Expand)Author
2021-12-06Dump function names and allow overriding result of cuDeviceComputeCapabilityAndrzej Janik
2021-11-21Do full dumping from dark api module creationAndrzej Janik
2021-11-16Start converting cuModuleLoad to the new tracing infrastructureAndrzej Janik
2021-11-14Now dump function callsAndrzej Janik
2021-11-12Create proper logging infrastructureAndrzej Janik
2021-09-13Dump modules passed for linkingAndrzej Janik
2021-09-12Support more export table functionsAndrzej Janik
2021-09-12Add support for a new export tableAndrzej Janik
2021-07-05Fix typoAndrzej Janik
2021-06-30Allow to set range of dump kernelsAndrzej Janik
2021-06-28Bunch of tiny fixes and improvementsAndrzej Janik
2021-06-27Revert "Fix offset calculation in kernel launch"Andrzej Janik
2021-06-27Check for presence of ".version" instead of ".address_size" (which is optional)Andrzej Janik
2021-06-27Fix offset calculation in kernel launchAndrzej Janik
2021-06-25Merge branch 'one_type_type2'Andrzej Janik
2021-06-11Slightly improve stateful optimizationAndrzej Janik
2021-05-17Handle even more export table functionsAndrzej Janik
2021-05-16Report calls to unsupported exportad table functionsAndrzej Janik
2021-05-07Simplify typingAndrzej Janik
2021-04-12Index from 0Andrzej Janik
2021-04-12Dump all modules, even if not enqueuedAndrzej Janik
2021-04-12Make zluda_dump more robustAndrzej Janik
2021-04-10Make dumper compatible with older versions of CUDAAndrzej Janik
2021-04-09More fixes for 32bitAndrzej Janik
2021-04-09Make dumper 32-bit compatibleAndrzej Janik
2021-02-28Inform about ELF binaries in dumperAndrzej Janik
2021-02-27Allow overriding device compute version in dumperAndrzej Janik
2021-01-16Add a library for dumping kernels arguments before and after launch (#18)Andrzej Janik