public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
[Bug translator/10690] New: need way to produce bigger procfs output
 2010-02-24 17:05 UTC  (6+ messages)
` [Bug translator/10690] "

[PATCH -tip v10 0/9] kprobes: Kprobes jump optimization support
 2010-02-24 13:41 UTC  (15+ messages)
` [PATCH -tip v10 5/9] kprobes/x86: Boost probes when reentering
` [PATCH -tip v10 3/9] kprobes: Introduce kprobes jump optimization
` [PATCH -tip v10 4/9] kprobes: Jump optimization sysctl interface
` [PATCH -tip v10 1/9] kprobes/x86: Cleanup RELATIVEJUMP_INSTRUCTION to RELATIVEJUMP_OPCODE
` [PATCH -tip v10 2/9] kprobes: Introduce generic insn_slot framework
` [PATCH -tip v10 9/9] kprobes: Add documents of jump optimization
` [PATCH -tip v10 6/9] kprobes/x86: Cleanup save/restore registers
` [PATCH -tip v10 8/9] kprobes/x86: Support kprobes jump optimization on x86
` [PATCH -tip v10 7/9] x86: Add text_poke_smp for SMP cross modifying code

[PATCH -tip v3 0/9] perf-probe updates - use elfutils and introduce lazy matching
 2010-02-23 21:00 UTC  (12+ messages)
` [PATCH -tip v3 3/9] perf probe: Fix bugs in line range finder
` [PATCH -tip v3 4/9] perf probe: Rename probe finder functions
` [PATCH -tip v3 1/9] perf probe: Do not show --line option without dwarf support
` [PATCH -tip v3 2/9] perf probe: Update perf probe document
` [PATCH -tip v3 6/9] perf probe: Use libdw callback routines
` [PATCH -tip v3 8/9] perf probe: show more lines after last line
` [PATCH -tip v3 9/9] perf probe: Add lazy line matching support
` [PATCH -tip v3 7/9] perf probe: Check function address range strictly in line finder
` [PATCH -tip v3 5/9] perf probe: Use elfutils-libdw for analyzing debuginfo

[Bug tapsets/11269] New: syscall.mmap decoding $fd incorrectly with MAP_ANONYMOUS
 2010-02-23 17:12 UTC  (2+ messages)
` [Bug tapsets/11269] "

[PATCH -tip v2 0/9] perf-probe updates - use elfutils and introduce lazy matching
 2010-02-22 23:20 UTC  (15+ messages)
` [PATCH -tip v2 2/9] perf probe: Update perf probe document
` [PATCH -tip v2 3/9] perf probe: Fix bugs in line range finder
` [PATCH -tip v2 1/9] perf probe: Do not show --line option without dwarf support
` [PATCH -tip v2 4/9] perf probe: Rename probe finder functions
` [PATCH -tip v2 6/9] perf probe: Use libdw callback routines
` [PATCH -tip v2 5/9] perf probe: Use elfutils-libdw for analyzing debuginfo
` [PATCH -tip v2 8/9] perf probe: show more lines after last line
` [PATCH -tip v2 7/9] perf probe: Check function address range strictly in line finder
` [PATCH -tip v2 9/9] perf probe: Add lazy line matching support

[Bug runtime/11308] New: aggregate operations for @variance, @skew, @kurtosis
 2010-02-22 16:48 UTC 

Fwd: proc_mem modification to allow use in timer probes
 2010-02-22 15:22 UTC  (4+ messages)

stap error: no match while resolving probe point kernel.function("do_mmap_pgoff@mm/mmap.c:901")
 2010-02-22 12:54 UTC  (4+ messages)

[PATCH -tip and 2.6.33-rc8] [BUGFIX] perf probe: Init struct probe_point and set counter correctly
 2010-02-22 11:05 UTC  (2+ messages)
` [tip:perf/urgent] "

[PATCH -tip 0/9] perf-probe updates - use elfutils and introduce lazy matching
 2010-02-22 10:29 UTC  (12+ messages)
` [PATCH -tip 2/9] perf probe: Update perf probe document
` [PATCH -tip 3/9] perf probe: Fix bugs in line range finder
` [PATCH -tip 1/9] perf probe: Do not show --line option without dwarf support
` [PATCH -tip 4/9] perf probe: Rename probe finder functions
` [PATCH -tip 5/9] perf probe: Use elfutils-libdw for analyzing debuginfo
  ` [Dle-develop] "
