Bump to version 2.4.8
Changelog
- wperf: add latest usage example to README.
- wperf-lib: Generate wperf-lib as a dynamic library.
- wperf: Update
wperf versioncommand to show gitver. - wperf: Add extended verbose mode for wperf list (events section).
- wperf-lib: Remove reference to
total_gpc_numthat was removed from thehw_cfgstruct. - Add reference to auto inside pmu_device.
- Fix dsu/dmc_ctl_funcs calls with action offsets.
- wperf: driver: Remove queue timer along with Read/Write io handlers on driver.
- Converting interaction between driver/app to use
DeviceIoControl. - wperf-driver: Revert "Changing counter_idx_map to a static array and adding an extra space...
- Disable driver installation on CI and stress tests.
- wperf: fix uint16_t as wchar in group size message.
- wperf: fix error C2146: syntax error: missing ';' before identifier 'm_out'
- Add
armv8-aandarmv9-ato event structures storing product data. - Simplify how we show ioctrl index and note values in wperf test.
- Update location of DIA DSK DLL file to register.
- wperf-lib: Update wperf_sample API to support 0.1s sampling duration accuracy.
- wperf-lib: Add wperf_sample_annotate API to expose sample mode's -annotate feature.
- wperf: Add extra printouts for metrics in verbose mode.
- wperf-scripts: Add regression testing for Telemetry Solution metrics.
- docs: add release 2.4.0 blog-post to README.
- wperf-lib-app: Add API usage examples for
wperf_sampleandwperf_test. - wperf: support
--timeooutin sampling. - wperf: add timeout command line option, replace misleading
-d. - Add testing for timeline to Python regression tests.
- wperf-lib: Add wperf_sample and wperf_sample_stats APIs.
- wperf-scripts: Add run-time tests for wperf-lib-app.
- wperf-lib: Expand the width of TEST_INFO's int_result.
- wperf: add prompt when no CLI arguments are given.
- wperf-test: update test_lib_check_wperf_test_type test.
- Skip wperf-test(s) which are hardware (ARM64) dependent.
- Add
wperf-libto Makefile.