Jonathan R. Madsen
|
346f8cd0bc
|
Option rename + minor fixes (#57)
- Set choices of OMNITRACE_BACKEND option
- rename OMNITRACE_SHMEM_SIZE_HINT_KB option
- rename OMNITRACE_BUFFER_SIZE_KB option
- rename OMNITRACE_COMBINE_PERFETTO_TRACES
- rename OMNITRACE_BACKEND option
- default to OMNITRACE_COLLAPSE_PROCESSES for combining perfetto traces
- OMNITRACE_PERFETTO_FILL_POLICY option
- fix unused variables due to constexpr in add_critical_trace
- rename perfetto config from "track_event" to "omnitrace"
- fix build-release.sh + python
- handle config file updating OMNITRACE_DL_VERBOSE in omnitrace-dl
- rename roctrace.cfg to omnitrace.cfg
- accept "on" and "off" for get_sampling_cpus()
|
2022-05-10 17:30:45 -05:00 |
|
Jonathan R. Madsen
|
ef202f3d86
|
Remove wikipedia links [skip ci] (#56)
|
2022-05-10 13:16:04 -05:00 |
|
Jonathan R. Madsen
|
ae2ea090fb
|
Docs images [skip ci] (#55)
* Added images of perfetto in docs
* README images + updates
|
2022-05-08 07:57:09 -05:00 |
|
Jonathan R. Madsen
|
e60fae5361
|
Fix $HOME/.omnitrace [skip ci] (#54)
|
2022-05-08 06:21:14 -05:00 |
|
Jonathan R. Madsen
|
bab90baf0b
|
Update documentation (#53)
- updated info about OMNITRACE_USE_MPI
- removed wiki links
- info about metadata.json
- update HW counters and fix typos
- fix update-docs.sh
|
2022-05-08 02:51:35 -05:00 |
|
Jonathan R. Madsen
|
4db6ba3d28
|
Multiple python versions (#42)
* Support multiple Python versions in single build
* RPATH + Split up config into config and runtime
* pybind11 submodule
* Docker build updates
|
2022-04-21 21:36:07 -05:00 |
|
Jonathan R. Madsen
|
e24c24dc56
|
Setup and Nomenclature pages [skip ci] (#40)
|
2022-04-12 00:49:55 -05:00 |
|
Jonathan R. Madsen
|
593b3b69b8
|
Python updates (#38)
* silence SFINAE disabled for fork_gotcha
* Python updates
- Options for --{module,function}-include
- libpyomnitrace is_initialized and is_finalized
- source instrumentation auto init
- atexit finalization
- improved python testing
* Documentation Update
* Fix to 'cmake -E cat' not available < cmake v3.18
* Fix for inverse tests
* Update cancelling.yml
|
2022-04-05 20:40:27 -05:00 |
|
Jonathan R. Madsen
|
945f541965
|
Documentation + Miscellaneous Fixes (#36)
* Added documentation markdown source
* Replaced AARInternal with AMDResearch in URLs
* Renamed cpack artifact names
* Fix to testing and lulesh submodule checkout
* Docker updates
* CMake and CPack
- force CMAKE_INSTALL_LIBDIR to lib
- CPACK_DEBIAN_PACKAGE_RELEASE uses OMNITRACE_CPACK_SYSTEM_NAME
- CPACK_RPM_PACKAGE_RELEASE uses OMNITRACE_CPACK_SYSTEM_NAME
- Tweak LIBOMP_LIBRARY find in examples/openmp
- Tweak setup-env.sh.in
* Partial update of README
- status badges
- docs link
- removed install info (covered by docs)
* OMNITRACE_SAMPLING_CPUS setting
- enables control over which CPUs are sampled for frequency
* omnitrace exe updates
- exclude transaction clone, virtual thunk, non-virtual thunk
- module_function::start_address
- module_function::instructions
- verbosity > 0 encodes instructions into JSON
* Miscellaneous fixes
- relocate setup-env.sh.in
- add modulefile.in
- Updated README.md and source/docs/about.md
- cmake fix for libomp
- fix license in miscellaneous places
- dl.hpp and dl.cpp
* Update timemory and dyninst submodules
- timemory signals updates
- dyninst Movement-adhoc updates
* cmake format
|
2022-04-04 15:27:38 -05:00 |
|