index
:
systemtap-steved
master
nfsd-update
rpc-update
Unnamed repository; edit this file to name it for gitweb.
Steve Dickson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
runtime
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kill all ChangeLogs
Josh Stone
2009-02-19
1
-2519
/
+0
*
PR9866 band-aid: deactivate new CONFIG_STACKTRACE code for older kernels
Frank Ch. Eigler
2009-02-18
1
-0
/
+6
*
Remove context argument from _stp_stack_print_fallback (PR 9860).
William Cohen
2009-02-18
1
-0
/
+5
*
Removed unused functions and variables.
David Smith
2009-02-18
1
-0
/
+14
*
Move sdt.h to includes/sys and use in tests.
Mark Wielaard
2009-02-17
1
-0
/
+4
*
sdt.h (STAP_PROBE): Take provider and probe as arguments.
Mark Wielaard
2009-02-16
1
-0
/
+4
*
Fix )( typo in sdt.h STAP_PROBE9 parm9.
Mark Wielaard
2009-02-16
1
-0
/
+4
*
Handle c++ static user probes via .probe, c via .label.
Stan Cox
2009-02-15
1
-0
/
+4
*
Fixed stack.c compile problems on systems with older kernels (like RHEL4).
David Smith
2009-02-13
1
-0
/
+3
*
Fixed transport/procfs.c for systems that use the old transport (RHEL4).
David Smith
2009-02-13
1
-0
/
+4
*
Cleanup. Renamed _stp_{un}lock_debugfs() to _stp_{un}lock_transport_dir().
David Smith
2009-02-12
1
-0
/
+7
*
Use kernel stack backtrace support when available
Tim Moore
2009-02-11
1
-0
/
+9
*
Fixed __stp_utrace_attach by always checking for mm.
David Smith
2009-02-11
1
-0
/
+5
*
Fixed typo in last change.
David Smith
2009-02-10
1
-0
/
+3
*
Ignores kernel threads (by checking for PF_KTHREAD).
David Smith
2009-02-10
1
-0
/
+7
*
2.6.29rc build fix: autoconf for proc_dir_entry->owner going away
Frank Ch. Eigler
2009-02-06
1
-0
/
+5
*
PR9740/9816? - workaround for kernel valloc bug
Frank Ch. Eigler
2009-02-05
1
-0
/
+5
*
Add STAP_PROBE7, 8 and 9 variants to sdt.h.
Mark Wielaard
2009-02-02
1
-0
/
+4
*
sdt.h (STAP_PROBE): Use "g", not "r", for asm args.
Mark Wielaard
2009-01-27
1
-0
/
+4
*
sdt.h (struct _probe_): Make probe_name a STAP_PROBE_STRUCT_ARG.
Stan Cox
2009-01-27
1
-0
/
+4
*
sdt.h: DTRACE_PROBE5 is STAP_PROBE5, not 4, likewise for 6.
Mark Wielaard
2009-01-26
1
-0
/
+4
*
PR 9673. Only use one utrace engine for all targets with same path or pid.
David Smith
2009-01-20
1
-0
/
+25
*
PR 7082: patch for uprobes2 (kernel > 2.6.26)
Jim Keniston
2009-01-13
1
-0
/
+8
*
Adapt _stp_sort to 2.6.29.
Wenji Huang
2009-01-12
1
-0
/
+4
*
PR9699: build fixes for kernel 2.6.28
Frank Ch. Eigler
2009-01-06
1
-0
/
+5
*
Put a block around the probe point.
Stan Cox
2008-12-21
1
-0
/
+4
*
Convert .mark to .statement(0x) instead of .statement(foo.c:N)
Stan Cox
2008-12-16
1
-0
/
+4
*
add some more wallpaper protection against cpu frequency = 0 in gettimeofday_...
Frank Ch. Eigler
2008-12-09
1
-0
/
+4
*
Fix the compilation warning of uprobe in FC9.
Wenji Huang
2008-12-07
1
-0
/
+4
*
Remove STAP_PROBE_START.
Stan Cox
2008-12-04
1
-0
/
+6
*
Support debuginfo static uprobes.
Stan Cox
2008-11-26
1
-0
/
+4
*
PR4886: enable assertive build-id checking for new kernels
Frank Ch. Eigler
2008-11-26
1
-0
/
+6
*
safety: add paranoid call to synchronize_sched() during shutdown process
Frank Ch. Eigler
2008-11-26
1
-0
/
+4
*
PR7046: performance: eliminate duplicate uprobes for multithreaded programs' ...
Frank Ch. Eigler
2008-11-25
1
-0
/
+6
*
Use for_each_cpu_mask always.
Wenji Huang
2008-11-24
1
-0
/
+5
*
Add static uprobe support (static library variant)
Stan Cox
2008-11-17
1
-0
/
+5
*
Fix the conflicted for_each_cpu macro with 2.6.28.
Wenji Huang
2008-11-17
1
-0
/
+10
*
PR5274 - Added s390 task_finder support.
David Smith
2008-11-04
1
-0
/
+3
*
PR5274 - Add s390 arch support for uprobes longjump handling.
David Smith
2008-11-04
1
-0
/
+6
*
PR6028 / BZ468143: ia64 fetch-register speedup
Masami Hiramatsu
2008-11-04
1
-0
/
+5
*
PR6967: fix s390x compilation error re on_each_cpu
Frank Ch. Eigler
2008-10-28
1
-0
/
+6
*
Fix hrtimer.expires name change.
Josh Stone
2008-10-24
1
-0
/
+4
*
Fix compilation warning of uninitialized value in gcc 3.x.
Wenji Huang
2008-10-17
1
-0
/
+4
*
PR4886: weaken build-id failure semantics
Frank Ch. Eigler
2008-10-07
1
-0
/
+7
*
Add workaround for fedora 9 2.6.26 kernels to utrace_compatibility.h.
Mark Wielaard
2008-10-06
1
-0
/
+4
*
PR4886: check build-id if able.
Wenji Huang
2008-10-06
1
-0
/
+10
*
Remove debug output from warning in procfs.
Mark Wielaard
2008-10-04
1
-0
/
+4
*
procfs dir_entry count warning on removal depends on kernel version.
Mark Wielaard
2008-10-04
1
-0
/
+5
*
fix bugs in add_bad_addr_entry
Tim Moore
2008-10-02
1
-0
/
+5
*
Fix race condition in addr-map; simplify allocation logic
Tim Moore
2008-09-30
1
-0
/
+5
[next]