summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2010-02-231-6/+30
|\
| * PR 10690 (partial fix). Handle '.=' operator in procfs probes.David Smith2010-02-231-6/+30
* | PR11005: @defined($tvar) predicate, part 1Frank Ch. Eigler2010-02-231-4/+94
|/
* hwbkpt: simplify diagnostics and codeFrank Ch. Eigler2010-02-211-103/+80
* Translator enablement of Hardware breakpoints for s390Prerna Saxena2010-02-211-2/+16
* hardware breakpoints: improve error messages for unsupported configurationsFrank Ch. Eigler2010-02-191-17/+22
* Rework identification of probes allowed for unprivileged users.Dave Brolley2010-02-151-38/+89
* PR11256: harden --unprivileged modeFrank Ch. Eigler2010-02-051-26/+11
* rhbz 560890: preserve -L/-l variable orderingNobuhiro Tachino2010-02-021-9/+9
* Remove unused variable argstreamWenji Huang2010-02-021-1/+0
* Hardware Breakpoints for x86 / x86_64, based on mainline kernel. [Changes : P...Prerna Saxena2010-01-291-3/+355
* Fix the listing mode of process.library.markJosh Stone2010-01-181-1/+1
* PR11173 Markers get a bad address in prelinked libraries.Mark Wielaard2010-01-181-2/+9
* PR11151: Recover stap_uprobes slots on process exitJosh Stone2010-01-141-0/+1
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapWilliam Cohen2010-01-131-2/+2
|\
| * Use __access_process_vm_noflush for static user semaphore decrement.Stan Cox2010-01-131-2/+2
* | Move userspace probing boiler plate code in translator to runtime library.William Cohen2010-01-131-357/+10
|/
* Pull set of semaphore into its own function.Stan Cox2010-01-101-53/+85
* tracepoints build fixFrank Ch. Eigler2010-01-091-0/+3
* Merge remote branch 'origin/master'Tim Moore2010-01-051-52/+25
|\
| * Purge sdt utrace support.Stan Cox2010-01-041-52/+25
* | bz6436 backtraces from uprobesTim Moore2010-01-051-0/+1
|/
* sdt.h semaphore: use get_user / put_user instead of __access_process_vm.Frank Ch. Eigler2009-12-221-5/+5
* PR11015 Support shared library reloading (in different processes)Mark Wielaard2009-12-211-1/+1
* PR10601: unfork deref()Frank Ch. Eigler2009-12-201-6/+0
* PR10601 part 1: i386 and x86-64 regset for dwarf fetch/store_register()sFrank Ch. Eigler2009-12-201-5/+38
* Recalculate sem address when tid changes.Stan Cox2009-12-191-1/+7
* Remove uprobes.h declaration from runtime.hTim Moore2009-12-181-0/+10
* set the IP in return probes to the returned-to instructionTim Moore2009-12-161-12/+11
* Fix handling of multiple sdt uprobes with the same name.Stan Cox2009-12-151-8/+18
* Handle .probes section big endian 32 bit case.Stan Cox2009-12-091-1/+9
* Add .library("lib").mark("mark") and use it for .mark semaphores.Stan Cox2009-12-081-66/+113
* Fix PR 11034 by directly allocating per-cpu context data.David Smith2009-12-021-1/+1
* PR10983: Give preference to tracepoints in trace/events/Josh Stone2009-11-181-2/+2
* PR5916: Exploit kretprobe data storage areaJosh Stone2009-11-101-27/+160
* PR10877: Give token* to each component instead of each probe_pointCharley Wang2009-11-101-2/+2
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-11-091-4/+16
|\
| * Fix a comment typoJosh Stone2009-11-061-1/+1
| * expand comment on has_return=0 treatment of -L foo.return probesFrank Ch. Eigler2009-11-061-3/+7
| * Constrain $var-checking for -L of .return probesJosh Stone2009-11-061-10/+10
| * PR10849: Support MAXSKIPPED handling on RHEL4 through implementation of atomi...Roland Grunberg2009-11-061-2/+2
| * PR10820-cont': initialize the fields of empty tokenWenji Huang2009-11-061-0/+8
* | Don't reference global variable modpath in insert_module and its helpers.Dave Brolley2009-11-091-0/+30
|/
* PR10466: print the set-intersection of variables retrieved from each branchWenji Huang2009-11-041-11/+9
* PR10849: make MAXSKIPPED overflow trigger an error messageCharley Wang2009-11-021-4/+4
* PR10839: compute default KRETACTIVE from num_possible_cpus() instead of NR_CPUSFrank Ch. Eigler2009-10-301-2/+2
* PR10820: stap -L ignores any variable that isn't accessibleWenji Huang2009-10-291-6/+19
* Improve some runtime struct layoutsJosh Stone2009-10-191-1/+1
* provide error message token/context if loc2c doesn'tFrank Ch. Eigler2009-10-191-0/+1
* Fix $$targets in dwarf probesJosh Stone2009-10-141-1/+1