-
f330a5af
by Lorenzo Ferrillo at 2025-04-10T22:55:25+02:00
kernelbase: Factor out common functionality for performance counter functions.
-
c0df2dad
by Lorenzo Ferrillo at 2025-04-10T22:56:27+02:00
kernelbase: Add implementation of PerfSetULongCounterValue.
-
da188397
by Lorenzo Ferrillo at 2025-04-10T22:56:55+02:00
kernelbase: Add implementation for PerfSetULongLongCounterValue.
-
b956a6b4
by Lorenzo Ferrillo at 2025-04-10T22:57:00+02:00
advapi32/tests: Create tests for PerfSetULongCounterValue.
Also add tests showing that PerfSetCounterRefValue cannot be used without BYREF counters.
-
b308fb8b
by Lorenzo Ferrillo at 2025-04-10T22:57:00+02:00
advapi32/tests: Add test For PerfSetULongLongCounterValue.
-
f120547a
by Lorenzo Ferrillo at 2025-04-10T22:57:00+02:00
kernelbase: Check for PERF_ATTRIB_BY_REFERENCE attribute in PerfSetCounterRefValue.
-
4f0ea19a
by Lorenzo Ferrillo at 2025-04-10T22:57:00+02:00
kernelbase: Check for PERF_SIZE_LARGE in PerfSetULongLongCounterValue and PerfSetULongCounterValue.