summaryrefslogtreecommitdiffstats
path: root/main.cxx
Commit message (Expand)AuthorAgeFilesLines
* Module signing and verification using a separate file for the module signature.Dave Brolley2009-05-041-0/+22
* PR10082: refactor duplicated codeKent Sebastian2009-04-241-50/+30
* PR 9821: Use genuine strftime in staprun/stapioMasami Hiramatsu2009-04-221-2/+1
* PR10082: add environment variable to pass -r RELEASE/PATH optionKent Sebastian2009-04-171-0/+30
* PR10016: Purge stap of all pgrp and system() usageJosh Stone2009-04-011-73/+4
* PR10016: Run stap in its own process group with waiter process for signals.Mark Wielaard2009-03-311-2/+56
* PR10016: systemtap kills all processes in process group on signal.Mark Wielaard2009-03-301-0/+10
* initialize skip_badvars=0. rererenag developers in session.h to do so in the...Frank Ch. Eigler2009-03-271-0/+1
* PR9821: staprun supports subset of strftime.Masami Hiramatsu2009-03-201-1/+3
* PR6930: stap: supports on-file flight recorder optionsMasami Hiramatsu2009-03-201-2/+8
* PR 7071: Optional $context variables fixRajan Arora2009-03-111-0/+7
* Make tracepoint probe support listing mode -LWenji Huang2009-03-101-1/+4
* Clean up the autoconf cachingJosh Stone2009-02-071-0/+1
* copyright year bumpFrank Ch. Eigler2009-02-051-2/+2
* Add Vim modelines for GNU style in stapJosh Stone2009-01-281-0/+2
* PR5892: rename new -B /PATH to -r /PATH; merge functionalityFrank Ch. Eigler2008-12-031-48/+45
* BZ 5892: Add stap -B to sic systemtap at an alternate kernel build treeRajan Arora2008-12-011-9/+39
* buildrun/caching warning cleanupFrank Ch. Eigler2008-11-291-7/+14
* PR7035: don't suppress all error messages during listings modeWenji Huang2008-11-271-2/+2
* fix valgrind warning with setting s.verbose too late during initializationFrank Ch. Eigler2008-11-261-1/+4
* PR6925: improve upon "Try again with another -v option" messageFrank Ch. Eigler2008-11-261-5/+5
* fix --vp NNN logic for #chars < 5Frank Ch. Eigler2008-11-201-1/+1
* PR6925: --vp (per-pass verbosity) optionFrank Ch. Eigler2008-11-181-10/+39
* Functions implementing cache limiting.Kent Sebastian2008-10-101-1/+1
* add new stap -F (flight recorder) option that just passes through to staprun -LNobuhiro Tachino2008-09-161-1/+7
* Ensure that "stap -l ..." only prints probe names, not variables.Josh Stone2008-09-101-8/+9
* PR6876: translator speedup for many $varsFrank Ch. Eigler2008-09-101-2/+8
* add comments explaining why '-L' works; add NEWS blurb tooFrank Ch. Eigler2008-09-051-2/+3
* PR6731: Updated listing mode through adding -L option.Wenji Huang2008-09-051-15/+14
* PR6864: simplify usage() reportFrank Ch. Eigler2008-09-041-5/+4
* Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-09-011-0/+13
|\
| * PR6731: improve listing mode to list variablesWenji Huang2008-08-281-0/+13
* | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-281-8/+8
|\|
| * trailing whitespace removal, as approved by emacsFrank Ch. Eigler2008-08-281-8/+8
* | PR4225 and PR6826: expand & canonicalize executable path names process probesFrank Ch. Eigler2008-08-091-19/+6
|/
* PR6030: control signal relay and accept deferred re-receptionFrank Ch. Eigler2008-07-171-3/+8
* PR6030: forward signals to children - stapio etc.anithra2008-07-171-1/+2
* disable caching if "-k" (save-temps) option is givenFrank Ch. Eigler2008-07-101-0/+1
* Merge commit 'origin/master' into pr6429-comp-unwindsymsFrank Ch. Eigler2008-07-041-1/+6
|\
| * diagnostics improvement: print arch/mach at top if -vvFrank Ch. Eigler2008-07-011-1/+6
* | populate sess.unwindsym_modules set from dwarf probesFrank Ch. Eigler2008-06-231-3/+6
* | add module-name vector to session object, command line argumentsFrank Ch. Eigler2008-06-231-1/+13
|/
* make "-p4 -m FOO" mode consistent with ordinary -p4Frank Ch. Eigler2008-06-131-2/+4
* Fix compile error caused by PATH_MAX in F9.Zhaolei2008-06-021-0/+1
* Fix the problem that kernel module compile failure when runtimeZhaolei2008-06-021-0/+10
* Remove sa_restorer initialization.William Cohen2008-05-191-1/+0
* suppress "pass-2 failed" messages from "stap -l FOOBAR"; just produce empty o...Frank Ch. Eigler2008-05-171-1/+1
* Ignores signals when removing the temporary directory.David Smith2008-05-151-4/+29
* Merge commit 'origin/dwarfless'Jim Keniston2008-05-121-2/+69
|\
| * PR 4311 - Function boundary tracing without debuginfo: Phase IJim Keniston2008-04-181-2/+69