summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* Factor out duplicated code to setup user/module Dwfl from dwflpp/translate.Mark Wielaard2009-09-291-1/+2
* Use dwlpp::setup_kernel for tracepoint modules.Mark Wielaard2009-09-281-1/+1
* optimization: reduce generated C code sizeFrank Ch. Eigler2009-09-221-4/+3
* Fix uninitialized line numbers in the function specJosh Stone2009-09-181-1/+4
* PR10655 part 1: uprobes: track sdt semaphores properlyFrank Ch. Eigler2009-09-181-35/+47
* Simplify the sdt semaphore decrement in utraceJosh Stone2009-09-171-0/+3
* Simplify sdt's record_semaphoreJosh Stone2009-09-171-16/+5
* Map std semaphores from probe->addrJosh Stone2009-09-171-24/+16
* Merge branch 'function_scopes'Josh Stone2009-09-161-71/+106
|\
| * PR10461: Match C++ scopes for namespaces and classesJosh Stone2009-09-161-71/+106
* | * sdt.h (STAP_SEMAPHORE): New. Add guard to utrace probe points.Stan Cox2009-09-161-5/+81
|/
* Remove function comparison from label iterationJosh Stone2009-09-151-4/+19
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2009-09-151-256/+120
|\
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-09-141-274/+100
| |\
| | * Remove duplicate uprobe_derived_probe codeJosh Stone2009-09-111-219/+47
| | * PR10594 cont'd: Use parent die cache for variable lookupJosh Stone2009-09-101-2/+34
| | * Simplify deleting all map valuesJosh Stone2009-09-101-2/+1
| | * PR10594: Provide a cached dwarf_getscopes_dieJosh Stone2009-09-101-15/+12
| * | Allow remaining process.* probes for unprivileged users.Dave Brolley2009-09-141-6/+17
* | | PR10642: fix wildcard-driven quadratic explosion of .return $$parms probesFrank Ch. Eigler2009-09-151-44/+47
| |/ |/|
* | PR10602: improved fix for REG_IP lvalueFrank Ch. Eigler2009-09-091-42/+12
|/
* PR10524: reduce massive-uprobe script modules' .data consumptionFrank Ch. Eigler2009-09-081-77/+219
* PR4186 cont'd: Squash both EM_PPC and EM_PPC64 to powerpc.Mark Wielaard2009-09-081-4/+1
* Merge branch 'master' of sourceware.org:/git/systemtapJosh Stone2009-09-031-9/+8
|\
| * Allow process begin/end probes for unprivileged users.Dave Brolley2009-09-031-3/+2
| * PR10589 followup. More tapsets.cxx _stp_warn formatting fixlets.Mark Wielaard2009-09-031-4/+4
| * PR10589 followup. tapsets.cxx _stp_warn formatting fixlets.Mark Wielaard2009-09-031-2/+2
* | Fetch the blacklist section only when neededJosh Stone2009-09-031-4/+2
* | PR10573: Squash duplicate inline instancesJosh Stone2009-09-031-1/+26
* | PR10572: Allow duplicate function names in a CUJosh Stone2009-09-021-9/+1
* | Unify lex_cast* and avoid string copiesJosh Stone2009-09-021-11/+11
|/
* Reorganize iterate_over_labelsJosh Stone2009-08-261-15/+32
* PR4186 cont'd: Squash EM_S390 to s390.Mark Wielaard2009-08-261-1/+1
* Compute cu_name dynamicallyJosh Stone2009-08-251-2/+2
* PR4186 cont'd: option #2: standardize on kernel ARCH/SUBARCH throughoutFrank Ch. Eigler2009-08-251-1/+2
* PR2475: Filter filenames against the decl_fileJosh Stone2009-08-241-5/+12
* Fix failing uprobes.exp -p5 failures by removing trailing spaces in $$ vars.Mark Wielaard2009-08-241-5/+9
* PR10507: tweak MAXUPROBES calculation to shrink table for small static number...Frank Ch. Eigler2009-08-211-3/+7
* PR10544: clean up stap child process error handlingFrank Ch. Eigler2009-08-211-1/+1
* cleanup: rename task_finder_target->pathname -> procnameFrank Ch. Eigler2009-08-211-3/+3
* Create a dwarf_attr_die idiomJosh Stone2009-08-191-18/+7
* Use dwarf_type_name in more placesJosh Stone2009-08-191-74/+5
* PR10538: Use {...} for naming anonymous typesJosh Stone2009-08-191-1/+3
* PR10518: context shrinkage with function recursion analysis feeding MAXNESTINGFrank Ch. Eigler2009-08-181-1/+1
* Adapt tracepoints to the new probe_locals unionJosh Stone2009-08-181-1/+1
* Cache failed tracepoint headers tooJosh Stone2009-08-141-2/+8
* PR10228: use task_finder_vma for -d /user/object files.Frank Ch. Eigler2009-08-141-24/+0
* PR10507: tweak heuristics for stap_uprobes[] allocationFrank Ch. Eigler2009-08-121-5/+12
* PR10461: Probe identical functions only onceJosh Stone2009-08-111-0/+14
* Zap dwarf_diename_integrateJosh Stone2009-08-071-2/+2