summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2007-07-09 Martin Hunt <hunt@redhat.com>hunt2007-07-093-17/+18
| | | | | * syscalls2.stp (compat_sys_utimes): New. * ppc64/syscalls.stp (ciompat_sys_utimes): Removed.
* 2007-07-09 Martin Hunt <hunt@redhat.com>hunt2007-07-092-2/+7
| | | | | * systemtap.context/systemtap_test_module1.c (stm_write_cmd): Set pointer type to "char *" so get_user() fetches a char.
* 2007-07-09 David Smith <dsmith@redhat.com>dsmith2007-07-092-2/+8
| | | | | | * ctl.c (read_buffer_info): Make sure buffer is big enough to hold a full path. (init_ctl_channel): Ditto.
* 2007-07-09 Martin Hunt <hunt@redhat.com>hunt2007-07-092-2/+6
| | | | * syscalls.stp (compat_sys_futimesat): Fix arg.
* 2007-07-09 Martin Hunt <hunt@redhat.com>hunt2007-07-092-1/+5
| | | | * sym.h (STP_MAX_MODULES): Raise limit to 256.
* 2007-07-09 Martin Hunt <hunt@redhat.com>hunt2007-07-092-3/+19
| | | | | | * symbols.c (_stp_ins_module): Check for overflow of modules array. (_stp_do_module): If _stp_ins_module() fails, return an error.
* PR 4529wcohen2007-07-082-1/+6
| | | | * coveragedb.cxx (update_coverage_db): Make index "unique" to optimize.
* 2007-07-08 William Cohen <wcohen@redhat.com>wcohen2007-07-073-54/+128
| | | | | | | | | | | | | | | | | | | | PR 4529 * coveragedb.h (db_type): New enum for type column in coverage_element. (coverage_element): Remove removed column, change type to int. * coveragedb.cxx (has_table, has_index): New. (update_coverage_db): Use has_table, has_index. (enter_element): Change for new table format. (increment_element): Ditto. (sql_update_used_probes): Ditto. (sql_update_unused_probes): Ditto. (sql_update_used_functions): Ditto. (sql_update_unused_functions): Ditto. (sql_update_used_globals): Ditto. (sql_update_unused_globals): Ditto. (update_coverage_db): Ditto. (print_coverage_info(systemtap_session): Relocate vector. (sql_update_used_probes): Ditto. (sql_update_unused_probes): Ditto.
* 2007-07-06 Martin Hunt <hunt@redhat.com>hunt2007-07-0615-0/+325
| | | | * systemtap.maps/linear*: New tests of linear histograms.
* 2007-07-06 Martin Hunt <hunt@redhat.com>hunt2007-07-063-5/+19
| | | | | | | | * stat-common.c (__stp_stat_add): Fix calculations for linear histogram buckets. * stat.c (_stp_stat_init): Check for interval too small.
* 2007-07-05 Eugene Teo <eteo@redhat.com>eteo2007-07-042-1/+5
| | | | * regs.c (_stp_print_regs): #ifdef CONFIG_CPU_CP15 instead.
* 2007-07-03 Frank Ch. Eigler <fche@elastic.org>fche2007-07-037-23/+36
| | | | | * configure.ac: Bumped version to 0.5.15 for development. * configure: Regenerated.
* 2007-07-03 Martin Hunt <hunt@redhat.com>hunt2007-07-032-0/+37
| | | | * futimes.c: New test.
* 2007-07-03 Martin Hunt <hunt@redhat.com>hunt2007-07-034-2/+74
| | | | | | | * syscalls.stp: Add sys_futimesat, compat_sys_futimesat. * syscalls2.stp (utimes): Use _struct_timeval2_u. * aux_syscalls.stp (_struct_timeval2_u): New function. (_struct_compat_timeval2_u): New function.
* *** empty log message ***hunt2007-07-031-0/+6
|
* 2007-07-03 Martin Hunt <hunt@redhat.com>hunt2007-07-034-50/+54
| | | | | | * systemtap.context/pid.tcl: Better error reporting. * systemtap.context/args.*: Ditto. * systemtap.context/context.exp: Build in temp dir.
* * rhel5.1 build prepfche2007-07-033-3/+1504
|
* .roland2007-07-031-8/+16
|
* 2007-07-03 Roland McGrath <roland@frob.com>roland2007-07-032-15/+13
| | | | | | | * Makefile.am (install-exec-local, install-elfutils): Use $(DESTDIR). (SRCDIR): Variable removed. (check): Use sh code in commands instead. * Makefile.in: Regenerated.
* * fill out changelog for 0.5.13->14 developmentsfche2007-07-031-1/+10
|
* PR 4717wcohen2007-07-022-0/+6
| | | | | From Eugeniy Meshcheryakov <eugen@debian.org> * staptree.cxx: Add #include <cstdlib> for gcc 4.3.
* 2007-07-02 Frank Ch. Eigler <fche@rechat.com>fche2007-07-028-268/+562
| | | | | | | | | * staplog.c: New file from Satoru MORIYA <satoru.moriya.br@hitachi.com>, prototype crash(8) extension module. * configure.ac: Look for crash/defs.h. * Makefile.am: Build/install staplog.so shared library if found. * configure, Makefile, config.in, runtime/lket/b2a/Makefile.in: Regenerated.
* PR 4720wcohen2007-07-022-1/+4
| | | | * staptree.cxx (probe_point::print): Remove stray output.
* *** empty log message ***hunt2007-07-021-0/+5
|
* 2007-07-02 Martin Hunt <hunt@redhat.com>hunt2007-07-023-1/+70
| | | | | * systemtap.context/context.exp: Add pid tests. * systemtap.context/pid.*: New tests.
* *** empty log message ***hunt2007-07-021-1/+0
|
* 2007-07-02 Martin Hunt <hunt@redhat.com>hunt2007-07-022-0/+7
| | | | | * context.stp (print_backtrace): If no regs, just print the probe point.
* 2007-07-02 Martin Hunt <hunt@redhat.com>hunt2007-07-0210-0/+434
| | | | * systemtap.context/*: New context tests.
* 2007-07-02 Martin Hunt <hunt@redhat.com>hunt2007-07-022-2/+9
| | | | | * symbols.c (get_sections): Set data pointer to the lowest address of any data section.
* 2007-07-02 Martin Hunt <hunt@redhat.com>hunt2007-07-024-115/+45
| | | | | | | | * sym.c (_stp_kallsyms_lookup): Improve heuristic for determining when a pointer is in a function. (_stp_func_print): New function. * stack-i386.c, stack-x86_64.c: Remove obsolete unwind code. Use _stp_func_print().
* 2007-07-02 Martin Hunt <hunt@redhat.com>hunt2007-07-022-2/+80
| | | | | | * symbols.c (_stp_do_symbols): Set "data" pointer for kernel to _etext. (_stp_sort): New. sort function from the kernel. (_stp_load_module_symbols): Use _stp_sort().
* PR 4529wcohen2007-06-295-92/+100
| | | | | | | * configure.ac: * Makefile.am: Limit where sqlite3 linked in. * configure: * Makefile.in: Regenerate.
* PR 4529wcohen2007-06-296-22/+40
| | | | | | | | | | * configure.ac: * Makefile.am: Limit where sqlite3 linked in. * configure: * Makefile.in: Regenerate. * coveragedb.cxx (update_coverage_db): Remove unneeded print. * coveragedb.cxx (increment_element): Correct formatting.
* Files have been added & renamed, regenerating cscope.files.jistone2007-06-281-1/+5
|
* Remove stray "\n" from probe_point::print.wcohen2007-06-262-1/+5
|
* ChangeLog entrywcohen2007-06-261-0/+20
|
* 2007-06-26 William Cohen <wcohen@redhat.com>wcohen2007-06-2613-9/+574
| | | | | | | | | | | | | | | | | | | | PR 4529 * coveragedb.cxx: New. * coveragedb.h: New. * Makefile.am: Add coveragedb.cxx and sqlite3 to build. * Makefile.in: Regenerated. * configure.ac: Add test for sqlite3 * configure: Regenerated. * systemtap.spec.in: Add dependencies for sqlite3/sqlite3-devel. * elaborate.h, elaborate.cxx (derived_probe::collect_derivation_chain): New. (alias_expansion_builder::build): Correct token location. (semantic_pass_opt[12): Track used and unused variables/functions. * session.h (tapset_compile_coverage, unused_globals, unused_probes, unused_functions): New fields. * staptree.h (unused_locals, probe_point::str): New member. * staptree.cxx: Ditto. * main.cxx: Add "-q" tapset coverage option and SYSTEMTAP_COVERAGE env.
* 2007-06-25 Martin Hunt <hunt@redhat.com>hunt2007-06-252-15/+28
| | | | | * systemtap.maps/pmap_agg_overflow.exp: Rewrite so order of error messages is not important.
* 2007-06-22 Frank Ch. Eigler <fche@elastic.org>fche2007-06-222-3/+7
| | | | * systemtap.syscall/readwrite.c: Tweak for new default string truncation width.
* 2007-06-22 Frank Ch. Eigler <fche@elastic.org>fche2007-06-222-5/+19
| | | | | * string.c (_stp_text_str): Fix handling of embedded " and \ characters.
* 2007-06-22 Frank Ch. Eigler <fche@elastic.org>fche2007-06-224-4/+13
| | | | | | * syscalls_cfg_trunc.stp: New file for configuration global. * syscalls.stp (add_key, mount), syscalls2.stp (write): Use parameter.
* 2007-06-21 David Smith <dsmith@redhat.com>dsmith2007-06-212-55/+67
| | | | * lket/b2a/Makefile.in: Regenerated with automake 1.10.
* 2007-06-21 David Smith <dsmith@redhat.com>dsmith2007-06-218-4299/+5476
| | | | | | * Makefile.in: Regenerated with automake 1.10. * aclocal.m4: Regenerated with aclocal 1.10. * configure: Regenerated.
* *** empty log message ***hunt2007-06-211-1/+1
|
* 2007-06-21 Martin Hunt <hunt@redhat.com>hunt2007-06-219-40/+45
| | | | | * chmod.c, dir.c, mmap.c, net1.c, readwrite.c, stat.c, sync.c, trunc.c: Eliminated hardcoded fd numbers.
* 2007-06-21 Martin Hunt <hunt@redhat.com>hunt2007-06-213-0/+12
| | | | | * control.c (_stp_ctl_write_cmd): Add support for STP_BULK. * transport_msgs.h (enum): Add STP_BULK.
* 2007-06-21 Martin Hunt <hunt@redhat.com>hunt2007-06-212-3/+12
| | | | * relay.c (init_relayfs): Send message to check for bulkmode.
* *** empty log message ***hunt2007-06-201-0/+7
|
* 2007-06-20 Martin Hunt <hunt@redhat.com>hunt2007-06-204-0/+61
| | | | | * systemtap.string/dot.exp: New test. * systemtap.string/sprint.exp: New test.
* 2007-06-20 Martin Hunt <hunt@redhat.com>hunt2007-06-204-176/+0
| | | | * systemtap.samples/transport*: Removed.