summaryrefslogtreecommitdiffstats
path: root/translate.cxx
Commit message (Expand)AuthorAgeFilesLines
* PR11498: hang loose, don't freak, if facing giganormous debug_frame's.Frank Ch. Eigler2010-04-131-33/+46
* Remove the old performance monitoring code.Will Cohen2010-03-171-3/+0
* PR11352: Assign tokens to all SDT-synthesized elementsJosh Stone2010-03-061-1/+6
* PR11342: Ensure that last_stmt is always setJosh Stone2010-03-051-30/+45
* PR11004: try / catch error-handling script syntaxFrank Ch. Eigler2010-03-031-8/+50
* PR11005: @defined($tvar) predicate, part 1Frank Ch. Eigler2010-02-231-2/+10
* hwbkpt: simplify diagnostics and codeFrank Ch. Eigler2010-02-211-1/+4
* use eh_frame_hdr table to speed up unwindingTim Moore2010-01-201-12/+62
* Use __access_process_vm_noflush for static user semaphore decrement.Stan Cox2010-01-131-0/+1
* sdt.h semaphore: use get_user / put_user instead of __access_process_vm.Frank Ch. Eigler2009-12-221-1/+0
* PR11112: Check the full %m/M buffer, and limit the lengthJosh Stone2009-12-211-13/+26
* PR 11097 fixed by correcting MAXNESTING test.David Smith2009-12-161-1/+1
* set the IP in return probes to the returned-to instructionTim Moore2009-12-161-0/+1
* Don't save build-id if it is located before _stextEugeniy Meshcheryakov2009-12-151-1/+8
* Fix PR 11034 by directly allocating per-cpu context data.David Smith2009-12-021-8/+28
* cleanup: explain -5 magic value used in map-sorting codeFrank Ch. Eigler2009-11-201-1/+1
* Allow modules to trigger task_finder vma_tracker.Mark Wielaard2009-11-161-0/+7
* PR5916: Exploit kretprobe data storage areaJosh Stone2009-11-101-0/+1
* Refactor probe locking into shared functionsJosh Stone2009-10-211-89/+44
* PR10750: Enforce a reasonable limit on # of varargsJosh Stone2009-10-211-0/+5
* Add limit on unwind table size we accept.Mark Wielaard2009-10-201-0/+11
* PR10257: Add support for sprint[ln](@hist_*).Przemyslaw Pawelczyk2009-10-131-2/+20
* Generate safety net assertions in probe function not authorized for unprivile...Dave Brolley2009-10-091-0/+3
* Cache Dwfl's for reuse between pass 2 and pass 3.Mark Wielaard2009-09-291-7/+8
* Factor out duplicated code to setup user/module Dwfl from dwflpp/translate.Mark Wielaard2009-09-291-27/+6
* Factor out duplicated code to setup kernel/module Dwfl from dwflpp/translate.Mark Wielaard2009-09-281-66/+12
* * sdt.h (STAP_SEMAPHORE): New. Add guard to utrace probe points.Stan Cox2009-09-161-0/+1
* PR10524: reduce massive-uprobe script modules' .data consumptionFrank Ch. Eigler2009-09-081-32/+4
* Fix build-id check for relocatable kernelEugeniy Meshcheryakov2009-09-071-2/+3
* Merge branch 'master' of sourceware.org:/git/systemtapJosh Stone2009-09-031-0/+2
|\
| * Allow process begin/end probes for unprivileged users.Dave Brolley2009-09-031-0/+2
* | Unify lex_cast* and avoid string copiesJosh Stone2009-09-021-18/+18
|/
* PR10589: switch to kernel vscnprintf for _stp_{dbug,warn,error} calls in runtimeFrank Ch. Eigler2009-09-021-1/+1
* cleanup: rename task_finder_target->pathname -> procnameFrank Ch. Eigler2009-08-211-2/+2
* PR10228: fix non-utrace building regression - cont'dWenji Huang2009-08-201-1/+1
* PR10228: fix non-utrace building regressionFrank Ch. Eigler2009-08-191-2/+4
* PR10518: context shrinkage with function recursion analysis feeding MAXNESTINGFrank Ch. Eigler2009-08-181-5/+83
* PR10516: reduce context sizeFrank Ch. Eigler2009-08-181-3/+9
* Unlocks global variables, then calls _stp_print_flush().David Smith2009-08-171-4/+4
* PR10228: use task_finder_vma for -d /user/object files.Frank Ch. Eigler2009-08-141-2/+33
* Simplify _ELFUTILS_PREREQ checkingJosh Stone2009-08-101-12/+2
* PR10486 Raise default MAXSTRINGLEN.Mark Wielaard2009-08-071-1/+10
* Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-08-041-8/+8
|\
| * PR2049: support arbitrary $target-array indexingJosh Stone2009-08-031-1/+1
| * PR10459. Disable all warning messages on -w.Mark Wielaard2009-07-301-7/+7
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-07-081-11/+48
|\|
| * PR3498: speed up pass-2 and pass-3 for kernel offline dwfl module searchingFrank Ch. Eigler2009-07-071-11/+48
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-07-011-7/+12
|\|
| * Special case _stp_kretprobe_trampoline emission for -1Roland McGrath2009-06-301-7/+12
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-06-291-3/+8
|\|