summaryrefslogtreecommitdiffstats
path: root/runtime/perf.h
Commit message (Collapse)AuthorAgeFilesLines
* Use 'static' as much as possibleJosh Stone2009-01-281-3/+3
| | | | | | | | | | This change just inserts 'static' on runtime, tapset, and generated C functions and globals, so the compiler can do a better job of optimizing. My tests with small scripts show ~10% reduction in compile time and ~20% reduction in module size. Larger scripts may show less benefit, but I expect purely positive results.
* Systemtap perfmon support to access the processors perfmon hardware.wcohen2006-09-121-0/+27