summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* PR5892: rename new -B /PATH to -r /PATH; merge functionalityFrank Ch. Eigler2008-12-031-2/+3
|
* BZ 5892: Add stap -B to sic systemtap at an alternate kernel build treeRajan Arora2008-12-011-0/+3
|
* NEWS: add blurbs re "stap -t" skippage and shared library probingFrank Ch. Eigler2008-11-291-0/+15
|
* NEWS: expanded recent blurbsFrank Ch. Eigler2008-11-291-2/+13
|
* PR6925: --vp (per-pass verbosity) optionFrank Ch. Eigler2008-11-181-0/+3
|
* note possible effects of interruptible probe handlersFrank Ch. Eigler2008-11-181-0/+4
|
* make room for post-v0.8 newsFrank Ch. Eigler2008-11-131-0/+3
|
* update NEWS versionFrank Ch. Eigler2008-11-131-1/+1
|
* BZ467652: support old-style stap -c "FOO > BAR" usage by backing down to ↵Frank Ch. Eigler2008-10-231-2/+5
| | | | sh -c if needed.
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-10-101-0/+4
|\ | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Added NEWS entry for source context fix
| * Added NEWS entry for source context fixRajan Arora2008-10-101-0/+4
| |
* | reword NEWS blurb on cache limitingFrank Ch. Eigler2008-10-101-5/+4
|/
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapElliott Baron2008-10-101-0/+6
|\
| * Added cache limiting info to man page and NEWS.Kent Sebastian2008-10-101-0/+6
| |
* | Added NEWS entry for stap-report toolElliott Baron2008-10-101-0/+4
|/
* tweak anon-struct test case and news blurbFrank Ch. Eigler2008-09-251-2/+4
|
* Handling members with anonymous structs / unionsPrerna2008-09-251-0/+2
|
* add new stap -F (flight recorder) option that just passes through to staprun -LNobuhiro Tachino2008-09-161-0/+5
|
* Add network security warning for the client/server.Dave Brolley2008-09-101-1/+7
|
* Add $return context variables on per-process-syscall.return probesMasami Hiramatsu2008-09-091-0/+2
|
* Add $argN context variables on per-process-syscall probesMasami Hiramatsu2008-09-091-0/+4
|
* tiny grammar fix in NEWSJosh Stone2008-09-081-1/+1
|
* PR6445: documentation, mopping upFrank Ch. Eigler2008-09-061-0/+12
|
* add comments explaining why '-L' works; add NEWS blurb tooFrank Ch. Eigler2008-09-051-0/+7
|
* add user-space probing blurbFrank Ch. Eigler2008-09-021-6/+31
|
* Update NEWS regarding the systemtap client/server.Dave Brolley2008-08-291-0/+9
|
* fix NEWS to refer to simpler context.stp tapset functions in auto-printing blurbFrank Ch. Eigler2008-08-281-4/+4
|
* Document written but unread global variable automatic display.Stan Cox2008-08-281-0/+7
|
* PR6836: tweak $$return formattingFrank Ch. Eigler2008-08-151-1/+1
|
* PR6836: $$vars extensions, $$returnFrank Ch. Eigler2008-08-151-1/+4
|
* move post-0.7 news tidbit to the topFrank Ch. Eigler2008-08-051-3/+2
|
* Add test for $$vars, $$params, $$locals.Stan Cox2008-08-051-0/+4
|
* version bump to 0.7.1Frank Ch. Eigler2008-07-161-0/+3
|
* PR6736: changelogs for post-merge compiled unwind/symbols data reorganizationFrank Ch. Eigler2008-07-101-4/+0
|
* Update documentation for .statement wildcard.Stan Cox2008-06-231-0/+4
|
* PR5643: mention in src/NEWS since the speedup effect is dramaticFrank Ch. Eigler2008-06-101-0/+3
|
* PR6470: new argv[] tapset, docs, test casesFrank Ch. Eigler2008-06-101-0/+8
|
* Add test and doc for kernel.statement relative line number.Stan Cox2008-06-091-0/+5
|
* Updated utrace probe descriptions in NEWS and stapprobes.5.in.David Smith2008-06-061-6/+8
| | | | | | | 2008-06-06 David Smith <dsmith@redhat.com> * NEWS: Updated utrace probes descriptions. * stapprobes.5.in: Ditto.
* PR 5955 - Accept ; terminated globalsAnanth N Mavinakayanahalli2008-05-141-0/+5
|
* Added utrace exec probes.David Smith2008-04-181-0/+12
| | | | | | | | | | | | | | | 2008-04-18 David Smith <dsmith@redhat.com> * tapsets.cxx (struct utrace_builder): Added exec probes. (utrace_derived_probe_group::emit_probe_decl): Ditto. (utrace_derived_probe_group::emit_module_decls): Ditto. (register_standard_tapsets): Ditto. * stapprobes.5.in: Added information about exec probes. * NEWS: Added information about utrace probes. 2008-04-18 David Smith <dsmith@redhat.com> * systemtap.base/utrace_p4.exp: Added exec probe test.
* Merge commit 'origin/unwind'Frank Ch. Eigler2008-04-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | * commit 'origin/unwind': Fixes for 2.6.25 pt_regs changes. Include string.h Change stap to get kernel symbols from debuginfo and reincarnate vim/ directory in this branch to match master Add new define STP_USE_DWARF_UNWINDER which is set based on which archs Remove misleading error message. Support for kernels built with CONFIG_FRAME_POINTER Fix regression. dded _stp_read_address() and changed code to use it. kretprobe trampoline fixes i386 fixes. control.c (_stp_ctl_write_dbug): Insert missing break. 32-bit fixes Cleanup. 2008-03-23 Frank Ch. Eigler <fche@elastic.org> 2008-03-23 Frank Ch. Eigler <fche@elastic.org> 2008-03-21 Eugene Teo <eugeneteo@kernel.sg> add (back) runtime/unwind files * clarify utility of epilogue-type probe aliases in documentation rebased unwind_branch on top of current master
* PR2949: listings mode (stap -l PROBE)Frank Ch. Eigler2008-04-101-0/+12
| | | | | | | | | | | | | | | | 2008-04-10 Frank Ch. Eigler <fche@elastic.org> PR 2949. * session.h (listing_mode): New field. * main.cxx (main): Test it. Enjoy it. (usage): Document it. * stap.1.in, stapex.5.in: Ditto. * elaborate.cxx (print_error): Disable error messages in listing mode. 2008-04-10 Frank Ch. Eigler <fche@elastic.org> PR 2949 * systemtap.base/cmd_parse.exp: Add "-l" listing test.
* * release prep: 0.6.2 version bumpfche2008-03-121-1/+4
| | | | | | | 2008-03-12 Frank Ch. Eigler <fche@elastic.org> * configure.ac, systemtap.spec.in: Bumped version to 0.6.2. * configure: Regenerated.
* 2008-02-21 Dave Brolley <brolley@redhat.com>brolley2008-02-271-0/+29
| | | | | | | | | | | | | | | | | | | | | | PR5189 * staptree.h (print_format::conv_memory): New enumerator. (print_format::width_type): New enumeration. (print_format::precision_type): New enumeration. (format_component::widthtype): New member. (format_component::prectype): New member. (format_component::is_empty): Test widthtype and prectype. (format_component::clear): Clear widthtype and prectype. * staptree.cxx (print_format::components_to_string): Handle dynamic width and precision. Handle conv_memory. (print_format::string_to_components): Parse dynamic width and precision specifiers. Set widthtype and prectype. Parse %m format specifier. * elaborate.h (typeresolution_info::check_arg_type): New method. * elaborate.cxx (typeresolution_info::visit_print_format): Account for dynamic width and precision when computing the expected number of arguments. Check the types of arguments for dynamic width and precision. Use check_arg_type to check the types of all arguments. Handle print_format::conv_memory. (typeresolution_info::check_arg_type): New method. * NEWS: Describe the enhancements above.
* PR5792: wildcard support for %( kernel/arch %) preprocessor operandsfche2008-02-261-0/+4
| | | | | | | | | | | | | | 2008-02-25 Frank Ch. Eigler <fche@elastic.org> PR5792. * parse.cxx (eval_pp_conditional): Support wildcards in %( kernel_v/kernel_vr/arch ==/!= "*foo?" %) operands. * NEWS, stap.1.in: Document this. 2008-02-25 Frank Ch. Eigler <fche@elastic.org> PR5792. * systemtap.base/preprocessor.exp: New test.
* 2008-02-18 Frank Ch. Eigler <fche@elastic.org>fche2008-02-191-0/+11
| | | | | * NEWS, stapprobes.5.in: Document basic (non-symbolic prototype) user-space probe points.
* bump to version 0.6.1 in prep for snapshot releasefche2008-01-181-1/+1
| | | | | | | 2008-01-18 Frank Ch. Eigler <fche@elastic.org> * configure.ac, systemtap.spec.in: Update version to 0.6.1 * configure: Regenerated.
* 2007-12-13 Masami Hiramatsu <mhiramat@redhat.com>hiramatu2007-12-131-0/+21
| | | | | * stap.1.in: Document about relay buffer sharing. * NEWS: Document about relay buffer sharing and staplog crash extension.
* 2007-12-05 Masami Hiramatsu <mhiramat@redhat.com>hiramatu2007-12-051-0/+8
| | | | | | | | | | | | | | | | | | PR 4935 * tapsets.cxx (dwarf_derived_probe::dwarf_derived_probe): Allow user to access kernel variables in the condition of probe points. * stapprobes.5.in : Document the conditional probe point. * NEWS : Ditto. * parseok/five.stp: Add an example of conditional probe point. * parseko/probepoint04.stp: New test for conditional probe point. * parseko/probepoint05.stp: Ditto. * parseko/probepoint06.stp: Ditto. * parseko/probepoint07.stp: Ditto. * parseko/probepoint08.stp: Ditto. * parseko/probepoint09.stp: Ditto. * semok/twentynine.stp: Ditto. * semko/thirtynine.stp: Ditto. * systemtap.base/onoffprobe.*: Ditto.