summaryrefslogtreecommitdiffstats
path: root/tapset-timers.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Only sign modules if --unprivileged is specified.Dave Brolley2009-06-111-26/+65
| | | | | | Don't generate an error message for unsigned modules. Make sure module signature exists before attempting to copy to the cache. Allow timer p[robes for unprivileged users.
* Make all tapsets' TOK_FOO constantJosh Stone2009-05-151-1/+1
|
* Merge profile_builder into timer_builderJosh Stone2009-05-061-16/+9
|
* Separate built-in timer tapsetsJosh Stone2009-05-061-0/+633
All of the timer.* tapsets are now built and handled in their own tapset-timers.cxx, as the first step of many to pare down the current monolithic tapsets.cxx.