]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2013-05-09 Serguei MakarovNEWS entry for java/byteman
2013-05-09 Serguei Makarovjava/byteman configury: only install stapbm with HAVE_JAVA
2013-05-09 Serguei Makarovsystemtap.spec: separate -runtime-java subpackage,...
2013-05-08 Serguei Makarovjava/byteman docs: langref.tex
2013-05-08 Serguei Makarovjava/byteman docs: man stapprobes.3stap oops
2013-05-08 Serguei Makarovjava/byteman docs: mention cross-user probing limitatio...
2013-05-08 Serguei Makarovjava/byteman: add java/README explaining how to manuall...
2013-05-08 Serguei Makarovjava/byteman: get rid of remnants of libHelperSDT_getar...
2013-05-08 Serguei Makarovjava/byteman docs: man stap.1 stapprobes.3stap
2013-05-08 Frank Ch. Eiglerruntime perf.c: consistentify perf_event_create_kernel_...
2013-05-08 Frank Ch. Eiglerstapprobes.3stap: mention nd_syscall as a non-dwarf...
2013-05-08 Serguei Makarovsystemtap.spec: install java/byteman arch-specific...
2013-05-08 David SmithSplit dyninst transport initialization into two parts.
2013-05-08 Frank Ch. Eiglerwarning::debuginfo.7stap: note unnecessary-debuginfo...
2013-05-08 Frank Ch. Eiglerregex: fix =~ pretty-printer to generate round-trippabl...
2013-05-08 Frank Ch. Eiglerruntime compatibility: add some needed casts to slay...
2013-05-08 Frank Ch. Eiglerdyninst transport: don't send dummy \0 for error/warnin...
2013-05-08 Frank Ch. Eiglerruntime/linux: kernel 3.10 compatibility; need explicit...
2013-05-08 Frank Ch. EiglerPR15445: fix kernel panic due to hardware-breakpoint...
2013-05-07 David SmithFix PR15408. Create top-level procfs directory in init_...
2013-05-07 Serguei Makarovjava/byteman configury: rename libHelperSDT.so -->...
2013-05-07 Serguei Makarovjava/byteman configury: fix permissions on libHelperSDT.so
2013-05-06 David SmithMade two buildok tests executable.
2013-05-03 Serguei Makarovconfigury, systemtap.spec: remove amd64/ hardcoding...
2013-05-03 Serguei Makarovregenerate java/Makefile.in
2013-05-01 Lukas BerkRemove $TMPSTAPDIR/java if empty when uninstalling...
2013-05-01 Lukas BerkAllow wiser Fedora versions to run byteman operations
2013-05-01 Serguei Makarovjava/byteman: fix configury to only check for build...
2013-05-01 Lukas BerkMove stapbm to libexec
2013-05-01 Frank Ch. Eiglerconfigury: regenerate with f18 autoconf 2.69, automake...
2013-05-01 Lukas BerkAdd multiple new testcases
2013-05-01 Lukas BerkCorrect argument number off by one error
2013-05-01 Lukas BerkMerge branch 'java' of git://sourceware.org/git/systemt...
2013-05-01 Lukas Berkremove spaces in rule names and their files for bmsubmi...
2013-05-01 Serguei Makarovdocument -j and -J in stap --help
2013-05-01 Serguei Makarovsupport -j (-Dorg.jboss.byteman.compile.to.bytecode...
2013-05-01 Serguei Makarovfix -J error message (--with-jdk is not the only way...
2013-05-01 Lukas BerkAdd check for '.sh' suffix on byteman specific commands
2013-05-01 Lukas BerkRemove debug statement and unused systemtap_session...
2013-05-01 Lukas BerkRemove compile_byteman_rule artifacts
2013-05-01 Lukas BerkAdd passable -J<BYTEMAN_INSTALL_OPTIONS> to stap
2013-05-01 Lukas BerkAdd java.exp testcase
2013-05-01 Lukas BerkAdd a locking file while writing the rule in stapbm...
2013-05-01 Lukas BerkFix number of method arguments error for 0 args
2013-05-01 Lukas BerkChange java_pid_str type from char* to string
2013-05-01 Lukas BerkAdd extra check for lock file before trying to call...
2013-05-01 Serguei Makarovconfigure.ac: fix default --with-helper
2013-05-01 Serguei Makarovconfigure.ac: fix spurious test -n
2013-05-01 Serguei Makarovfix java_pid_str in absence of HAVE_JAVA_HELPER
2013-05-01 Serguei Makarovsystemtap.spec: install libHelperSDT as appropriate
2013-05-01 Serguei Makarovconfigure.ac: rework configury to support --with-helper...
2013-05-01 Lukas BerkAllow java(foo).class(bar).method(foobazz:LINE) {}...
2013-05-01 Lukas BerkAdjust stapbm to allow more than one rule per process
2013-05-01 Lukas BerkRemove stapbm.sh, renamed as stapbm
2013-05-01 Lukas BerkFurther remove unneeded functions
2013-05-01 Lukas BerkAdd stapbm to autoconf and remove exact paths
2013-05-01 Lukas BerkMoved bm{install,submit} operations to pass 5
2013-05-01 Lukas Berkmerge changes (Makefiles: automatically install libHelp...
2013-05-01 Lukas Berkincremental commit
2013-05-01 Serguei MakarovMakefiles: automatically install libHelperSDT
2013-05-01 Lukas BerkMoving byteman operations to pass 5
2013-05-01 Lukas BerkInitial commit of stapbm.sh script
2013-05-01 Lukas BerkAdd .return style probes for java methods
2013-05-01 Lukas BerkOptimize the specific mark("X") probe actually specified
2013-05-01 Lukas BerkMove stap_system for bminstall into its own function
2013-05-01 Lukas BerkOnly run bminstall.sh per specified java process once
2013-05-01 Lukas BerkOnly install rules once per java process
2013-05-01 Lukas BerkInternationalize tapset-method strings
2013-05-01 Lukas BerkAllow more than one java probe point per script
2013-05-01 Lukas BerkTweak how log file is specified for bmsubmit.sh commands
2013-05-01 Lukas BerkAllow java("fully qualified class") style syntax
2013-05-01 Lukas BerkCleanup and use stap_system() to launch commands
2013-05-01 Lukas BerkUninstall the specific byteman rule we generated
2013-05-01 Lukas BerkExit gracefully from a java process (uninstall rules)
2013-05-01 Lukas BerkAdd basic java/ Makefile.am to compile libHelperSDT.so
2013-05-01 Lukas BerkPipe output of bmsubmit.sh command to log file instead...
2013-05-01 Lukas BerkChange syntax from process(JAVAPID). to java(PID)
2013-05-01 Lukas BerkRe-add HAVE_HELPER variable from merge, add conditional
2013-05-01 Lukas BerkAdd correct check for byteman (bmsubmit.sh & bminstall.sh)
2013-05-01 Lukas BerkAdd java specific helper files
2013-05-01 Lukas BerkAdded java/TODO file
2013-05-01 Lukas BerkMake use of HAVE_HELPER config variable
2013-05-01 Lukas BerkProperly define variable if --with-helper is defined
2013-05-01 Lukas BerkAdd have_java configuration variable
2013-05-01 Lukas BerkAdd more log messages and fix various formatting
2013-05-01 Lukas BerkActually error out if more than 10 method parameters...
2013-05-01 Lukas BerkFix method argument amount calculation
2013-05-01 Lukas BerkCorrect method name specified in generated byteman...
2013-05-01 Lukas BerkInitial java per method probing functionality
2013-05-01 Frank Ch. Eiglerlinux tapset: adapt to 3.9 movement of MAX_RT_PRIO...
2013-05-01 Frank Ch. Eiglerstapdyn: add a one-second timeout to the mutatee state...
2013-04-30 Frank Ch. EiglerPR15422: fix compiler warning when --runtime=dyninst...
2013-04-29 Frank Ch. EiglerBZ915247: remove i18n stub support from python dtrace...
2013-04-29 David SmithHandle an allocation failure in _stp_vsnprintf().
2013-04-26 David SmithFixed PR14491 by adding a real transport layer for...
2013-04-23 Josh StoneExpand the SDT benchmark locations
2013-04-12 Torsten PolleSupport "pid" interface of perf (for per-process case)
2013-04-12 Frank Ch. Eiglermutex-contention sample: drop compulsory NNNN argument...
2013-04-12 Frank Ch. EiglerPR15363: tweak registration-warning message to print...
2013-04-12 Frank Ch. EiglerPR15363 warn but don't error-abort, on inode-uprobes...
next
This page took 0.052202 seconds and 5 git commands to generate.