summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
Commit message (Expand)AuthorAgeFilesLines
* PR10327: resolve symbol aliases to dwarf functionsJosh Stone2009-07-011-82/+73
* An i386 kprobe needs regparm(0) to access args.Stan Cox2009-06-261-0/+17
* Use_utrace_syscall_arg with sdt utrace probes to avoid i386 arg fetching prob...Stan Cox2009-06-261-13/+18
* PR10305 Mark probes fail on prelinked shared library.Mark Wielaard2009-06-241-2/+14
* PR 10313 Build error due to deprecation of elf_getshstrndx in elfutils.Mark Wielaard2009-06-231-3/+3
* PR10308 Beginning of statement check should provide alternatives.Mark Wielaard2009-06-221-0/+2
* PR10307 beginning of statement check should be overridden in guru mode.Mark Wielaard2009-06-221-1/+5
* Use the expanded value for sdt $$nameJosh Stone2009-06-161-2/+2
* Support -L for kprobe and utrace static user markers.Stan Cox2009-06-161-2/+9
* Do not emit duplicate probes for kprobe/utrace cases.Stan Cox2009-06-161-0/+8
* Add experimental utrace/kprobe sdt supportStan Cox2009-06-151-112/+118
* PR10285. User space PROBE marks aren't found with separate debuginfo.Mark Wielaard2009-06-151-9/+7
* PR10279: add -DKRETACTIVE=nnnn parameterFrank Ch. Eigler2009-06-131-2/+10
* Add bounds-checking to sdt $argNJosh Stone2009-06-091-5/+9
* Remove probe_table's unused location memberJosh Stone2009-06-091-5/+4
* Remove sdt_var_expanding_visitor's now-unused dwJosh Stone2009-06-091-6/+5
* Remove the spurious sdt @cast expansionJosh Stone2009-06-091-3/+0
* Simplify process.mark parameter parsingJosh Stone2009-06-091-8/+5
* * tapsets.cxx (sdt_var_expanding_visitor::process_name): New.Stan Cox2009-06-091-13/+12
* Fix uninitialized shdr in probe_tableJosh Stone2009-06-091-1/+8
* * tapsets.cxx (probe_table): Make mark_name and sess refs.Stan Cox2009-06-081-115/+115
* Let query_module abort early for simple matchesJosh Stone2009-06-081-3/+3
* Fix uninitialized shdr in probe_tableJosh Stone2009-06-031-15/+22
* * tapsets.cxx (dwarf_builder::probe_table): New. Derived fromStan Cox2009-06-031-145/+411
* 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