| Commit message (Expand) | Author | Age | Files | Lines |
* | Define empty function for tcpmib test | Wenji Huang | 2010-02-08 | 1 | -0/+8 |
* | Fix test case tcpmib-all-probes.stp | Wenji Huang | 2010-02-08 | 1 | -6/+1 |
* | buildok test doesn't need /usr/bin/env | Mark Wielaard | 2010-02-02 | 1 | -1/+1 |
* | Make hwbkpt.stp compitable with old kernel and exectuable | Wenji Huang | 2010-02-01 | 1 | -3/+13 |
* | Hardware Breakpoints for x86 / x86_64, based on mainline kernel | Prerna Saxena | 2010-01-29 | 1 | -0/+4 |
* | Make all buildok tests executable. | William Cohen | 2010-01-07 | 7 | -0/+0 |
* | Change directory of utsrelease.h to include/generated for 2.6.33 | Wenji Huang | 2010-01-04 | 1 | -1/+3 |
* | Fixup some memory tapset vm kernel function probe fallbacks. | Mark Wielaard | 2009-12-29 | 2 | -4/+10 |
* | Updates to SCSI tapset scsi.stp and corresponding testcases | Andre Detsch | 2009-12-22 | 1 | -12/+24 |
* | PR11038 Trailing semicolon as null-statement confusing. | Mark Wielaard | 2009-12-21 | 1 | -0/+18 |
* | Tracepoint based tapset for memory subsystem. | Rajasekhar Duddu | 2009-12-21 | 1 | -0/+31 |
* | Fix regression introduced by commit 379c585 | Wenji Huang | 2009-12-07 | 1 | -0/+7 |
* | Make tapset and tests compatible with old kernel | Wenji Huang | 2009-12-02 | 3 | -15/+21 |
* | Correct block IO and IO scheduler tapset and test case | Wenji Huang | 2009-11-23 | 2 | -4/+3 |
* | Added tracepoint-based probes to block IO and IO scheduler tapsets. | Prerna Saxena | 2009-11-22 | 2 | -0/+20 |
* | PR 10981. Fixed buildok/netdev.stp for RHEL5. | David Smith | 2009-11-18 | 1 | -2/+2 |
* | PR10622 Search for extern $variables in symbol table. | Mark Wielaard | 2009-11-16 | 1 | -0/+7 |
* | IRQ tapset, sample script, testsuite, man page updates, etc | Prerna Saxena | 2009-11-09 | 1 | -0/+7 |
* | A new testcase for tty tapset | Breno Leitão | 2009-10-29 | 1 | -0/+51 |
* | Add buildok tests for sprint[ln](@hist_*) | Josh Stone | 2009-10-13 | 1 | -0/+4 |
* | Add task_time tapset, functions to query time resource usage of current task. | Mark Wielaard | 2009-10-09 | 1 | -0/+8 |
* | PR10702: preprocessor conditional for kernel CONFIG_foo | Frank Ch. Eigler | 2009-10-08 | 1 | -0/+3 |
* | Add proc_mem tapset, functions to query memory usage of the current process. | Mark Wielaard | 2009-10-06 | 1 | -0/+13 |
* | Scheduler Tapset based on kernel tracepoints | Kiran Prakesh | 2009-10-02 | 1 | -0/+51 |
* | PR10678 vta-gcc: module debuginfo: relocation refers to undefined symbol | Mark Wielaard | 2009-10-02 | 1 | -0/+4 |
* | Purge warnings from buildok testsuite. | Mark Wielaard | 2009-09-25 | 22 | -24/+23 |
* | PR10390: ftrace() tapset function | Frank Ch. Eigler | 2009-09-23 | 1 | -0/+11 |
* | Test all context related functions in one test. | Mark Wielaard | 2009-09-19 | 10 | -74/+10 |
* | buildok netdev.stp file shouldn't be using /usr/bin/env, but stap directly. | Mark Wielaard | 2009-09-18 | 1 | -1/+1 |
* | Fix the old networking buildok test | Josh Stone | 2009-09-16 | 1 | -1/+1 |
* | A basic test to assure that networking tapset is building ok | Breno Leitao | 2009-09-16 | 1 | -0/+47 |
* | testsuite: fix buildok test permissions | Frank Ch. Eigler | 2009-09-08 | 3 | -0/+0 |
* | This SNMP group of tapsets provides probes used to count SNMP management | David J. Wilder | 2009-07-16 | 3 | -0/+39 |
* | PR3498 cont'd, fix wildcard module("*") probes | Frank Ch. Eigler | 2009-07-08 | 1 | -0/+3 |
* | PR10298: tweak global param initialization for NULL etc. | Frank Ch. Eigler | 2009-06-18 | 1 | -0/+5 |
* | Add pgrp() context tapset function. Describe sid(). | Przemyslaw Pawelczyk | 2009-06-15 | 1 | -0/+1 |
* | PR10279: add -DKRETACTIVE=nnnn parameter | Frank Ch. Eigler | 2009-06-13 | 1 | -0/+10 |
* | More testsuite tweaks to make it work with SYSCALL_WRAPPERS | Ananth N Mavinakayanahalli | 2009-05-28 | 1 | -3/+3 |
* | Fix another kernel/kprobe.function conflict | Josh Stone | 2009-05-22 | 1 | -0/+1 |
* | PR10177: init/kill time in sleepy context only | Josh Stone | 2009-05-20 | 2 | -0/+26 |
* | Use actual sock in tcp_test, instead of unexisting sk variable. | Mark Wielaard | 2009-05-12 | 1 | -7/+7 |
* | Simplify buildok/context_test.stp | Josh Stone | 2009-05-08 | 1 | -20/+1 |
* | context tapset: sid() function to return task session leader pid | Malte Nuhn | 2009-05-08 | 1 | -0/+1 |
* | fix permissions of some testsuite files | Frank Ch. Eigler | 2009-05-07 | 1 | -0/+0 |
* | PR10007: Avoid probing syscall entry points in the testsuite. | Ananth N Mavinakayanahalli | 2009-04-30 | 2 | -2/+2 |
* | fix kprobe.* probes so they don't break -p4 if script also has kernel.* probes | Frank Ch. Eigler | 2009-04-26 | 1 | -0/+4 |
* | Add ubacktrace(), print_ustack() and print_ubacktrace(). | Mark Wielaard | 2009-04-21 | 1 | -0/+10 |
* | PR9953: split up the two process.* tapsets | Josh Stone | 2009-04-14 | 2 | -12/+12 |
* | Add uaddr() context tapset function. | Mark Wielaard | 2009-04-08 | 1 | -0/+8 |
* | Create usymname and usymdata variant that trigger STP_NEED_VMA_TRACKER. | Mark Wielaard | 2009-04-07 | 2 | -0/+16 |