summaryrefslogtreecommitdiffstats
path: root/elaborate.cxx
Commit message (Expand)AuthorAgeFilesLines
* elaborate.cxx: Point to the location of the error when rejectingDave Brolley2010-02-151-1/+2
* Rework identification of probes allowed for unprivileged users.Dave Brolley2010-02-151-21/+16
* Hardware Breakpoints for x86 / x86_64, based on mainline kernel. [Changes : P...Prerna Saxena2010-01-291-0/+1
* PR10877: Give token* to each component instead of each probe_pointCharley Wang2009-11-101-5/+6
* Correct the safety-net escape WRT lockingJosh Stone2009-10-211-1/+3
* PR10799: warn on possibly uintended local-vs-global namespace collisionFrank Ch. Eigler2009-10-191-5/+15
* Consolidate print_format creationJosh Stone2009-10-131-20/+10
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-10-131-2/+2
|\
| * Remove the global derived_probe->semaphore mapJosh Stone2009-10-061-2/+2
* | Ensure that unprivileged-authorized probe point functions are hashed differentlyDave Brolley2009-10-131-0/+11
* | Generate safety net assertions in probe function not authorized for unprivile...Dave Brolley2009-10-091-22/+47
|/
* cleanup: tweak "read-only <variable>" messageFrank Ch. Eigler2009-09-281-4/+4
* Unify lex_cast* and avoid string copiesJosh Stone2009-09-021-3/+3
* PR10568: Ensure that aliases pull in their tapsetJosh Stone2009-08-271-0/+11
* PR10495: allow multiple probe aliases with same nameFrank Ch. Eigler2009-08-181-9/+14
* Only add extra error on no probes found if no previous errors already shown.Mark Wielaard2009-08-101-1/+1
* Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-08-041-21/+79
|\
| * Add update_visitor::replaceJosh Stone2009-08-031-19/+19
| * PR2049: support arbitrary $target-array indexingJosh Stone2009-08-031-2/+60
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-07-101-12/+12
|\|
| * Remove the filename copy from token->locationJosh Stone2009-07-091-12/+12
* | Disallow embedded C in tapset functions ifor unprivileged users unless tagged...Dave Brolley2009-06-251-9/+9
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-06-111-5/+9
|\|
| * Fix condition propagation across aliasesJosh Stone2009-06-091-5/+9
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-05-111-1/+1
|\|
| * Allow @cast failures to get optimized awayJosh Stone2009-05-081-1/+1
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-05-061-4/+12
|\|
| * PR10102: tolerate the failure related to optional probeWenji Huang2009-05-051-4/+12
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-04-301-0/+3
|\|
| * PR10102: tolerate mismatched optional probeWenji Huang2009-04-271-0/+3
* | 2009-04-22 Dave Brolley <brolley@redhat.com>Dave Brolley2009-04-221-19/+21
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-04-211-0/+1
|\|
| * From Prerna Saxena: Add the kprobe.function probe familyAnanth N Mavinakayanahalli2009-04-211-0/+1
* | 2009-04-20 Dave Brolley <brolley@redhat.com>Dave Brolley2009-04-201-1/+20
|/
* PR10070: don't warn about side-effect-free probes in -t (timing) modeFrank Ch. Eigler2009-04-141-1/+2
* PR10026: Read marker/tracepoint args directlyJosh Stone2009-04-061-0/+3
* tracepoint probes: clear session derived_probe_groups pointer in ctor to avoi...Frank Ch. Eigler2009-03-081-0/+1
* PR9719: uninitialized variable fixFrank Ch. Eigler2009-02-181-2/+2
* BZ 9719: Improve type mismatch messagesRajan Arora2009-02-181-6/+53
* Bump copyright years to 2009Josh Stone2009-02-181-1/+1
* Enable session-wide code filteringJosh Stone2009-02-181-0/+6
* Add high-level support for @cast()ingJosh Stone2009-02-181-0/+31
* Simplify void_statement_reducerJosh Stone2009-02-101-94/+67
* Simplify dead_stmtexpr_removerJosh Stone2009-02-101-54/+37
* Simplify dead_assignment_removerJosh Stone2009-02-101-108/+16
* match_node::find_and_build disambiguate error messages.Mark Wielaard2009-02-031-1/+2
* Add Vim modelines for GNU style in stapJosh Stone2009-01-281-0/+1
* First attempt at printf kernel memory hex dumpElliott Baron2008-12-191-0/+1
* PR7051: Remove broken printf %n directive supportroot2008-12-051-4/+2
* PR7053: Add checking empty aggregate and default print where @count==0.Wenji Huang2008-12-021-1/+37