summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Restrict unprivileged users to begin,end,error and never probes (for now).Dave Brolley2009-05-071-44/+20
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-05-051-1/+4
|\|
| * Don't recurse into DW_AT_declaration subprograms in iterate_over_labels.Mark Wielaard2009-05-031-1/+4
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-04-301-12/+21
|\|
| * 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
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-04-271-76/+99
|\|
| * 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
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-04-231-1/+10
|\|
| * PR 9941: Add predicate function callback to check for an early abortRajan Arora2009-04-221-1/+10
* | Correct placement of allow_unprivileged call.Dave Brolley2009-04-221-1/+1
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-04-221-25/+15
|\|
| * 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
* | 2009-04-22 Dave Brolley <brolley@redhat.com>Dave Brolley2009-04-221-28/+57
|/
* 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