summaryrefslogtreecommitdiffstats
path: root/translate.cxx
Commit message (Expand)AuthorAgeFilesLines
* PR10026: Read marker/tracepoint args directlyJosh Stone2009-04-061-1/+6
* Reorder includes so regs.c and regs-ia64.c included before task_finder.c.William Cohen2009-04-021-2/+0
* PR10019: --skip-badvars to suppress run-time memory errors tooFrank Ch. Eigler2009-04-011-0/+2
* PR10000: emit _stp_relocate* calculations correctly for kernel/module global ...Frank Ch. Eigler2009-03-271-3/+4
* brown paper bag fix for commit 5d6b0142Frank Ch. Eigler2009-03-241-2/+2
* further accelerate pass-3 symbol/unwind process, skip one more iterationFrank Ch. Eigler2009-03-241-2/+4
* accelerate pass-3 symbol/unwind generationFrank Ch. Eigler2009-03-241-2/+2
* fix build regression w/o -tFrank Ch. Eigler2009-03-201-2/+0
* PR9967: don't count -DINTERRUPTIBLE=1 reentrancy against MAXSKIPPEDFrank Ch. Eigler2009-03-201-2/+3
* Get the canonical path of the main file for comparison at runtime.Mark Wielaard2009-03-171-0/+9
* Add workaround for dwfl_module_build_id bug with elfutils < 0.140.Mark Wielaard2009-03-161-7/+25
* Let -DINTERRUPTIBLE=0 mask interrupts in probesJosh Stone2009-03-091-0/+3
* Check pending_interrupts more frequently during unwindsyms (pass 3) processingFrank Ch. Eigler2009-03-081-0/+3
* Tweak tracepoint logic to run on tracepoint_synchronize_unregister()-less RHEL5Frank Ch. Eigler2009-03-071-0/+5
* PR9919: Set last_stmt for array (scalar or statistical) assignments.Mark Wielaard2009-03-041-2/+2
* Skip generating empty struct globalWenji Huang2009-02-241-15/+17
* Adjust extra_offset address against module base.Mark Wielaard2009-02-241-0/+4
* Made probe_start()/probe_exit() function definitions match their declarations.David Smith2009-02-231-2/+2
* Adjust ET_DYN symbol addresses against module base.Mark Wielaard2009-02-211-1/+10
* Ignore kernel functions with "absolute" addresses.Mark Wielaard2009-02-201-7/+6
* Ignore symbols before module base address.Mark Wielaard2009-02-191-0/+6
* Enable typecasting with @castJosh Stone2009-02-181-1/+9
|\
| * Bump copyright years to 2009Josh Stone2009-02-181-1/+1
| * Add high-level support for @cast()ingJosh Stone2009-02-181-0/+8
* | convert remaining translator-output code from <<endl to \nFrank Ch. Eigler2009-02-131-60/+60
* | Use "\n" instead of endl in inner loops.Mark Wielaard2009-02-121-2/+2
|/
* PR9810: Mostly revert "PR6961: initial sketch: set up dummy pt_regs for non-t...Frank Ch. Eigler2009-02-031-1/+0
* Process extra_offset for kernel symbols with dwfl_module_relocate_address.Mark Wielaard2009-02-011-0/+4
* Add Vim modelines for GNU style in stapJosh Stone2009-01-281-0/+2
* Use 'static' as much as possibleJosh Stone2009-01-281-18/+18
* build: make compatible with elfutils 0.138 tooFrank Ch. Eigler2008-12-311-2/+12
* First attempt at printf kernel memory hex dumpElliott Baron2008-12-191-2/+4
* PR6961: initial sketch: set up dummy pt_regs for non-trap based probesFrank Ch. Eigler2008-12-091-0/+1
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-12-051-2/+2
|\
| * PR7051: Remove broken printf %n directive supportroot2008-12-051-2/+2
* | turn on elfutils-level debuginfo<->stripped-binary checksum matchingFrank Ch. Eigler2008-12-051-1/+1
|/
* PR5892: rename new -B /PATH to -r /PATH; merge functionalityFrank Ch. Eigler2008-12-031-12/+23
* BZ 5892: Add stap -B to sic systemtap at an alternate kernel build treeRajan Arora2008-12-011-3/+5
* PR 6965: tweak symbol/unwind control macros to STP_NEED_{UNWIND,SYMBOL}_DATAFrank Ch. Eigler2008-11-281-6/+6
* PR6965 - Conditionally compile symbol table. Split context.stp into 3 files.Elliott Baron2008-11-281-2/+8
* safety: add another schedule_sched, ahead of the per-context release loopFrank Ch. Eigler2008-11-261-1/+6
* PR4886: enable assertive build-id checking for new kernelsFrank Ch. Eigler2008-11-261-1/+1
* safety: add paranoid call to synchronize_sched() during shutdown processFrank Ch. Eigler2008-11-261-0/+6
* PR5689 part 3/3: print kprobe/uprobe skipped statsFrank Ch. Eigler2008-11-221-0/+6
* PR5689 part 2: separate skip counters for low-stack and reentrancy casesFrank Ch. Eigler2008-11-211-8/+13
* stability: fix shutdown synchronization with possibly pending/running probesFrank Ch. Eigler2008-11-211-9/+13
* PR5689 part 1: per-global-variable skip trackingFrank Ch. Eigler2008-11-201-1/+22
* PR7000: Add checking bound for actual parameters.Wenji Huang2008-11-131-1/+1
* fix assertion error in translate.cxx:dump_unwindsyms on some kernelsFrank Ch. Eigler2008-10-291-2/+3
* Fix the argument passed for printf %c formatsJosh Stone2008-10-271-0/+3