summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
Commit message (Expand)AuthorAgeFilesLines
* Move the blacklist functions into dwflppJosh Stone2009-06-011-320/+4
* Fix another kernel/kprobe.function conflictJosh Stone2009-05-221-7/+7
* PR10190: Suppress warnings for optional kprobesJosh Stone2009-05-221-4/+13
* Make all tapsets' TOK_FOO constantJosh Stone2009-05-151-14/+14
* Merge branch 'tapsets-cleanup'Josh Stone2009-05-151-2300/+73
|\
| * Break the dwflpp dependence on query_cuJosh Stone2009-05-151-2/+6
| * Break the dwflpp dependence on query_moduleJosh Stone2009-05-151-5/+5
| * Merge the dwflpp::query_cu_..._address methodsJosh Stone2009-05-151-1/+1
| * Move dfwlpp into its own fileJosh Stone2009-05-121-2236/+31
| * Consolidate dwflpp setupJosh Stone2009-05-111-67/+41
* | [tracepoints] ternary is nicer for arg formatJosh Stone2009-05-141-5/+1
* | [tracepoints] Print pointer arguments with %pJosh Stone2009-05-141-1/+5
* | PR10139 Mark .probes section SHF_ALLOC.Mark Wielaard2009-05-141-1/+17
|/
* Get .probes section through dwarf debuginfo file if necessary.Mark Wielaard2009-05-101-1/+39
* Allow @cast failures to get optimized awayJosh Stone2009-05-081-17/+13
* PR10054: Unify the translate_components errorsJosh Stone2009-05-081-39/+12
* Refactor anonymous lookups in translate_componentsJosh Stone2009-05-081-113/+94
* Separate the utrace tapsetJosh Stone2009-05-071-1048/+1
* Separate task_finder and the itrace tapsetJosh Stone2009-05-071-385/+4
* Separate the kernel.mark tapsetJosh Stone2009-05-071-708/+1
* 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