` [PATCH -tip 7/9] perf probe: Check function address range strictly in line finder
` [PATCH -tip 8/9] perf probe: show more lines after last line
` [PATCH -tip 6/9] perf probe: Use libdw callback routines
` [PATCH -tip 9/9] perf probe: Add lazy line matching support

[PATCH] Check for/build elfutils iff translator is enabled
 2010-02-22  1:15 UTC 

new systemtap snapshot available
 2010-02-20 14:27 UTC 

[Bug translator/11005] New: compile-time error catching
 2010-02-19 23:39 UTC  (2+ messages)
` [Bug translator/11005] @defined() predicate for compile-time $var "

[Bug releng/11179] New: release 1.2 blockers
 2010-02-19 22:59 UTC  (3+ messages)
` [Bug releng/11179] "

[Bug translator/11208] New: auto-concatenate string literals
 2010-02-19 22:47 UTC  (2+ messages)
` [Bug translator/11208] "

[Bug translator/11275] New: Don't print the full usage after command line error
 2010-02-19 22:13 UTC  (2+ messages)
` [Bug translator/11275] "

[Bug testsuite/11296] New: sdt.h test cases don't work from systemtap-testsuite rpm
 2010-02-18 21:07 UTC  (3+ messages)
` [Bug testsuite/11296] "

[RFC] Support for performance event sampling
 2010-02-18 16:29 UTC 

[RFC] Framework for easy distribution of SystemTap scripts
 2010-02-17 18:09 UTC  (5+ messages)

[Bug tapsets/6762] New: Some syscalls functions just wrappers for other syscalls
 2010-02-16 20:05 UTC  (2+ messages)
` [Bug tapsets/6762] "

[Bug runtime/11277] New: _stp_text_str uses bad octal escapes
 2010-02-16  3:28 UTC  (2+ messages)
` [Bug runtime/11277] "

[Bug translator/11282] New: FAIL: RUNTIME1 was cached
 2010-02-16  0:19 UTC  (2+ messages)
` [Bug translator/11282] "

[Bug translator/11281] New: Negative -D value triggers ERROR: Safety pattern mismatch for -D parameter
 2010-02-15 15:02 UTC  (3+ messages)
` [Bug translator/11281] "

[PATCH -tip 1/2] x86/alternatives: Fix build warning
 2010-02-15  5:23 UTC  (8+ messages)
` [PATCH -tip 2/2] kprobes: Add mcount in kprobes blacklist
  ` [tip:perf/core] kprobes: Add mcount to the "
  ` [tip:tracing/urgent] "
  ` [PATCH -tip v2] x86/alternatives: Fix build warning
    ` [tip:perf/core] "

[Bug tapsets/11263] New: exposing foo32 syscalls
 2010-02-14 10:44 UTC  (5+ messages)
` [Bug tapsets/11263] "

new systemtap snapshot available
 2010-02-13 14:27 UTC 

[Bug releng/10907] New: tracker: release 1.1 blockers
 2010-02-12 19:00 UTC  (3+ messages)
` [Bug releng/10907] "

[PATCH -tip v9 9/9] kprobes: Add documents of jump optimization
 2010-02-12  3:35 UTC  (2+ messages)

[Bug translator/11274] New: stap-client doesn't understand "--"
 2010-02-12  1:08 UTC 

[Bug translator/10257] New: sprint(@hist_*) doesn't parse
 2010-02-11 21:58 UTC  (3+ messages)
` [Bug translator/10257] "

Warning for buildok/context_test.stp on utrace kernel
 2010-02-11  8:24 UTC  (4+ messages)

[Bug testsuite/11270] New: The 'nd_syscall' tapset needs a testcase
 2010-02-10 22:37 UTC  (2+ messages)
` [Bug testsuite/11270] "

[Bug translator/6711] need script syntax for extending blacklist
 2010-02-10  2:15 UTC  (2+ messages)

[Bug translator/11266] New: var_expanding_visitor barfs on non-assignment lvalues
 2010-02-10  0:12 UTC 

ABRT unusable again
 2010-02-08 16:36 UTC 

[PATCH] Add simple test for PR10257 (sprint(@hist_linear))
 2010-02-06 22:35 UTC 

