]> sourceware.org Git - systemtap.git/commit
Add simple test for PR10257 (sprint(@hist_linear)).
authorPrzemysław Pawełczyk <przemyslaw@pawelczyk.it>
Thu, 11 Feb 2010 20:10:39 +0000 (15:10 -0500)
committerFrank Ch. Eigler <fche@elastic.org>
Thu, 11 Feb 2010 20:10:39 +0000 (15:10 -0500)
commit84b49730802c1cc625b85a2bfd473f6839d4e99c
treea7e9a80225566d5c985ed739b0843d6aa61e5d69
parent42048078ab7712361ce54fa9face358f75e1d699
Add simple test for PR10257 (sprint(@hist_linear)).

Test is simple, because print and sprint uses the same code for handling
@hist_* and it is not intended for playing with MAXSTRINGLEN, which is
required anyway for bigger histograms (the one generated here consists
of only 127 characters).

When PR10690 (need way to produce bigger procfs output) will be fixed,
then we should add another test for both PRs with normal histogram.
testsuite/systemtap.maps/hist_in_string.exp [new file with mode: 0644]
testsuite/systemtap.maps/hist_in_string.stp [new file with mode: 0644]
This page took 0.027378 seconds and 5 git commands to generate.