]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2010-06-09 Mark WielaardSet vma_cache_p->dentry before use.
2010-06-09 Mark WielaardAdd more error messages when something goes wrong durin...
2010-06-09 Mark WielaardFix task_finder.c f_dentry -> dentry typo.
2010-06-09 Mark WielaardLoop on utrace_barrier if utrace_control UTRACE_DETACH...
2010-06-09 Wenji HuangFix typo in stap.1.in
2010-06-08 Josh StoneAUTHORS bump
2010-06-08 Josh Stoneuprobes_ppc: define MSR_MASK and clean up error cases
2010-06-08 Lukas Berkadded the XDG_DATA_DIRS to session.cxx and the correspo...
2010-06-08 Mark WielaardPR11678 Pick up ld.so (and other absolute shlibs) throu...
2010-06-08 Wenji HuangTweak schedtime.stp example for 2.6.35
2010-06-07 Josh StoneGuard embeddedcode_info_pass from failures
2010-06-07 Josh StoneImprove identification of arity-mismatch errors
2010-06-07 Josh StoneNever permit homonymous vars with different arity
2010-06-07 Josh StoneFork semko/two.stp into distinct errors
2010-06-07 Josh StoneUse real probepoints in semko/two-ten
2010-06-07 Mark WielaardDon't abuse uprobes for tracking symbols, use -d ....
2010-06-07 Mark WielaardPR11665 Add umodname(addr) tapset function.
2010-06-07 Mark WielaardIncrease TASK_FINDER_VMA_ENTRY_ITEMS default.
2010-06-07 Mark WielaardActivate task finder vma tracker through tapset embedde...
2010-06-07 Mark WielaardRemove unused vm_pgoff tracking from task_finder_vma.
2010-06-07 Mark WielaardDon't try to be clever with dentry lifetime.
2010-06-07 Mark WielaardRemove unused arguments from stap_remove_vma_map_info.
2010-06-07 Mark WielaardRemove bogus (but wrongly used!) addr field from __stp_...
2010-06-07 Mark WielaardTrack dentry for file backed vma in task_finder.
2010-06-07 Mark WielaardRename __stp_tf_vma_initialize to stap_initialize_vma_map.
2010-06-07 Mark WielaardRemoved unused task_finder_vma code.
2010-06-05 Josh StoneTweak the ipmib update for 2.6.35
2010-06-04 Frank Ch. EiglerPR11095: support process(). **provider()** .mark()
2010-06-04 Mark WielaardAdd configure check for xmlto pdf with chapters titles...
2010-06-04 Wenji HuangMake rpc.stap and tcpmib.stp compatible with 2.6.35
2010-06-04 Wenji HuangUpdate ipmib.stp for 2.6.35
2010-06-03 Mark WielaardReplace walk_stack field version guard with autoconf...
2010-06-03 Josh StoneAUTHORS bump
2010-06-03 Lars R. DamerowAdd environment variable fetching for current process
2010-06-03 Josh StonePR3672 cont'd: Change pretty-print "depth" to mean...
2010-06-03 Josh StonePR11664: Let return/next break out of try/catch
2010-06-02 Wenji HuangCorrect uninitialization warning for gcc 4.1
2010-06-01 Josh StonePR11599: Support the new tracepoints API in 2.6.35
2010-06-01 Stan CoxRemove the STAP_LABEL machinery, which was replaced...
2010-06-01 Stan CoxTest with and without semaphores using STAP_SDT_IMPLICI...
2010-06-01 Mark Wielaardrhbz #596083 Account for dot and dotless kernel variant...
2010-05-31 Frank Ch. EiglerPR11649: workaround for incomplete include/linux/event...
2010-05-31 Mark WielaardGuard create_debug_frame_hdr body with _ELFUTILS_PREREQ...
2010-05-30 Frank Ch. Eiglerloc2c: correct typo for i386 target register access...
2010-05-28 Josh StonePR3672 cont'd: Resolve declared structs
2010-05-28 Mark WielaardMerge branch 'unwind_hdr'
2010-05-28 Mark WielaardPR10665 Make unwinder recognized synthesized debug_fram...
2010-05-28 Mark WielaardAccept CIE versions 3 and 4.
2010-05-28 Mark WielaardPR10665 Create a synthetic binary search table for...
2010-05-28 Stan CoxAdd kprobes-common.{h,c}, which is analogous to uprobes...
2010-05-28 Stan CoxAdd kprobes-common.{h,c}, which is analogous to uprobes...
2010-05-28 Stan CoxImplicit *_ENABLED() is no longer the default for sdt...
2010-05-28 Przemyslaw... Add () to execname in stap man page example.
2010-05-28 Srikar DronamrajuHere is a patch implements a way for uprobes to skip...
2010-05-28 Mark WielaardOnly build docproc when refdoc requested.
2010-05-27 Josh StonePR3672: Add pretty-printing for compound types
2010-05-26 Josh Stonetracequery build fix
2010-05-26 Mark Wielaardrhbz #596083 Make stap-prep resolve kernel-debuginfo...
2010-05-26 Frank Ch. EiglerPR10245: allow "-" in sdt.h marker names
2010-05-26 Frank Ch. Eiglermake semok/thirtysix.stp test use stap -p2 instead...
2010-05-26 Frank Ch. EiglerPR11124: make register-name-to-number mapping a functio...
2010-05-25 Stan CoxPerformance test debuginfoless and no semaphore cases...
2010-05-25 Frank Ch. EiglerPR11609: tweak --all-modules
2010-05-25 Adrien KunyszPR11609: --all-options stap option to -d ALL_LOADED_MODULES
2010-05-25 Stan CoxAdd debuginfoless static uprobe handling.
2010-05-24 Josh StoneTest that badname.stp actually does its job
2010-05-22 Josh StonePR11617: Move string literal gluing from lexer to parser
2010-05-21 Josh StoneQuiet the "checking uprobes" pass-4 messages
2010-05-21 Josh StoneHide parser internals
2010-05-21 Josh StonePR10025: Test '*' operator vs. identifier while preproc...
2010-05-21 Josh StonePR10025: Don't read ahead tokens within preprocessor...
2010-05-21 Frank Ch. Eiglerregen sample indices
2010-05-21 Frank Ch. Eiglernit: fix permissions of varwatch.stp sample
2010-05-21 Frank Ch. Eiglernew sample: sizeof.stp to print c type sizes
2010-05-21 Frank Ch. Eiglerrhbz 594079: tapset/scsi.stp forward-porting for newer...
2010-05-18 David SmithFixed BZ 592830 by fixing signal.check_ignored.return...
2010-05-17 David SmithAdded RHEL4 support to socket.stp and more testing.
2010-05-17 David SmithPR 11338 (partial): Used @defined in tcpmib.stp and...
2010-05-17 David SmithAdded RHEL4 support to task_time.stp and more testing.
2010-05-14 David SmithAdded RHEL4 support to proc_mem.stp and more testing.
2010-05-14 David SmithUpdate the ioblock and scheduler tapsets and testcases.
2010-05-13 Josh StoneRemove unused "nm" from parse_defined_op
2010-05-13 Josh StonePR11598: Allow "&" address-of in @defined()
2010-05-12 David SmithTo avoid performance penalties, put context.stp embedde...
2010-05-12 David SmithPR 9871 (partial) fix. Removed some embedded-C in...
2010-05-12 Frank Ch. EiglerPR11443: stap -l/-L mode should set EXIT_FAILURE if...
2010-05-12 Mark WielaardAdd testcase for PR11590 optimized pre/postfix operators
2010-05-12 Mark WielaardAdd testcase for PR6954 ++ operations not triggering...
2010-05-12 Mark WielaardPR11590 Revert "PR6954: make ++/-- operation trigger...
2010-05-12 Josh StoneClear linetimes' last_pp to avoid map overflow
2010-05-11 William CohenAllow lintimes.stp to work for multithread sections...
2010-05-11 David SmithKfail networking-change_rx_flag.stp in buildok.exp.
2010-05-11 David SmithUpdated networking.stp and added full testing.
2010-05-11 David SmithPR 9871 (partial) fix. Removed all remaining embedded...
2010-05-11 William CohenAdd the linetimes.stp to the examples.
2010-05-11 Mark WielaardSemantic errors during listing mode are suppressed.
2010-05-11 Mark Wielaardstap-gen-cert is now installed under pkglibexecdir.
2010-05-11 Wenji HuangUpdated bkl example for 2.6.33
2010-05-11 Wenji HuangPR11573: cont'd, check CONFIG_UTRACE for ubacktrace...
2010-05-10 David SmithUpdated ioscheduler.stp and tests.
next
This page took 0.053019 seconds and 5 git commands to generate.