]> sourceware.org Git - systemtap.git/commit
PR18885: Use /* unmodified-fnargs */ in tapsets
authorMartin Cermak <mcermak@redhat.com>
Fri, 18 Sep 2015 09:41:58 +0000 (11:41 +0200)
committerMartin Cermak <mcermak@redhat.com>
Fri, 18 Sep 2015 09:41:58 +0000 (11:41 +0200)
commit27dd5c13d5dee19228ced3262b5258d874b94ff8
tree3c2f4c9d782d47b0f8f5d10c50e884b1a5bf852a
parent28abe4fd2d5a2f26e4c9bd06fcec264ac8cbd08f
PR18885: Use /* unmodified-fnargs */ in tapsets

* runtime/stp_string.[ch]: Make _stp_text_str's "in" parameter const.
* tapset/dyninst/context-envvar.stp: Optimize env_var().
* tapset/linux/context-caller.stp: Optimize _caller_match().
* tapset/linux/kretprobe.stp: Optimize _set_kretprobe_string().
* tapset/linux/panic.stp: Speed up the panic().
* tapset/linux/rlimit.stp: Optimize rlimit_from_str().
* tapset/string.stp: Optimize strlen(), substr(), stringat(), isinstr(),
text_str(), text_strn(), strtol(), isdigit().
* tapset/tokenize.stp: Optimize tokenize().
* tapset/uconversions.stp: Optimize user_string_n2(), user_string2_n_warn().
runtime/stp_string.c
runtime/stp_string.h
tapset/dyninst/context-envvar.stp
tapset/linux/context-caller.stp
tapset/linux/kretprobe.stp
tapset/linux/panic.stp
tapset/linux/rlimit.stp
tapset/string.stp
tapset/tokenize.stp
tapset/uconversions.stp
This page took 0.029615 seconds and 5 git commands to generate.