]> sourceware.org Git - systemtap.git/log
systemtap.git
11 years agoAdd extra check for lock file before trying to call bmsubmit
Lukas Berk [Fri, 26 Apr 2013 21:20:54 +0000 (17:20 -0400)]
Add extra check for lock file before trying to call bmsubmit

*java/stapbm: add extra check for the lock file before submitting the check,
      change sdterr redirect (wasn't actually redirecting)

11 years agoconfigure.ac: fix default --with-helper
Serguei Makarov [Fri, 26 Apr 2013 19:50:04 +0000 (15:50 -0400)]
configure.ac: fix default --with-helper

11 years agoconfigure.ac: fix spurious test -n
Serguei Makarov [Fri, 26 Apr 2013 18:44:42 +0000 (14:44 -0400)]
configure.ac: fix spurious test -n

11 years agofix java_pid_str in absence of HAVE_JAVA_HELPER
Serguei Makarov [Fri, 26 Apr 2013 18:22:32 +0000 (14:22 -0400)]
fix java_pid_str in absence of HAVE_JAVA_HELPER

11 years agosystemtap.spec: install libHelperSDT as appropriate
Serguei Makarov [Fri, 26 Apr 2013 18:07:34 +0000 (14:07 -0400)]
systemtap.spec: install libHelperSDT as appropriate

11 years agoconfigure.ac: rework configury to support --with-helper and --with-jdk options
Serguei Makarov [Wed, 24 Apr 2013 20:05:55 +0000 (16:05 -0400)]
configure.ac: rework configury to support --with-helper and --with-jdk options

The different options control where libHelperSDT.so and HelperSDT.jar end up.
Use --with-helper to install to a folder like libexec for subsequent symlinking
Use --with-jdk to install a jdk folder under ...ext/ and ...amd64/ directories

11 years agoAllow java(foo).class(bar).method(foobazz:LINE) {} style syntax
Lukas Berk [Thu, 25 Apr 2013 21:26:01 +0000 (17:26 -0400)]
Allow java(foo).class(bar).method(foobazz:LINE) {} style syntax

*tapset-method.cxx: parse for the line number and edit the system function
    accordingly

11 years agoAdjust stapbm to allow more than one rule per process
Lukas Berk [Thu, 25 Apr 2013 19:07:11 +0000 (15:07 -0400)]
Adjust stapbm to allow more than one rule per process

*java/stapbm: Relax script to allow more than one rule per process
      This required file locks to be used to ensure bminstall
      was only called once, as well as only allowing one
      rule to be submitted at a time.
*java/tapset-method.cxx: stapbm script always needs all parameters to be
 passed to ensure properly running behaviour

11 years agoRemove stapbm.sh, renamed as stapbm
Lukas Berk [Wed, 24 Apr 2013 14:56:28 +0000 (10:56 -0400)]
Remove stapbm.sh, renamed as stapbm

*java/stapbm.sh has been renamed to stapbm

11 years agoFurther remove unneeded functions
Lukas Berk [Wed, 24 Apr 2013 14:53:18 +0000 (10:53 -0400)]
Further remove unneeded functions

*tapset-method.cxx: Remove bminstall function and debug line

11 years agoAdd stapbm to autoconf and remove exact paths
Lukas Berk [Tue, 23 Apr 2013 18:40:55 +0000 (14:40 -0400)]
Add stapbm to autoconf and remove exact paths

*Makefile.in: remove rebase fragments
*configure: updated configure
*java/Makefile.am: add stapbm
*java/Makefile.in: resulting makefile
*tapset-method.cxx: updated script paths and helper location

11 years agoMoved bm{install,submit} operations to pass 5
Lukas Berk [Tue, 23 Apr 2013 16:34:46 +0000 (12:34 -0400)]
Moved bm{install,submit} operations to pass 5

*java/stapbm: removed unneeded suffix from file name
*session.cxx: remove byteman operations/variables
*session.h: remove byteman operations/variables
*tapset-method.cxx: add new add new probe points and ensure that
    the main probe body isn't copied to all new
    probe points

11 years agomerge changes (Makefiles: automatically install libHelperSDT)
Lukas Berk [Fri, 19 Apr 2013 22:09:34 +0000 (18:09 -0400)]
merge changes (Makefiles: automatically install libHelperSDT)

11 years agoincremental commit
Lukas Berk [Fri, 19 Apr 2013 21:28:18 +0000 (17:28 -0400)]
incremental commit

11 years agoMakefiles: automatically install libHelperSDT
Serguei Makarov [Wed, 17 Apr 2013 19:31:55 +0000 (15:31 -0400)]
Makefiles: automatically install libHelperSDT

11 years agoMoving byteman operations to pass 5
Lukas Berk [Fri, 19 Apr 2013 21:25:12 +0000 (17:25 -0400)]
Moving byteman operations to pass 5

11 years agoInitial commit of stapbm.sh script
Lukas Berk [Tue, 9 Apr 2013 20:00:20 +0000 (16:00 -0400)]
Initial commit of stapbm.sh script

*java/stapbm.sh: script to build a byteman rule

11 years agoAdd .return style probes for java methods
Lukas Berk [Mon, 8 Apr 2013 19:34:26 +0000 (15:34 -0400)]
Add .return style probes for java methods

11 years agoOptimize the specific mark("X") probe actually specified
Lukas Berk [Fri, 5 Apr 2013 15:50:46 +0000 (11:50 -0400)]
Optimize the specific mark("X") probe actually specified

*java/HelperSDT.c: alter mark names to be more simple/predictable
*tapset-method.cxx: add function call to determine which mark name
    to return

11 years agoMove stap_system for bminstall into its own function
Lukas Berk [Fri, 5 Apr 2013 15:10:47 +0000 (11:10 -0400)]
Move stap_system for bminstall into its own function

*tapset-method.cxx: move the duplicate code into its own function

11 years agoOnly run bminstall.sh per specified java process once
Lukas Berk [Fri, 5 Apr 2013 14:13:21 +0000 (10:13 -0400)]
Only run bminstall.sh per specified java process once

*tapset-method.cxx: compare the script to see if it's already been installed
    if it has, don't install it again just let bmsubmit.sh
    redefine the probe

11 years agoOnly install rules once per java process
Lukas Berk [Thu, 4 Apr 2013 15:24:51 +0000 (11:24 -0400)]
Only install rules once per java process

*session.cxx: re-enable the check before executing java_detach
*tapset-method.cxx: only bminstall.sh the process if its not already been recorded
    and check to see if we've installed any java procs already

11 years agoInternationalize tapset-method strings
Lukas Berk [Thu, 4 Apr 2013 13:55:45 +0000 (09:55 -0400)]
Internationalize tapset-method strings

*tapset-method.cxx: add macros to internationalize strings

11 years agoAllow more than one java probe point per script
Lukas Berk [Wed, 3 Apr 2013 21:26:40 +0000 (17:26 -0400)]
Allow more than one java probe point per script

*tapset-method.cxx: add filter to match probe against the class
    and method, if it doesn't match, then skip
    the probe point
*session.cxx: change how rules are uninstalled

11 years agoTweak how log file is specified for bmsubmit.sh commands
Lukas Berk [Thu, 21 Mar 2013 13:45:24 +0000 (09:45 -0400)]
Tweak how log file is specified for bmsubmit.sh commands

*session.cxx: alter bmcommand ordering and include explicit " -o"
*tapset-method.cxx: alter assignment of log file and ordering in
    bmsubmit.sh command

11 years agoAllow java("fully qualified class") style syntax
Lukas Berk [Wed, 20 Mar 2013 23:31:49 +0000 (19:31 -0400)]
Allow java("fully qualified class") style syntax

*session.cxx: add class string member variable
*session.h: add member variable
*tapset-method.cxx: add class specification functionality

11 years agoCleanup and use stap_system() to launch commands
Lukas Berk [Tue, 19 Mar 2013 14:39:59 +0000 (10:39 -0400)]
Cleanup and use stap_system() to launch commands

*tapset-method.cxx: use stap_system() to launch bmsubmit and bminstall
    commands instead of forking and managing it ourselves.
    Also, a small cleanup of commented out vars and varnames

11 years agoUninstall the specific byteman rule we generated
Lukas Berk [Mon, 18 Mar 2013 23:11:29 +0000 (19:11 -0400)]
Uninstall the specific byteman rule we generated

*session.cxx: add systemtap_session member variables and use
      stap_system to launch bmsubmit.sh uninstall command
*session.h: added member variable declarations
*tapset-method.cx: use member variables so we know which rule to uninstall
*tapsets.cxx: reorder which tapsets to register so normal process probes
      are registered first

11 years agoExit gracefully from a java process (uninstall rules)
Lukas Berk [Thu, 14 Mar 2013 20:44:06 +0000 (16:44 -0400)]
Exit gracefully from a java process (uninstall rules)

*session.cxx: add java_detach() function, exec bmsubmit.sh -u
*session.h: declaration of java_detach
*tapset-method: change some local variables to systemtap_session
variables for java_detach

11 years agoAdd basic java/ Makefile.am to compile libHelperSDT.so
Lukas Berk [Thu, 7 Mar 2013 19:29:43 +0000 (14:29 -0500)]
Add basic java/ Makefile.am to compile libHelperSDT.so

*Makefile.in's: autoreconf changes
*java/HelperSDT.c: fixed some warnings
*java/HelperSDT.h: removed several uneeded functions
*java/HelperSDT.java: removed several uneeded methods

11 years agoPipe output of bmsubmit.sh command to log file instead of System.out
Lukas Berk [Tue, 5 Mar 2013 14:02:28 +0000 (09:02 -0500)]
Pipe output of bmsubmit.sh command to log file instead of System.out

*tapset-method.cxx: pipe output of bmsubmit.sh command to log file
*java/TODO: update the todo list

11 years agoChange syntax from process(JAVAPID). to java(PID)
Lukas Berk [Tue, 5 Mar 2013 13:48:33 +0000 (08:48 -0500)]
Change syntax from process(JAVAPID). to java(PID)

*tapset-method.cxx: change syntax keywords
*java/TODO: update todo file

11 years agoRe-add HAVE_HELPER variable from merge, add conditional
Lukas Berk [Tue, 5 Mar 2013 13:28:10 +0000 (08:28 -0500)]
Re-add HAVE_HELPER variable from merge, add conditional

*configure.ac: re-add HAVE_HELPER, undef HAVE_HELPER if bmsubmit.sh,
       bminstall.sh and java aren't found.

11 years agoAdd correct check for byteman (bmsubmit.sh & bminstall.sh)
Lukas Berk [Mon, 4 Mar 2013 22:41:46 +0000 (17:41 -0500)]
Add correct check for byteman (bmsubmit.sh & bminstall.sh)

*configure: autoconf generated
*configure.ac: added bminstall.sh and bmsubmit.sh check

11 years agoAdd java specific helper files
Lukas Berk [Mon, 4 Mar 2013 20:38:58 +0000 (15:38 -0500)]
Add java specific helper files

*java/HelperSDT.c: the actual value extraction and passing to stap
*java/HelperSDT.h: the jni header file
*java/HelperSDT.java: the java jni file
*java/README: how to manually compile and add the .jar and .so
*java/TODO: the TODO for automation
*tapset-method.cxx: fix the helper name

11 years agoAdded java/TODO file
Lukas Berk [Mon, 4 Mar 2013 19:36:08 +0000 (14:36 -0500)]
Added java/TODO file

*java/TODO: listed more todo items to keep track of

11 years agoMake use of HAVE_HELPER config variable
Lukas Berk [Mon, 4 Mar 2013 18:50:34 +0000 (13:50 -0500)]
Make use of HAVE_HELPER config variable

*tapset-method.cxx: only create new probe point and exec byteman
                    if HAVE_HELPER / --with-helper was defined
                    and use the specified variable in the new
                    process("libHelperSDT.so").mark("*") probe

11 years agoProperly define variable if --with-helper is defined
Lukas Berk [Mon, 4 Mar 2013 16:39:04 +0000 (11:39 -0500)]
Properly define variable if --with-helper is defined

11 years agoAdd have_java configuration variable
Lukas Berk [Mon, 4 Mar 2013 14:45:19 +0000 (09:45 -0500)]
Add have_java configuration variable

Adding this variable will allow us to check if per-method probes
are even possible and at the same time define where the jni
library we need is.

11 years agoAdd more log messages and fix various formatting
Lukas Berk [Sun, 3 Mar 2013 00:35:06 +0000 (19:35 -0500)]
Add more log messages and fix various formatting

*tapset-method.cxx: fix various formatting and add verbosity messages

11 years agoActually error out if more than 10 method parameters are specified
Lukas Berk [Sat, 2 Mar 2013 20:46:54 +0000 (15:46 -0500)]
Actually error out if more than 10 method parameters are specified

*tapset-method.cxx: if more than 10 method parameters are specified
    we need to error out due to the max parameters
    in the static marker

11 years agoFix method argument amount calculation
Lukas Berk [Sat, 2 Mar 2013 20:41:59 +0000 (15:41 -0500)]
Fix method argument amount calculation

*tapset-method.cxx: previously the number of arguments in a method
    was determined by counting the number of ','s.
    Fix this by checking for distance between ()'s

11 years agoCorrect method name specified in generated byteman rule
Lukas Berk [Sat, 2 Mar 2013 19:48:45 +0000 (14:48 -0500)]
Correct method name specified in generated byteman rule

*tapset-method.cxx: fix the method name passed to the stap probe

11 years agoInitial java per method probing functionality
Lukas Berk [Sat, 2 Mar 2013 17:42:12 +0000 (12:42 -0500)]
Initial java per method probing functionality

* Makefile.{am,in}: add tapset-method.cxx to file list
* session.cxx: add java_derived_probes to systemtap_session class
* session.h: likewise
* tapsets.cxx: add new token strings, call java probe point builder
* tapset-method.cxx: actual byteman exec and probe redefinition/builder

11 years agolinux tapset: adapt to 3.9 movement of MAX_RT_PRIO to new linux/sched/rt.h
Frank Ch. Eigler [Wed, 1 May 2013 02:12:58 +0000 (22:12 -0400)]
linux tapset: adapt to 3.9 movement of MAX_RT_PRIO to new linux/sched/rt.h

11 years agostapdyn: add a one-second timeout to the mutatee state-change ppoll
Frank Ch. Eigler [Wed, 1 May 2013 00:37:56 +0000 (20:37 -0400)]
stapdyn: add a one-second timeout to the mutatee state-change ppoll

Intermittently, the filehandle-based notification hangs (with rawhide
dyninst 8.1.1 x86-64), but subsequent event polling works.  So let's
not let stapdyn block indefinitely on the former.

* stapdyn/mutator.cxx (mutator::run): Add a 10-second timeout.

11 years agoPR15422: fix compiler warning when --runtime=dyninst loc2c's 32-on-64 binary
Frank Ch. Eigler [Tue, 30 Apr 2013 20:28:47 +0000 (16:28 -0400)]
PR15422: fix compiler warning when --runtime=dyninst loc2c's 32-on-64 binary

* runtime/dyninst/loc2c-runtime.h (*deref, *_user_asm): Explicitly
  widen incoming address to uintptr_t.

11 years agoBZ915247: remove i18n stub support from python dtrace.in script
Frank Ch. Eigler [Mon, 29 Apr 2013 20:11:45 +0000 (16:11 -0400)]
BZ915247: remove i18n stub support from python dtrace.in script

* Makefile.am (update-po): Drop dtrace.in from POTFILES.in.
* Makefile.in, po/*: Regenerate.
* dtrace.in: Remove gettext calls.

11 years agoHandle an allocation failure in _stp_vsnprintf().
David Smith [Mon, 29 Apr 2013 19:52:26 +0000 (14:52 -0500)]
Handle an allocation failure in _stp_vsnprintf().

* runtime/vsprintf.c (_stp_vsnprintf): If _stp_reserve_bytes() fails,
  print an error and exit.

11 years agoFixed PR14491 by adding a real transport layer for dyninst.
David Smith [Fri, 26 Apr 2013 16:25:24 +0000 (11:25 -0500)]
Fixed PR14491 by adding a real transport layer for dyninst.

* runtime/dyninst/transport.c: New file.
* runtime/dyninst/transport.h: New file.
* translate.cxx (c_unparser::emit_module_init): Emit a call to
  stp_session_init_finished() before probe registrations.
  (c_unparser::emit_module_exit): In dyninst mode, delay
  releasing the context.
* tapsets.cxx (common_probe_entryfn_epilogue): In dyninst mode, delay
  releasing the context.
* runtime/dyninst/stapdyn.h: Add stp_dyninst_session_init_finished()
  prototype.
* runtime/dyninst/shm.c (_stp_shm_destroy): Right before unmapping the
  shared memory, tear down the contexts.
* runtime/dyninst/runtime_context.h (__stp_runtime_contexts_free): New
  function.
* runtime/dyninst/runtime.h (stp_pthread_rwlock_init_shared): New function.
  (stp_dyninst_shm_connect): Initialize the transport by calling
  _stp_dyninst_transport_init().
  (stp_dyninst_session_init): Ditto.
  (stp_dyninst_session_init_finished): New function.
  (stp_dyninst_dtor): Shutdown the transport by calling
  _stp_dyninst_transport_shutdown().
* runtime/dyninst/print.c (_stp_print_flush): Now just calls
  _stp_dyninst_transport_write().
  (_stp_reserve_bytes): Now just calls
  _stp_dyninst_transport_reserve_bytes().
  (_stp_unreserve_bytes): Now just calls
  _stp_dyninst_transport_unreserve_bytes().
* runtime/dyninst/common_session_state.h: Add transport data to session
  data structure.
* runtime/common_probe_context.h: Add transport data to context structure.
* runtime/dyninst/io.c (_stp_vlog): New function.
  (_stp_warn): Now uses _stp_vlog().
  (_stp_error): Ditto.
  (_stp_softerror): Ditto.
  (_stp_dbug): Ditto.

11 years agoExpand the SDT benchmark locations
Josh Stone [Tue, 23 Apr 2013 22:10:51 +0000 (15:10 -0700)]
Expand the SDT benchmark locations

- Add the loop index as an argument to stap:benchmark.
- Add stap:benchmark-thread-begin/end around each thread.
- Add stap:benchmark-begin/end around the whole thing.

11 years agoSupport "pid" interface of perf (for per-process case)
Torsten Polle [Wed, 10 Apr 2013 18:20:41 +0000 (20:20 +0200)]
Support "pid" interface of perf (for per-process case)

The interface of perf_event_create_kernel_counter() in kernel versions prior
2.6.37 takes the process id instead of a pointer to the task struct.

Signed-off-by: Torsten Polle <Torsten.Polle@gmx.de>
11 years agomutex-contention sample: drop compulsory NNNN argument used for array sizing
Frank Ch. Eigler [Fri, 12 Apr 2013 19:49:05 +0000 (15:49 -0400)]
mutex-contention sample: drop compulsory NNNN argument used for array sizing

11 years agoPR15363: tweak registration-warning message to print inode-offset
Frank Ch. Eigler [Fri, 12 Apr 2013 18:20:01 +0000 (14:20 -0400)]
PR15363: tweak registration-warning message to print inode-offset

Sadly, virtual address to feed/decode objdump -d is not available.

11 years agoPR15363 warn but don't error-abort, on inode-uprobes registration error
Frank Ch. Eigler [Fri, 12 Apr 2013 17:02:36 +0000 (13:02 -0400)]
PR15363 warn but don't error-abort, on inode-uprobes registration error

11 years agoFix weekdays in the rpm spec %changelog (per rpmlint)
Josh Stone [Tue, 9 Apr 2013 13:28:30 +0000 (09:28 -0400)]
Fix weekdays in the rpm spec %changelog (per rpmlint)

11 years agouretprobes: Update for aarapov's v1 (posted April 3)
Josh Stone [Tue, 9 Apr 2013 02:33:07 +0000 (22:33 -0400)]
uretprobes: Update for aarapov's v1 (posted April 3)

The uretprobes handler is now called ".ret_handler", with a new "func"
parameter for the breakpoint vaddr (which we don't use for now).

11 years agoextend error::pass2 man page
Frank Ch. Eigler [Sun, 7 Apr 2013 22:49:27 +0000 (18:49 -0400)]
extend error::pass2 man page

11 years agoEnable process.plt probes for ARM.
Torsten Polle [Fri, 5 Apr 2013 16:20:05 +0000 (12:20 -0400)]
Enable process.plt probes for ARM.

(Confirmed in binutils bfd/elf32-arm.c, elf32_arm_plt0_entry / elf32_arm_plt_entry.)

11 years agostapdyn runtime: don't use mktemp to create a file name
Frank Ch. Eigler [Fri, 5 Apr 2013 13:26:16 +0000 (09:26 -0400)]
stapdyn runtime: don't use mktemp to create a file name

* runtime/dyninst/shm.c (_stp_shm_init): Just use a pid-based name; we only
  need mild uniqueness to avoid accidental collision.

11 years agoBZ855981: Further tweak getcpu compatibility
Josh Stone [Thu, 4 Apr 2013 18:11:36 +0000 (11:11 -0700)]
BZ855981: Further tweak getcpu compatibility

- Keep using sched_getcpu() where possible - it's sometimes faster.
- Pass the correct parameters to syscall(getcpu).
- Direct the tapset cpu() through this compat code too.

11 years agoBZ855981/948279, on second thought, use -march=i586 vice i686
Frank Ch. Eigler [Thu, 4 Apr 2013 13:58:46 +0000 (09:58 -0400)]
BZ855981/948279, on second thought, use -march=i586 vice i686

11 years agoBZ855981/948279, work around gcc default -march=i386 __sync_* incapability
Frank Ch. Eigler [Thu, 4 Apr 2013 13:44:16 +0000 (09:44 -0400)]
BZ855981/948279, work around gcc default -march=i386 __sync_* incapability

* buildrun.cxx (compile_dyninst): Add CFLAGS += -march=i686 for arch=i386.

11 years agoBZ855981: stapdyn runtime compatibility with RHEL5
Frank Ch. Eigler [Thu, 4 Apr 2013 12:17:13 +0000 (08:17 -0400)]
BZ855981: stapdyn runtime compatibility with RHEL5

Old kernels & old glibcs require some minor compatibility hacks.

* runtime/dyninst/linux_defs.h: Dummy-define CLOCK_MONOTONIC_RAW
  if required.
* runtime/dyninst/runtime.h: Dummy-define BITS_PER_LONG if required.
  _stp_runtime_entryfn_get_context: Use syscall(__NR_gettid) as
  fallback from __NR_getcpu if required.

11 years agoPR15053: NEWS item and tweaked usage message for stapdyn
Serguei Makarov [Thu, 28 Mar 2013 13:45:50 +0000 (09:45 -0400)]
PR15053: NEWS item and tweaked usage message for stapdyn

11 years agoPR15315: Filter inode-uprobe processes in the handler
Josh Stone [Wed, 27 Mar 2013 23:33:56 +0000 (16:33 -0700)]
PR15315: Filter inode-uprobe processes in the handler

We already had process tracking, mainly for setting semaphores, but this
gives the list needed to check if an incoming uprobe hit is for a
process we care about.  So now stapiu_probe_prehandler will consult this
list before proceeding with the rest of the probe handler.

This also updates locking so that readers of this process list have a
more fine-grained lock, rather than the global stapiu_process_lock.
Code that needs to reserve/free a uprobe slot will both the global lock
and the specific target lock.

11 years agoeatmydata: fix cut&paste'd description text
Frank Ch. Eigler [Wed, 27 Mar 2013 15:21:44 +0000 (11:21 -0400)]
eatmydata: fix cut&paste'd description text

11 years agoeatmydata: don't override $return for non-participating processes
Frank Ch. Eigler [Wed, 27 Mar 2013 15:17:37 +0000 (11:17 -0400)]
eatmydata: don't override $return for non-participating processes

11 years agosamples: regenerate indexes, tweak keywords
Frank Ch. Eigler [Wed, 27 Mar 2013 15:09:01 +0000 (11:09 -0400)]
samples: regenerate indexes, tweak keywords

11 years agoeatmydata: new sample script
Frank Ch. Eigler [Wed, 27 Mar 2013 15:07:07 +0000 (11:07 -0400)]
eatmydata: new sample script

11 years agoPR15306: Guard the stapdyn probe prologue for no shm
Josh Stone [Tue, 26 Mar 2013 19:25:17 +0000 (12:25 -0700)]
PR15306: Guard the stapdyn probe prologue for no shm

* runtime/dyninst/common_session_state.h (GET_SESSION_ATOMIC,
  _stap_hash_seed, probe_alibi, probe_timing, stp_session_context):
  Return NULL if the session (in shm) doesn't exist yet.
* tapsets.cxx (common_probe_entryfn_prologue): Skip the whole probe if
  the session_state isn't available at all (i.e. no shm yet).
  (common_probe_entryfn_epilogue): Close the session_state block.

11 years agomutator.cxx:481:42: error: expected primary-expression before '.' token
Adrian Negreanu [Tue, 26 Mar 2013 10:07:09 +0000 (12:07 +0200)]
mutator.cxx:481:42: error: expected primary-expression before '.' token

Signed-off-by: Adrian Negreanu <groleo@gmail.com>
Signed-off-by: Josh Stone <jistone@redhat.com>
11 years agoAdd stap-prep.1 to systemtap.spec
Lukas Berk [Tue, 26 Mar 2013 15:03:21 +0000 (11:03 -0400)]
Add stap-prep.1 to systemtap.spec

*systemtap.spec: add %{_mandir}/man1/stap-prep.1* to be packaged

11 years agoman/Makefile.in: regenerate
Timo Juhani Lindfors [Wed, 6 Mar 2013 16:16:13 +0000 (18:16 +0200)]
man/Makefile.in: regenerate

11 years agoinstall stap-prep.1 man page
Timo Juhani Lindfors [Wed, 6 Mar 2013 16:10:18 +0000 (18:10 +0200)]
install stap-prep.1 man page

11 years agostap-prep: debian: do not check for linux-kbuild
Timo Juhani Lindfors [Thu, 7 Mar 2013 13:32:49 +0000 (15:32 +0200)]
stap-prep: debian: do not check for linux-kbuild

linux-headers* already depends on the right linux-kbuild* package and
our heuristic for guessing the package name is lacking. For example
with linux-image-3.2.0-0.bpo.4-amd64 version 3.2.35-2~bpo60+1 from
squeeze-backports it predicts "linux-kbuild-3.2.0" while the package
is actually named "linux-kbuild-3.2".

11 years agoman stap.1: add reference to stap-prep (1)
Timo Juhani Lindfors [Wed, 6 Mar 2013 14:48:27 +0000 (16:48 +0200)]
man stap.1: add reference to stap-prep (1)

11 years agoman: add man page for stap-prep (1)
Timo Juhani Lindfors [Wed, 6 Mar 2013 14:47:44 +0000 (16:47 +0200)]
man: add man page for stap-prep (1)

11 years agostap-prep: add support for deb based systems
Timo Juhani Lindfors [Wed, 6 Mar 2013 14:26:01 +0000 (16:26 +0200)]
stap-prep: add support for deb based systems

11 years agoPrepare stap-prep for support for non-rpm systems
Timo Juhani Lindfors [Wed, 6 Mar 2013 14:13:05 +0000 (16:13 +0200)]
Prepare stap-prep for support for non-rpm systems

11 years agoconfigury: regenerate on fedora-18 with autoconf 2.69 etc.
Frank Ch. Eigler [Mon, 25 Mar 2013 22:58:48 +0000 (18:58 -0400)]
configury: regenerate on fedora-18 with autoconf 2.69 etc.

11 years agoFixed PR15114 by adding uid/gid convenience variables to nfsd.proc.*.
David Smith [Mon, 25 Mar 2013 19:53:58 +0000 (14:53 -0500)]
Fixed PR15114 by adding uid/gid convenience variables to nfsd.proc.*.

* tapset/linux/nfsd.stp: Added uid/gid convenience variables to
  nfsd.proc.* aliases.
* testsuite/buildok/nfsd-detailed.stp: Added compile test for uid/gid
  convenience variables.

11 years agostap-report: include dpkg | grep linux on deb/ubuntu platforms
Frank Ch. Eigler [Mon, 25 Mar 2013 01:01:42 +0000 (21:01 -0400)]
stap-report: include dpkg | grep linux on deb/ubuntu platforms

11 years agoAdd a few more ENABLE_NLS checks to be consistent
Josh Stone [Sat, 23 Mar 2013 01:49:17 +0000 (18:49 -0700)]
Add a few more ENABLE_NLS checks to be consistent

11 years agofixes for ENABLE_NLS=0
Adrian Marius Negreanu [Fri, 22 Mar 2013 18:13:34 +0000 (20:13 +0200)]
fixes for ENABLE_NLS=0

v2:
    [Josh Stone]: replace _F(_N(a,b,c),...) with _NF(a,b,c,...)

Signed-off-by: Adrian Marius Negreanu <adrian.m.negreanu@intel.com>
Signed-off-by: Josh Stone <jistone@redhat.com>
11 years agoPR15053: stapdyn -G global variable setting support (initial patch)
Serguei Makarov [Fri, 22 Mar 2013 22:11:27 +0000 (18:11 -0400)]
PR15053: stapdyn -G global variable setting support (initial patch)

* buildrun.cxx (make_dyninst_run_command): pass module arguments on to stapdyn.
* runtime/dyninst/runtime.h (set_int64_t): new function.
* runtime/dyninst/stapdyn.h (stp_global_setter): function prototype.
* stapdyn/mutator.cxx (mutator::mutator): add modoptions to mutator.
  (mutator::init_modoptions): new function.
  (mutator::run_module_init): call init_modoptions to initialize globals.
* stapdyn/mutator.h (class mutator): add modoptions to mutator.
* stapdyn/stapdyn.cxx (main): collect module arguments from command line.
* translate.cxx (struct c_unparser): new emit_global_init_* functions.
  (c_unparser::emit_global_param): stapdyn no longer calls this function.
  (c_unparser::emit_global_init_setters): new function.
  (c_unparser::emit_global_init): emit default initial values in stapdyn mode.
  (c_unparser::emit_global_init_type): new function.
  (c_unparser::emit_module_init): copy initial values of stapdyn globals
     to shared memory as appropriate.
  (translate_pass): emit static-initialization struct for stapdyn,
     and also emit the setter function to access this struct.
* translate.h (struct c_unparser): document new emit_global_init_* functions.

11 years agoPR15279: Leave REG_IP alone in 3.9ish uprobes
Josh Stone [Fri, 22 Mar 2013 02:13:25 +0000 (19:13 -0700)]
PR15279: Leave REG_IP alone in 3.9ish uprobes

We had experimental code to use uprobes that passed the IP as an extra
parameter, but that was dropped in favor of modifying pt_regs directly,
before even calling the handlers.  So this restores our handler to never
take an IP, and updates REG_IP only for older versions.

* buildrun.cxx: Don't run autoconf-inode-uprobes-noaddr.c.
* runtime/linux/autoconf-inode-uprobes-noaddr.c: Deleted.
* runtime/linux/uprobes-inode.c: Set STAPIU_NEEDS_REG_IP for older
  uprobes, and consolidate to a single handler function that uses that
  flag to gate IP-setting.
* testsuite/systemtap.context/uprobe_uaddr_mark.*: New test, makes sure
  that uaddr() matches the statement(ADDR) in pp().

11 years agoPR15290: remove additional uretprobe cruft
Josh Stone [Fri, 22 Mar 2013 01:13:49 +0000 (18:13 -0700)]
PR15290: remove additional uretprobe cruft

11 years agoPR15290: add support for aarapov's uretprobes
Adrian Marius Negreanu [Thu, 21 Mar 2013 19:28:08 +0000 (21:28 +0200)]
PR15290: add support for aarapov's uretprobes

Signed-off-by: Adrian Marius Negreanu <adrian.m.negreanu@intel.com>
Signed-off-by: Josh Stone <jistone@redhat.com>
11 years agoRemove stapdyn '-std=c++11' compile flag.
David Smith [Thu, 21 Mar 2013 18:27:31 +0000 (13:27 -0500)]
Remove stapdyn '-std=c++11' compile flag.

* stapdyn/Makefile.am: Remove "-std=c++11" compile flag.
* stapdyn/Makefile.in: Regenerated.
* stapdyn/dynprobe.cxx: Change '__typeof__' back to 'typeof'.
* stapdyn/mutator.cxx: Ditto.
* stapdyn/mutator.h: Ditto.

11 years agoInclude runtime/dyninst/stapdyn.h properly in stapdyn C++ code.
David Smith [Wed, 20 Mar 2013 20:51:37 +0000 (15:51 -0500)]
Include runtime/dyninst/stapdyn.h properly in stapdyn C++ code.

* stapdyn/dynprobe.cxx: Make sure when we include
  runtime/dyninst/stapdyn.h we use 'extern "C"'.
* stapdyn/mutatee.cxx: Ditto.
* stapdyn/mutator.cxx: Ditto.
* stapdyn/mutator.h: Ditto.

11 years agoAdded better process cleanup in 6 testcases.
David Smith [Wed, 20 Mar 2013 20:45:10 +0000 (15:45 -0500)]
Added better process cleanup in 6 testcases.

* testsuite/systemtap.clone/probe_by_pid.exp: Better process cleanup.
* testsuite/systemtap.server/client.exp: Ditto.
* testsuite/systemtap.server/server.exp: Ditto.
* testsuite/systemtap.server/server_args.exp: Ditto.
* testsuite/systemtap.server/server_concurrency.exp: Ditto.
* testsuite/systemtap.server/server_locale.exp: Ditto.

11 years agoMake sure dyninst stat/map locks are using PTHREAD_PROCESS_SHARED.
David Smith [Tue, 19 Mar 2013 19:27:02 +0000 (14:27 -0500)]
Make sure dyninst stat/map locks are using PTHREAD_PROCESS_SHARED.

* runtime/dyninst/map_runtime.h (_stp_map_initialize_lock): Be sure to set
  'PTHREAD_PROCESS_SHARED' on mutexes by calling
  stp_pthread_mutex_init_shared().
* runtime/dyninst/stat_runtime.h: Ditto.
* runtime/dyninst/runtime.h: Add forward declaration of
  stp_pthread_mutex_init_shared().

11 years agoMake sure macro chain tokens are available for error reporting.
Mark Wielaard [Sun, 17 Mar 2013 11:31:27 +0000 (12:31 +0100)]
Make sure macro chain tokens are available for error reporting.

Found by a combination of zzuf and valgrind. When reporting the chain
token we need a real copy, because the existing (junk) token might have
been discarded.

11 years agoAnother parse error found by zzuf. Don't crash when we find early EOF.
Mark Wielaard [Sat, 16 Mar 2013 20:06:02 +0000 (21:06 +0100)]
Another parse error found by zzuf. Don't crash when we find early EOF.

Example crasher: stap -e 'probe begin { for (i = 0; i++;'

11 years agoParse errors found by zzuf. Don't crash when we find early EOF.
Mark Wielaard [Thu, 14 Mar 2013 23:39:36 +0000 (00:39 +0100)]
Parse errors found by zzuf. Don't crash when we find early EOF.

11 years agoAdd cvs add && cvs commit operations for the tapset/ directory
Lukas Berk [Thu, 14 Mar 2013 20:02:36 +0000 (16:02 -0400)]
Add cvs add && cvs commit operations for the tapset/ directory

*scripts/update-docs: add missing cvs operations for tapset files

11 years agorun-staprun: Preserve the user PATH and HOME
Josh Stone [Tue, 12 Mar 2013 23:08:48 +0000 (16:08 -0700)]
run-staprun: Preserve the user PATH and HOME

Just for convenience, keeps PATH and HOME as the user's to make sure
-c CMD has a normal non-root environment.

11 years agoAdd options to help benchmark SDT
Josh Stone [Tue, 12 Mar 2013 02:08:49 +0000 (19:08 -0700)]
Add options to help benchmark SDT

These are secret, undocumented, for developer use only.  Use stap
inception-style as the -c CMD of a stap which probes the SDT mark
process.provider("stap").mark("benchmark").

  --benchmark-sdt-loops=N
        Loop over the SDT probe point N times.

  --benchmark-sdt-threads=N
        Run the loop simultaneously in N threads.

11 years agostapdyn: fix the context->data_index
Josh Stone [Tue, 12 Mar 2013 02:01:27 +0000 (19:01 -0700)]
stapdyn: fix the context->data_index

This regressed in commit c08bf9de, which lost the initialization of that
field.  Thus there was a data race in pmaps, stats, etc. in writing to
data_index 0, rather than the true index of the currently-owned context.

This page took 0.057994 seconds and 5 git commands to generate.