Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix a bug with %% in format strings | Tim Moore | 2009-04-20 | 1 | -5/+5 |
| | | | | | | | | | | | * translate.cxx (c_unparser::visit_print_format): Always use _stp_printf if a format string contains "%%". Previously a format string with no arguments would always be printed with _stp_print. * testsuite/systemtap.printf/basic6.stp: New test for %% in format strings. * testsuite/systemtap.printf/basic6.exp: test driver * testsuite/systemtap.examples/grapher.stp: Remove workaround for "%%" literal problem. | ||||
* | graphing widget and test harness | Tim Moore | 2009-04-15 | 1 | -0/+32 |
| | |||||
* | Describe the ansi_colors.stp and ansi_colors2.stp. Label tables appropriately. | William Cohen | 2009-04-03 | 4 | -6/+32 |
| | |||||
* | Make ansi_colors2.stp script executable | Eugene Teo | 2009-04-03 | 1 | -0/+0 |
| | |||||
* | Update scripts to use the new ANSI tapset | Eugene Teo | 2009-04-03 | 1 | -17/+26 |
| | | | | | | This updates the example scripts to use the new ANSI escape sequences tapset. It also adds the copyright header that was missing in ansi_colors.stp for a long time. | ||||
* | New ANSI escape sequences tapset | Eugene Teo | 2009-04-03 | 1 | -0/+31 |
| | | | | | | | This adds a new tapset for ANSI escape sequences. It is based on an existing tapset that was written by Masami Hiramatsu for the stapgames project. This also adds a version of ansi_color.stp script that displays other attributes other than the bold effect. | ||||
* | Tweak formatting, indent two space. | William Cohen | 2008-12-09 | 4 | -34/+34 |
| | |||||
* | para-callgraph.meta: Add accidentially removed -c back to test_installcheck. | Mark Wielaard | 2008-11-26 | 1 | -1/+1 |
| | |||||
* | Don't use single quotes in .meta files. | Mark Wielaard | 2008-11-25 | 1 | -1/+1 |
| | |||||
* | removed simples | ddomingo | 2008-10-29 | 4 | -70/+0 |
| | |||||
* | added inodewatch from warstories | ddomingo | 2008-10-27 | 2 | -0/+23 |
| | |||||
* | added simplified, working para-callgraph | ddomingo | 2008-10-27 | 2 | -0/+47 |
| | |||||
* | testsuite tweaks for rhel5 | Frank Ch. Eigler | 2008-09-12 | 1 | -2/+2 |
| | |||||
* | extend callgraph example to use $$parms / $$return | Frank Ch. Eigler | 2008-08-15 | 2 | -23/+19 |
| | |||||
* | PR2895. Add proper #! /usr/bin/env stap line. Make example scripts executable. | Mark Wielaard | 2008-08-11 | 2 | -1/+3 |
| | |||||
* | samples: separate into subdirectories by subsystem | Frank Ch. Eigler | 2008-08-07 | 11 | -0/+179 |