This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug runtime/11308] aggregate operations for @variance, @skew, @kurtosis
- From: "mcermak at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Wed, 03 Aug 2016 17:16:19 +0000
- Subject: [Bug runtime/11308] aggregate operations for @variance, @skew, @kurtosis
- Auto-submitted: auto-generated
- References: <bug-11308-6586@http.sourceware.org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=11308
--- Comment #9 from Martin Cermak <mcermak at redhat dot com> ---
Created attachment 9421
--> https://sourceware.org/bugzilla/attachment.cgi?id=9421&action=edit
updated working version of the patch
Introduced optional parameter for specifying the bit shift, so that both
@variance(var) and @variance(var, N) are valid. Additionally -DSTAT_BIT_SHIFT
can be used, and has actual effect when N is not specified or is zero.
Now I plan to listen to the possible code review, clean the code up, fix a bug
residing in the bit shift being shared among all the stat operators (rewriting
one another ;-) Write a dejagnu testcase, and do more testing.
--
You are receiving this mail because:
You are the assignee for the bug.