summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fetch the blacklist section only when neededJosh Stone2009-09-031-4/+2
* PR10573: Squash duplicate inline instancesJosh Stone2009-09-031-1/+26
* PR10572: Allow duplicate function names in a CUJosh Stone2009-09-021-9/+1
* Unify lex_cast* and avoid string copiesJosh Stone2009-09-021-11/+11
* Reorganize iterate_over_labelsJosh Stone2009-08-261-15/+32
* PR4186 cont'd: Squash EM_S390 to s390.Mark Wielaard2009-08-261-1/+1
* Compute cu_name dynamicallyJosh Stone2009-08-251-2/+2
* PR4186 cont'd: option #2: standardize on kernel ARCH/SUBARCH throughoutFrank Ch. Eigler2009-08-251-1/+2
* PR2475: Filter filenames against the decl_fileJosh Stone2009-08-241-5/+12
* Fix failing uprobes.exp -p5 failures by removing trailing spaces in $$ vars.Mark Wielaard2009-08-241-5/+9
* PR10507: tweak MAXUPROBES calculation to shrink table for small static number...Frank Ch. Eigler2009-08-211-3/+7
* PR10544: clean up stap child process error handlingFrank Ch. Eigler2009-08-211-1/+1
* cleanup: rename task_finder_target->pathname -> procnameFrank Ch. Eigler2009-08-211-3/+3
* Create a dwarf_attr_die idiomJosh Stone2009-08-191-18/+7
* Use dwarf_type_name in more placesJosh Stone2009-08-191-74/+5
* PR10538: Use {...} for naming anonymous typesJosh Stone2009-08-191-1/+3
* PR10518: context shrinkage with function recursion analysis feeding MAXNESTINGFrank Ch. Eigler2009-08-181-1/+1
* Adapt tracepoints to the new probe_locals unionJosh Stone2009-08-181-1/+1
* Cache failed tracepoint headers tooJosh Stone2009-08-141-2/+8
* PR10228: use task_finder_vma for -d /user/object files.Frank Ch. Eigler2009-08-141-24/+0
* PR10507: tweak heuristics for stap_uprobes[] allocationFrank Ch. Eigler2009-08-121-5/+12
* PR10461: Probe identical functions only onceJosh Stone2009-08-111-0/+14
* Zap dwarf_diename_integrateJosh Stone2009-08-071-2/+2
* Fix a couple of sdt_query reorg problems.Stan Cox2009-08-061-2/+3
* PR10294: support wider range for statement probeWenji Huang2009-08-051-2/+2
* PR10491 Don't assign to REG_IP if it isn't an lvalue (s390 and ia64).Mark Wielaard2009-08-061-0/+30
* Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-08-041-419/+678
|\
| * Add update_visitor::replaceJosh Stone2009-08-031-6/+6
| * PR2049: support arbitrary $target-array indexingJosh Stone2009-08-031-5/+55
| * Unify no-component assertions on target variablesJosh Stone2009-07-311-25/+3
| * Make a real type for target_symbol->componentsJosh Stone2009-07-311-4/+2
| * PR10458. User actual breakpoint address for [ku]probe[ret].Mark Wielaard2009-07-311-0/+66
| * PR10459. Disable all warning messages on -w.Mark Wielaard2009-07-301-18/+26
| * Enable variable listing (-L) for uprobesJosh Stone2009-07-291-0/+69
| * Enable variable listing (-L) for dwarf probesJosh Stone2009-07-291-0/+69
| * Break up dwarf_var_expanding_visitor::visit_target_symbolJosh Stone2009-07-291-361/+379
| * Mention where we looked and if we didn't find line info on statement probe.Mark Wielaard2009-07-271-0/+3
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-07-231-401/+460
|\|
| * Use the query paradigm for resolving sdt probesJosh Stone2009-07-211-375/+384
| * Remove unused 'sess' from dwarf_query ctorJosh Stone2009-07-211-6/+4
| * PR10424: Consider each tracepoint header separatelyJosh Stone2009-07-201-12/+66
| * Return hash module values directly as stringsJosh Stone2009-07-201-9/+10
| * * tapsets.cxx (dwarf_builder::probe_table::convert_probe):Stan Cox2009-07-201-46/+43
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-07-171-4/+4
|\|
| * PR3498 cont'd: better tolerate missing modulesFrank Ch. Eigler2009-07-171-4/+4
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-07-161-1/+15
|\|
| * PR5930: Address-op for $target and @cast membersJosh Stone2009-07-151-0/+15
| * tapsets.cxx doesn't need loc2c.h. All done through dwflpp.cxx now.Mark Wielaard2009-07-141-1/+0
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-07-131-2/+2
|\|
| * PR10075: emit address in probe registration logicwenji2009-07-121-2/+2