2018-07-24 |
Frank Ch. Eigler | systemtap.spec: remove openjdk version from -runtime... |
commit | commitdiff | tree |
2018-07-23 |
David Smith | Fix a http client bug with a non-existing executable... |
commit | commitdiff | tree |
2018-07-23 |
Serhei Makarov | PR21888 WIP: basic bpf variants of logging functions |
commit | commitdiff | tree |
2018-07-20 |
Aaron Merey | stap-exporter: replace config file functionality with... |
commit | commitdiff | tree |
2018-07-20 |
David Smith | Fix a http server POST data handling bug. |
commit | commitdiff | tree |
2018-07-20 |
Serhei Makarov | PR23435 partial fix: avoid stapbpf mis-recognition... |
commit | commitdiff | tree |
2018-07-20 |
Serhei Makarov | PR23407 WIP: stapbpf support for strings as first class... |
commit | commitdiff | tree |
2018-07-17 |
Jafeer Uddin | PR23160,PR14690: adapt 16 more syscalls for 4.17 __ARCH... |
commit | commitdiff | tree |
2018-07-17 |
Jafeer Uddin | PR23160,PR14690: adapt 13 more syscalls for 4.17 __ARCH... |
commit | commitdiff | tree |
2018-07-13 |
Jafeer Uddin | PR23160,PR14690: adapt syscalls covered in access.c... |
commit | commitdiff | tree |
2018-07-13 |
Serhei Makarov | tapset-procfs.cxx: replace string::pop_back with c... |
commit | commitdiff | tree |
2018-07-13 |
William Cohen | Update the examples index |
commit | commitdiff | tree |
2018-07-13 |
William Cohen | Move cpu_throttle.stp and also_ran.stp to the systemtap... |
commit | commitdiff | tree |
2018-07-13 |
Victor Kamensky | dwflpp::function_entrypc avoid usage of uninitialized... |
commit | commitdiff | tree |
2018-07-13 |
Jafeer Uddin | PR23160,PR14690: remove references to ia32 and x86... |
commit | commitdiff | tree |
2018-07-12 |
William Cohen | Add the also_ran.stp script to the stap-export examples |
commit | commitdiff | tree |
2018-07-12 |
William Cohen | Use the predefined syscall.read and syscall.open in... |
commit | commitdiff | tree |
2018-07-12 |
William Cohen | Correct typos in the cpu_throttle.stp comments. |
commit | commitdiff | tree |
2018-07-12 |
William Cohen | Adjust stap-exporter probe points to work with newer... |
commit | commitdiff | tree |
2018-07-10 |
Aaron Merey | stapbpf: add sprintf support to user space interpreter. |
commit | commitdiff | tree |
2018-07-10 |
Serhei Makarov | testsuite/systemtap.bpf fixup: avoid use of sys_read... |
commit | commitdiff | tree |
2018-07-10 |
Jafeer Uddin | PR23160,PR14690: fix to exclude __do_ variants of syscalls |
commit | commitdiff | tree |
2018-07-09 |
Serhei Makarov | PR23284 fixup: need to free copied script_name after use |
commit | commitdiff | tree |
2018-07-08 |
Frank Ch. Eigler | rhbz1584705: add a %_systemtap_datadir rpm macro too |
commit | commitdiff | tree |
2018-07-05 |
Jafeer Uddin | PR23160,PR14690: adapt syscall.write, .open, .close... |
commit | commitdiff | tree |
2018-07-05 |
Serhei Makarov | PR23284 portability fixup: size_t must be cast to ... |
commit | commitdiff | tree |
2018-07-05 |
Serhei Makarov | PR23284 + extra: stapbpf logs loaded BPF programs to... |
commit | commitdiff | tree |
2018-07-03 |
Aaron Merey | stap-exporter: add tcp port option to exporter.conf |
commit | commitdiff | tree |
2018-07-03 |
Aaron Merey | stap-exporter: remove unused imports |
commit | commitdiff | tree |
2018-07-03 |
Aaron Merey | stap-exporter: update USAGE |
commit | commitdiff | tree |
2018-07-03 |
Aaron Merey | stap-exporter: remove wait_for_sess_init, use more... |
commit | commitdiff | tree |
2018-07-03 |
Aaron Merey | stap-exporter: use prometheus tapset macros and alias... |
commit | commitdiff | tree |
2018-07-03 |
Aaron Merey | tapset: remove text_str() processing from prometheus... |
commit | commitdiff | tree |
2018-07-03 |
Aaron Merey | stap-exporter: add logic for replacing prometheus procf... |
commit | commitdiff | tree |
2018-07-03 |
Aaron Merey | stap-exporter: remove chunked transfer encoding |
commit | commitdiff | tree |
2018-07-03 |
Serhei Makarov | PR23284 fixup: dmesg should name the script, but not... |
commit | commitdiff | tree |
2018-07-03 |
Jafeer Uddin | PR23359: impose security constraints on @kderef, @kregister |
commit | commitdiff | tree |
2018-06-30 |
Frank Ch. Eigler | PR23356: stap-serverd: switch back to dbm: nss databases |
commit | commitdiff | tree |
2018-06-30 |
Frank Ch. Eigler | PR23356: nsscommon: adopt new defaults/requirements... |
commit | commitdiff | tree |
2018-06-30 |
Frank Ch. Eigler | PR23356: stap-serverd: fix private key disposal race... |
commit | commitdiff | tree |
2018-06-30 |
Frank Ch. Eigler | PR23356: testsuite: relay stap-serverd diagnostic outpu... |
commit | commitdiff | tree |
2018-06-30 |
Frank Ch. Eigler | NEWS: minor @deref @register blurb tweak to give example |
commit | commitdiff | tree |
2018-06-29 |
Frank Ch. Eigler | PR23356: stap-serverd: close client socket upon error |
commit | commitdiff | tree |
2018-06-29 |
Frank Ch. Eigler | PR23356: improve stap-serverd nss diagnostics |
commit | commitdiff | tree |
2018-06-29 |
Jafeer Uddin | PR22310: build parser syntax for all the new staptree... |
commit | commitdiff | tree |
2018-06-28 |
David Smith | Update fedora_install_package.py to handle Centos and... |
commit | commitdiff | tree |
2018-06-28 |
Aaron Merey | tapset: add string quoting and escape special character... |
commit | commitdiff | tree |
2018-06-28 |
William Cohen | Simplify the initialization logic for cpu_throttle.stp |
commit | commitdiff | tree |
2018-06-28 |
William Cohen | Add the cpu_throttle.stp example to stap-exporter scripts |
commit | commitdiff | tree |
2018-06-28 |
Frank Ch. Eigler | PR23160,PR14690: support /* guru */ embedded-C for... |
commit | commitdiff | tree |
2018-06-27 |
Aaron Merey | tapset: add stap-exporter utility macros and probe... |
commit | commitdiff | tree |
2018-06-27 |
Frank Ch. Eigler | rhbz1595178: add some inter-subrpm cross-version Conflicts: |
commit | commitdiff | tree |
2018-06-26 |
Serhei Makarov | bpf testsuite :: CHECK_ONLY facility for bpf.exp |
commit | commitdiff | tree |
2018-06-26 |
Frank Ch. Eigler | systemtap.spec: pass %{with_bpf} to %configure |
commit | commitdiff | tree |
2018-06-26 |
Frank Ch. Eigler | configury: add --without-bpf configure option |
commit | commitdiff | tree |
2018-06-26 |
Serhei Makarov | bpf testsuite :: basic printf.stp requirements for... |
commit | commitdiff | tree |
2018-06-26 |
Serhei Makarov | bpf-translate.cxx :: slightly clearer diagnostic for... |
commit | commitdiff | tree |
2018-06-25 |
Frank Ch. Eigler | PR23160,PR14690: 32-on-64 bit fixes |
commit | commitdiff | tree |
2018-06-22 |
William Cohen | Restore the old mode for exporter.py |
commit | commitdiff | tree |
2018-06-21 |
Serhei Makarov | PR22193 - delete regex_noelide.stp as the proper semant... |
commit | commitdiff | tree |
2018-06-21 |
William Cohen | Clean up the exporter.py formatting with autopep8 |
commit | commitdiff | tree |
2018-06-20 |
Aaron Merey | bpf translator: fix comment typo |
commit | commitdiff | tree |
2018-06-20 |
Aaron Merey | testsuite: fix formatting of bpf test increment2.stp |
commit | commitdiff | tree |
2018-06-20 |
Aaron Merey | bpf translator: binary operations now act on copy of... |
commit | commitdiff | tree |
2018-06-20 |
William Cohen | Use equivalent non-dwarf probe points for example scripts |
commit | commitdiff | tree |
2018-06-20 |
Frank Ch. Eigler | ignore coverity / rpmmacro |
commit | commitdiff | tree |
2018-06-20 |
Frank Ch. Eigler | tapset: introduce tapset/linux/aux2_syscalls.stp for... |
commit | commitdiff | tree |
2018-06-18 |
Frank Ch. Eigler | PR23160,PR14690: uregs setter macro for use from kernel... |
commit | commitdiff | tree |
2018-06-18 |
Frank Ch. Eigler | PR23160,PR14690: adapt syscall.read for 4.17 __ARCH_sys... |
commit | commitdiff | tree |
2018-06-17 |
Frank Ch. Eigler | drop unused recursion_guard code from elaborate.cxx |
commit | commitdiff | tree |
2018-06-16 |
Frank Ch. Eigler | pass2 elaboration: tweak diagnostics |
commit | commitdiff | tree |
2018-06-15 |
Aaron Merey | stap-exporter: add install script |
commit | commitdiff | tree |
2018-06-14 |
David Smith | No longer run the http server as 'root'. |
commit | commitdiff | tree |
2018-06-14 |
Martin Cermak | Improve the foreach_limit(2).exp test results. |
commit | commitdiff | tree |
2018-06-13 |
Aaron Merey | stap-exporter: improve configurability, enable automati... |
commit | commitdiff | tree |
2018-06-13 |
amerey | stap-exporter: initial commit |
commit | commitdiff | tree |
2018-06-12 |
Paulo Andrade | rhbz1547238: adapt vfs.add_to_page_cache probes |
commit | commitdiff | tree |
2018-06-12 |
Serhei Makarov | NEWS for 'add name of main script file to dmesg output' |
commit | commitdiff | tree |
2018-06-12 |
Serhei Makarov | add name of main script file to dmesg output |
commit | commitdiff | tree |
2018-06-12 |
Serhei Makarov | refactor string escaping -- move it from stapregex... |
commit | commitdiff | tree |
2018-06-12 |
Serhei Makarov | refactor string escaping -- typo fix |
commit | commitdiff | tree |
2018-06-12 |
David Smith | Fix (and centralize) temporary directory creation in... |
commit | commitdiff | tree |
2018-06-12 |
Frank Ch. Eigler | coverity tweaks: confirm a few dynamic_cast<> returns |
commit | commitdiff | tree |
2018-06-11 |
David Smith | Remove old code from httpd/docker/stap_build_docker_fil... |
commit | commitdiff | tree |
2018-06-11 |
David Smith | Simplify temporary directory creation in the http conta... |
commit | commitdiff | tree |
2018-06-09 |
Frank Ch. Eigler | version bump to 4.0 in anticipation of next release |
commit | commitdiff | tree |
2018-06-08 |
Frank Ch. Eigler | update-po bump release-3.3 |
commit | commitdiff | tree |
2018-06-08 |
Frank Ch. Eigler | rebuild example indexes |
commit | commitdiff | tree |
2018-06-08 |
Frank Ch. Eigler | main.cxx: tweak --example error message |
commit | commitdiff | tree |
2018-06-08 |
Frank Ch. Eigler | testsuite: switch smoketest target |
commit | commitdiff | tree |
2018-06-07 |
Frank Ch. Eigler | PRERELEASE nudge further, testing on 4.18-rc |
commit | commitdiff | tree |
2018-06-07 |
Frank Ch. Eigler | collect delinquent NEWS entries |
commit | commitdiff | tree |
2018-06-07 |
Jafeer Uddin | Documentation update |
commit | commitdiff | tree |
2018-06-07 |
David Smith | Implement caching for the http container backend. |
commit | commitdiff | tree |
2018-06-07 |
Frank Ch. Eigler | PRERELEASE handling |
commit | commitdiff | tree |
2018-06-07 |
Frank Ch. Eigler | AUTHORS bump |
commit | commitdiff | tree |
2018-06-07 |
Frank Ch. Eigler | update po |
commit | commitdiff | tree |
2018-06-07 |
Martin Cermak | Compat arch support detection improvement for 32-bit... |
commit | commitdiff | tree |
2018-06-07 |
Jafeer Uddin | PR23226: Added ability to run sample scripts with typin... |
commit | commitdiff | tree |
2018-06-07 |
Martin Cermak | Compat arch support detection for the testsuite. |
commit | commitdiff | tree |
next |