- 05 Aug, 2019 2 commits
-
-
Alessio Netti authored
- Integrated changes to the stop mechanism - Also re-worked the interface to have the same execOn* methods as Sensor Groups
-
Alessio Netti authored
- Decoupled the stop() and wait() methods - A stop command is issued to all sensor groups, then a wait is performed - Wait() now does busy waiting at a 10ms frequency and times out based on the interval of the sensor group
-
- 02 Aug, 2019 1 commit
-
-
Micha Müller authored
Only minor improvements today It seems that dynamic symbol address are currently not computed correctly
-
- 01 Aug, 2019 1 commit
-
-
Micha Müller authored
-detect a subset of symbols in shared library even if stripped -fix a critical bug which lead to skipping of function symbols -both changes increase the memory overhead drastically...
-
- 31 Jul, 2019 2 commits
-
-
Micha Müller authored
-fixes on both sides -finish first implementation of pusher plugin -still requires quality of life improvements
-
Alessio Netti authored
- querySensor does not return NULL pointers anymore, but always the "buffer" input argument - the previous implementation was more descriptive of error statuses, but much more prone to leaking memory in case of improper usage - Also fixed a warning in the MSR plugin
-
- 30 Jul, 2019 1 commit
-
-
Micha Müller authored
-Fixes and improvements to Caliper service -Start work on Pusher plugin
-
- 29 Jul, 2019 3 commits
-
-
Micha Müller authored
-service stores snapshot data now in shared memory -Caliper service finished for the moment -Pusher plugin adaption outstanding...
-
Alessio Netti authored
- Fixed a bug in the Filesink plugin that caused occasional crashes - Fixed a bug in the Pusher REST API that prevented plugin reloads for operators
-
Alessio Netti authored
- Make clean might be required
-
- 26 Jul, 2019 1 commit
-
-
Micha Müller authored
-fixed symbol address calculation
-
- 25 Jul, 2019 1 commit
-
-
Alessio Netti authored
- This plugin allows to write arbitrary sensor data to the local file system - Removed the obsolete sink functionality in SensorBase - Also fixed a minor bug concerning MQTT topic assignment in template analyzers
-
- 24 Jul, 2019 1 commit
-
-
Micha Müller authored
-
- 23 Jul, 2019 1 commit
-
-
Micha Müller authored
-
- 22 Jul, 2019 1 commit
-
-
Micha Müller authored
-
- 19 Jul, 2019 1 commit
-
-
Micha Müller authored
-implement custom symbollookup instead of Caliper service usage -relocate lookup logic to pusher plugin -share symbol information via shared memory
-
- 17 Jul, 2019 1 commit
-
-
Micha Müller authored
-avoids symbollookup service but instead uses dladdr -not fully re-entrant but does not crash -needs huge clean-up
-
- 16 Jul, 2019 1 commit
-
-
Micha Müller authored
-
- 15 Jul, 2019 3 commits
-
-
Micha Müller authored
-
Micha Müller authored
-
Micha Müller authored
-
- 10 Jul, 2019 1 commit
-
-
Micha Müller authored
- on sampling event record current object file + function name - add numa-node and cpu info
-
- 04 Jul, 2019 1 commit
-
-
Carla Guillen Carias authored
-
- 03 Jul, 2019 1 commit
-
-
lu43jih authored
-
- 02 Jul, 2019 1 commit
-
-
Micha Müller authored
-
- 01 Jul, 2019 2 commits
-
-
Micha Müller authored
-
Alessio Netti authored
- Switched internal buffers to ureading_t types to allow the SensorBase class to perform all basic overflow and wrap-around checks - Managing overflows explicitly in the SAR parser, as deltas need to be calculated beforehand
-
- 27 Jun, 2019 2 commits
-
-
Micha Müller authored
-
Micha Müller authored
-
- 26 Jun, 2019 2 commits
-
-
Micha Müller authored
- use std::atomic_flag based spin lock for thread safety - minor fixes and improvements
-
Micha Müller authored
-
- 25 Jun, 2019 3 commits
-
-
Micha Müller authored
-
Micha Müller authored
-
Micha Müller authored
Pusher: Caliper plugin preparations: introduce sensor mutex to allow for runtime addition of sensors
-
- 24 Jun, 2019 2 commits
-
-
Micha Müller authored
-
Micha Müller authored
-
- 21 Jun, 2019 2 commits
-
-
Alessio Netti authored
- An OpenCV-based regression plugin using Random Forest models - Also added a few missing copy constructors
-
Micha Müller authored
-
- 19 Jun, 2019 2 commits
-
-
Micha Müller authored
-
Micha Müller authored
-