summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
Commit message (Expand)AuthorAgeFilesLines
* Clean up and clarify semantic_error chainingJosh Stone2010-04-071-11/+6
* PR11474: Don't manually iterate over CUs for @castJosh Stone2010-04-071-40/+15
* Use a wider cache for simple function lookupsJosh Stone2010-03-301-1/+57
* Remove unused code from iterate_over_functionsJosh Stone2010-03-301-2/+1
* Add kprobe user probe semaphore handling.Stan Cox2010-03-261-20/+193
* Print probepoint addresses in hexJosh Stone2010-03-251-28/+30
* PR11346: Move the skip-badvars logic into const-foldingJosh Stone2010-03-181-28/+11
* Move the perf CONFIG checkJosh Stone2010-03-171-3/+1
* Start of perf tapset parsingWill Cohen2010-03-171-0/+6
* Remove the old performance monitoring code.Will Cohen2010-03-171-2/+0
* PR10831: Remember derived "aliases" in the probe chainJosh Stone2010-03-161-63/+60
* Add startswith/endswith helpersJosh Stone2010-03-111-10/+7
* PR11352: Assign tokens to all SDT-synthesized elementsJosh Stone2010-03-061-11/+14
* PR11346: Make @defined() independent of --skip-badvarsJosh Stone2010-03-041-3/+3
* PR11246 cont'd: Add options for cache controlJosh Stone2010-03-021-2/+2
* Squash elision warnings on synthetic functionsJosh Stone2010-02-261-0/+3
* Expand the comment around @defined pass-throughJosh Stone2010-02-251-4/+6
* Expand @defined to support more casesJosh Stone2010-02-251-1/+6
* PR11326: Make an early check for saved-return-$var validityJosh Stone2010-02-251-26/+43
* PR11005: @defined part 2: clarify/standardize internal handling of unresolvab...Frank Ch. Eigler2010-02-251-227/+225
* 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