summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
Commit message (Expand)AuthorAgeFilesLines
* Separate the permon tapsetJosh Stone2009-05-071-436/+1
* Group all kprobe_derived_FOO togetherJosh Stone2009-05-071-57/+35
* Separate the procfs tapsetJosh Stone2009-05-061-499/+1
* Separate the begin/end/error/never tapsetsJosh Stone2009-05-061-202/+3
* Separate built-in timer tapsetsJosh Stone2009-05-061-615/+8
* Don't recurse into DW_AT_declaration subprograms in iterate_over_labels.Mark Wielaard2009-05-031-1/+4
* Handle more types of types in declaration_resolveJosh Stone2009-04-271-12/+14
* Warn if trying to dereference an enumJosh Stone2009-04-271-0/+7
* Handle kprobe struct field symbol_name as either char * or const char *.Mark Wielaard2009-04-261-2/+2
* fix kprobe.* probes so they don't break -p4 if script also has kernel.* probesFrank Ch. Eigler2009-04-261-6/+6
* Enable kprobe.function.return.maxactiveJosh Stone2009-04-241-35/+57
* Simplify dwarfless kprobe stmt vs. name logicJosh Stone2009-04-241-29/+15
* Fill out the pp() for dwarfless kprobesJosh Stone2009-04-241-3/+25
* Don't terminate when a dwarfless kprobe failsJosh Stone2009-04-241-8/+1
* Tweak error message in kprobe.function registrationJosh Stone2009-04-241-1/+1
* PR 9941: Add predicate function callback to check for an early abortRajan Arora2009-04-221-1/+10
* Make sdt.h big endian aware.Stan Cox2009-04-221-2/+2
* Use tokenize() for splitting @cast's module listJosh Stone2009-04-211-7/+6
* Refine the @cast-with-header syntaxJosh Stone2009-04-211-16/+7
* Correctly handle $syscall in process(PID_OR_PATH).syscall.return probes.David Smith2009-04-211-5/+257
* From Prerna Saxena: Add the kprobe.function probe familyAnanth N Mavinakayanahalli2009-04-211-2/+460
* Suppress more module-loading errors in @castsJosh Stone2009-04-201-3/+14
* PR10055: generate dummy modules w/ types for @castJosh Stone2009-04-201-0/+56
* Suppress module-loading errors in @castsJosh Stone2009-04-201-1/+10
* Indentation repair.Stan Cox2009-04-161-89/+88
* Use iterate_over_srcfile_lines for function("func@file:N").labelStan Cox2009-04-161-103/+127
* PR9940: add/use unmap_u[ret]probeJim Keniston2009-04-151-9/+32
* PR10067: fix bitfield accessJosh Stone2009-04-131-2/+5
* PR10049: Restore better errors for $returnJosh Stone2009-04-131-10/+11
* Improve -l output for .labelStan Cox2009-04-131-6/+15
* Make sure code using the vma tracker compiles again.Mark Wielaard2009-04-081-21/+0
* Consider function when handling .labelStan Cox2009-04-081-13/+24
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDavid Smith2009-04-081-1/+1
|\
| * Do not do a partial name comparison for .label.Stan Cox2009-04-081-1/+1
* | Only includes task_finder.c when needed.David Smith2009-04-081-0/+22
|/
* Add valid interval in error message when timer probe out of range.Mark Wielaard2009-04-071-10/+18
* PR 9940. Rearchitected task_finder.c a bit.David Smith2009-04-071-11/+20
* PR10026: Read marker/tracepoint args directlyJosh Stone2009-04-061-58/+28
* PR10037: add target_symbol token to $context error messagesFrank Ch. Eigler2009-04-061-64/+81
* PR5163: Assign need_uprobes during pass-2Josh Stone2009-04-031-2/+4
* make skip-badvars warning message sensitive to -w suppressionFrank Ch. Eigler2009-04-031-2/+3
* Fix for insn probe: Call arch_has_*_step() prior to calling utrace_controlMaynard Johnson2009-04-011-0/+16
* Move #endif for STP_NEED_VMA_TRACKER up to not cover other utrace callbacks.Mark Wielaard2009-04-011-1/+1
* Merge branch 'master' into pr6866Mark Wielaard2009-04-011-31/+88
|\
| * Use alloca trick to keep argN active on GCC 4.1.Stan Cox2009-04-011-2/+3
| * Customize .mark -l output.Stan Cox2009-03-311-1/+14
| * PR7045: on 64-bit kernels, allow 32-bit userspace to be pass elf validationFrank Ch. Eigler2009-03-271-10/+24
| * Don't do beginning of statement check for .mark probesStan Cox2009-03-271-3/+7
| * PR10000: emit _stp_relocate* calculations correctly for kernel/module global ...Frank Ch. Eigler2009-03-271-6/+19
| * build fix for RHEL4-era gcc 3.4.6Frank Ch. Eigler2009-03-241-2/+3