]> sourceware.org Git - systemtap.git/commit
Use function overloading in some tapset functions
authorFelix Lu <flu@redhat.com>
Wed, 9 Mar 2016 14:22:40 +0000 (09:22 -0500)
committerFelix Lu <flu@redhat.com>
Wed, 9 Mar 2016 18:32:33 +0000 (13:32 -0500)
commit0cc9fa0d4a6220f7754e44413071c8585fab154a
tree6929d3fc46d65d52cd34bb25e17501e9651a6ff6
parentd3aa62222c9b5e0ecb260aaadfce637bda558a7d
Use function overloading in some tapset functions

Documentation for overloaded functions are now merged into
one entry. Some tapset functions are now simplified through
overloading. Instead of having new function names with suffixes
such as "2" or "pid" to indicate extra arguments, the functions
now seem to have optional arguments.

* doc/SystemTap_Tapset_Reference/overload.py: New script to resolve
documentation for overloaded functions.
* tapset/*: Rename some functions.
* testsuite/*: Rename functions in tests.
47 files changed:
doc/Makefile.in
doc/SystemTap_Tapset_Reference/Makefile.am
doc/SystemTap_Tapset_Reference/Makefile.in
doc/SystemTap_Tapset_Reference/overload.py [new file with mode: 0755]
doc/beginners/Makefile.in
java/Makefile.in
man/Makefile.in
man/cs/Makefile.in
scripts/generate-docs
stapdyn/Makefile.in
staprun/Makefile.in
tapset/ansi.stp
tapset/linux/context-envvar.stp
tapset/linux/context.stp
tapset/linux/conversions.stp
tapset/linux/ioscheduler.stp
tapset/linux/nd_syscalls.stp
tapset/linux/nd_syscalls2.stp
tapset/linux/netfilter.stp
tapset/linux/proc_mem.stp
tapset/linux/rpc.stp
tapset/linux/syscalls.stp
tapset/linux/syscalls2.stp
tapset/linux/task_time.stp
tapset/logging.stp
tapset/tokenize.stp
tapset/uconversions.stp
testsuite/buildok/conversions-embedded.stp
testsuite/buildok/conversions.stp
testsuite/buildok/proc_mem-embedded.stp
testsuite/buildok/task_test.stp
testsuite/buildok/task_time-embedded.stp
testsuite/systemtap.examples/general/ansi_colors.meta
testsuite/systemtap.examples/general/ansi_colors.stp
testsuite/systemtap.examples/general/ansi_colors2.meta
testsuite/systemtap.examples/general/ansi_colors2.stp
testsuite/systemtap.examples/index.html
testsuite/systemtap.examples/index.txt
testsuite/systemtap.examples/keyword-index.html
testsuite/systemtap.examples/keyword-index.txt
testsuite/systemtap.examples/lwtools/opensnoop-nd.stp
testsuite/systemtap.examples/process/proctop.stp
testsuite/systemtap.stress/conversions.stp
testsuite/systemtap.stress/conversions_perf.stp
testsuite/systemtap.stress/conversions_profile.stp
testsuite/systemtap.stress/conversions_trace.stp
testsuite/systemtap.string/user_string_n_quoted.stp
This page took 0.036055 seconds and 5 git commands to generate.