new systemtap snapshot available
 2010-02-06 14:27 UTC 

[PATCH -tip v9 0/9] kprobes: Kprobes jump optimization support
 2010-02-05 22:39 UTC  (10+ messages)
` [PATCH -tip v9 1/9] kprobes/x86: Cleanup RELATIVEJUMP_INSTRUCTION to RELATIVEJUMP_OPCODE
` [PATCH -tip v9 9/9] kprobes: Add documents of jump optimization
` [PATCH -tip v9 8/9] kprobes/x86: Support kprobes jump optimization on x86
` [PATCH -tip v9 7/9] x86: Add text_poke_smp for SMP cross modifying code
` [PATCH -tip v9 3/9] kprobes: Introduce kprobes jump optimization
` [PATCH -tip v9 2/9] kprobes: Introduce generic insn_slot framework
` [PATCH -tip v9 4/9] kprobes: Jump optimization sysctl interface
` [PATCH -tip v9 6/9] kprobes/x86: Cleanup save/restore registers
` [PATCH -tip v9 5/9] kprobes/x86: Boost probes when reentering

[Bug documentation/11210] New: 3stap man pages colliding with 3
 2010-02-05 18:04 UTC  (4+ messages)
` [Bug documentation/11210] "

[PATCH 1/2] Do not check stuff required by server if disabled
 2010-02-04 20:45 UTC  (3+ messages)
` [PATCH 2/2] Regenerate autotools files using autoreconf v2.61

[PATCH -tip 0/4] kprobes updates
 2010-02-04 20:37 UTC  (12+ messages)
` [PATCH -tip 3/4] kprobes: Check probe address is reserved
  ` [tip:perf/core] "
` [PATCH -tip 4/4] ftrace: Remove record freezing
  ` [tip:perf/core] "
` [PATCH -tip 2/4] ftrace/alternatives: Introducing *_text_reserved functions
  ` [tip:perf/core] "
` [PATCH -tip 1/4] [RESEND] kprobes: Disable booster when CONFIG_PREEMPT=y
  ` [tip:perf/core] "

[Bug documentation/11224] New: setting module arguments needs to be tested/documented
 2010-02-04 19:57 UTC  (7+ messages)
` [Bug documentation/11224] "

[Bug runtime/11249] New: Tracking executable plus library fails on i386
 2010-02-04 14:13 UTC  (4+ messages)
` [Bug runtime/11249] "

[Bug translator/11246] New: Add better control over caching
 2010-02-03 23:48 UTC 

CVE-2009-4273 for stap 1.0?
 2010-02-03 20:23 UTC  (3+ messages)

[Bug runtime/11078] New: avoid procfs race condition
 2010-02-03 17:58 UTC  (2+ messages)
` [Bug runtime/11078] "

[Bug translator/9931] New: diagnostic aids for module cache collisions
 2010-02-03 12:32 UTC  (6+ messages)
` [Bug translator/9931] "

[Bug tapsets/10745] New: Give access to "hidden" tracepoints
 2010-02-02 20:43 UTC  (2+ messages)
` [Bug tapsets/10745] "

Missing tracepoints in systemtap? stap -L 'kernel.trace("*")' vs cat /sys/kernel/debug/tracing/available_events
 2010-02-02 20:30 UTC  (2+ messages)

[Bug translator/11196] New: Retrieving variables from marker locations in stap broken on x86_64 (cfa_ops not found)
 2010-02-02 16:23 UTC  (2+ messages)
` [Bug translator/11196] "

new systemtap snapshot available
 2010-01-30 14:27 UTC 

[PATCH tracing/kprobes] kprobes: Disable booster when CONFIG_PREEMPT=y
 2010-01-29 17:33 UTC  (10+ messages)

[RFC] Systemtap translator support for hardware breakpoints on
 2010-01-29  9:15 UTC  (8+ messages)
  ` [RFC V2] Systemtap translator support for kernel hardware breakpoints

[Bug runtime/11229] New: Error message for CONFIG_UTRACE could mention kernel development headers
 2010-01-27 21:40 UTC 

question on system tap
 2010-01-27 18:49 UTC  (2+ messages)

[Bug tapsets/11209] New: Provide an alternative time tapset
 2010-01-26 22:55 UTC  (2+ messages)
` [Bug tapsets/11209] "

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).