summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* PR4105: support up to 9 (up from 5) array index dimensionsFrank Ch. Eigler2009-04-012-0/+634
* PR9998: new config and test filesWenji Huang2009-03-301-0/+5
* PR10001: Use the kernel's strlcpy & strlcatJosh Stone2009-03-261-16/+5
* Fix for CVE-2009-0784: stapusr module-path checking raceFrank Ch. Eigler2009-03-251-0/+9
* Revert "PR9940: avoid duplicated calling of uprobes in shared libraries"Frank Ch. Eigler2009-03-241-4/+2
* itrace: zap "usr_itrace_init: completed for tid = NNNN" debug messageFrank Ch. Eigler2009-03-241-1/+2
* PR 9989 fix.David Smith2009-03-241-13/+26
* PR9974: adapt to utrace_connected_engine -> utrace_engineFrank Ch. Eigler2009-03-225-0/+28
* PR9821: staprun supports subset of strftime.Masami Hiramatsu2009-03-204-32/+232
* PR6930: stapio: support file switchingMasami Hiramatsu2009-03-205-17/+195
* PR6930: stapio: run in background as a daemonMasami Hiramatsu2009-03-203-4/+84
* PR6930: staprun: supports error message to syslogMasami Hiramatsu2009-03-203-8/+33
* PR9940: avoid duplicated calling of uprobes in shared librariesWenji Huang2009-03-191-2/+4
* start of rhel5 compatibility for itraceFrank Ch. Eigler2009-03-192-2/+49
* add runtime/autoconf magic for itrace on pre-find_task_by_vpid kernelsFrank Ch. Eigler2009-03-191-0/+6
* Fix for spinlock bad magic error with itrace probe pointMaynard Johnson2009-03-181-6/+2
* Don't mutex_unlock in __stp_tf_get_vma_map_entry_internal.Mark Wielaard2009-03-181-1/+0
* Get the canonical path of the main file for comparison at runtime.Mark Wielaard2009-03-172-1/+2
* PR9951: Prevent GCC warnings in deref()Josh Stone2009-03-161-6/+5
* Move vma module tracking from pr6866 branch to master.Mark Wielaard2009-03-152-7/+45
* Move lookup_bad_addr call in STAPCONF_PROBE_KERNELJosh Stone2009-03-131-8/+6
* PR9947: move runtime cleanup out of the work queueJosh Stone2009-03-134-8/+35
* Adapt to linux-next commit changing __alloc_percpu API.Frank Ch. Eigler2009-03-082-22/+9
* stap autoconf test for kernel stack trace supportTim Moore2009-03-044-6/+27
* This patch updates the itrace code to support the new utrace interface.Maynard Johnson2009-03-031-29/+117
* PR9875: Remove sduprobesWenji Huang2009-03-031-61/+0
* Add selective use of _stp_time_init/kill (PR9822)Josh Stone2009-02-232-7/+7
* Better <linux/debugfs.h> header file inclusion.David Smith2009-02-202-1/+2
* Kill all ChangeLogsJosh Stone2009-02-193-4291/+0
* PR9866 band-aid: deactivate new CONFIG_STACKTRACE code for older kernelsFrank Ch. Eigler2009-02-184-5/+12
* Remove context argument from _stp_stack_print_fallback (PR 9860).William Cohen2009-02-182-4/+9
* Removed unused functions and variables.David Smith2009-02-1816-374/+43
* Move sdt.h to includes/sys and use in tests.Mark Wielaard2009-02-172-180/+4
* Reduced control channel code duplication.David Smith2009-02-176-270/+132
* sdt.h (STAP_PROBE): Take provider and probe as arguments.Mark Wielaard2009-02-162-1/+5
* Fix )( typo in sdt.h STAP_PROBE9 parm9.Mark Wielaard2009-02-162-1/+5
* Handle c++ static user probes via .probe, c via .label.Stan Cox2009-02-152-99/+51
* Fixed stack.c compile problems on systems with older kernels (like RHEL4).David Smith2009-02-132-0/+5
* Fixed transport/procfs.c for systems that use the old transport (RHEL4).David Smith2009-02-134-3/+19
* Moved inclusion of runtime/procfs.c to a better place.David Smith2009-02-122-1/+3
* Cleanup. Renamed _stp_{un}lock_debugfs() to _stp_{un}lock_transport_dir().David Smith2009-02-127-16/+44
* Use kernel stack backtrace support when availableTim Moore2009-02-114-0/+104
* Fixed __stp_utrace_attach by always checking for mm.David Smith2009-02-112-5/+9
* Fixed typo in last change.David Smith2009-02-102-2/+5
* Ignores kernel threads (by checking for PF_KTHREAD).David Smith2009-02-102-0/+31
* 2.6.29rc build fix: autoconf for proc_dir_entry->owner going awayFrank Ch. Eigler2009-02-063-1/+18
* PR9740/9816? - workaround for kernel valloc bugFrank Ch. Eigler2009-02-054-0/+30
* Add STAP_PROBE7, 8 and 9 variants to sdt.h.Mark Wielaard2009-02-022-3/+76
* Add .label("label")Stan Cox2009-02-011-1/+1
* Use 'static' as much as possibleJosh Stone2009-01-2837-198/+197