summaryrefslogtreecommitdiffstats
path: root/tapset
Commit message (Expand)AuthorAgeFilesLines
* Update memory and ioscheduler tapset for 2.6.31Wenji Huang2009-06-292-2/+15
* Remove unused strlens from str_replaceJosh Stone2009-06-221-2/+0
* Add str_replace() To TapsetsVarun Chandramohan2009-06-221-0/+33
* Fix target_set tapset.Przemyslaw Pawelczyk2009-06-181-10/+18
* Fix tokenize function and test.Przemyslaw Pawelczyk2009-06-171-8/+15
* Add pgrp() context tapset function. Describe sid().Przemyslaw Pawelczyk2009-06-151-0/+13
* Add $arch/nd_syscalls.stpJosh Stone2009-06-025-0/+1419
* Clean up the formatting of $arch/syscalls.stpJosh Stone2009-06-025-149/+224
* Complete a few TODO probe points in nd_syscalls2Josh Stone2009-06-021-39/+96
* Fix nd_syscall2 open.return typo.Mark Wielaard2009-06-021-2/+2
* More nd_syscalls2 cleanup, and add SYSCALL_WRAPPERSJosh Stone2009-06-021-291/+575
* Fix a few variables in nd_syscalls2Josh Stone2009-05-291-13/+13
* Clean up nd_syscalls2 formattingJosh Stone2009-05-291-556/+786
* Kill trailing whitespace in nd_syscalls[2]Josh Stone2009-05-292-144/+144
* Convert nd_syscalls2 to kprobe.functionJosh Stone2009-05-291-437/+437
* Create nd_syscalls2.stpJoeLynn Keniston2009-05-291-0/+3916
* Add ucontext-symbols and ucontext-unwind tapset functions to the manual.Mark Wielaard2009-05-281-1/+0
* Fix nd_syscalls.stp for architectures using SYSCALL_WRAPPERS.Przemyslaw Pawelczyk2009-05-261-305/+568
* Move the "pure" tag into the body of __is_user_regsJosh Stone2009-05-222-2/+4
* Use embedded-C for empty functionsJosh Stone2009-05-223-12/+6
* Uncomment 'name' variable in nd_syscall.lseek probe point.Przemyslaw Pawelczyk2009-05-221-1/+1
* Add missing probe points in nd_syscalls.stp.Przemyslaw Pawelczyk2009-05-221-0/+154
* Remove return probes for exit[_group] in nd_syscalls.stp.Przemyslaw Pawelczyk2009-05-221-3/+4
* Unify formatting of nd_syscalls.stp.Przemyslaw Pawelczyk2009-05-221-110/+103
* PR10177: init/kill time in sleepy context onlyJosh Stone2009-05-201-15/+2
* Adapt sid to latest kernelWenji Huang2009-05-191-0/+4
* Fix alignment of probe aliases in syscalls(|2).stp.Przemyslaw Pawelczyk2009-05-192-736/+736
* Unify formatting of syscalls.stp and syscalls2.stp.Przemyslaw Pawelczyk2009-05-192-1059/+1407
* Correct misnamed variables in syscalls.stp.Przemyslaw Pawelczyk2009-05-191-33/+27
* Complete the names-to-numbers conversion in nd_syscalls.stp.Przemyslaw Pawelczyk2009-05-181-980/+1711
* Fix typo in mq_timedreceive probe point.Przemyslaw Pawelczyk2009-05-181-1/+1
* Fix inconsistent indentation for including header file in aux_syscalls.stp.Sunzen Wang2009-05-141-4/+4
* Implement caller:string() in terms of symname() and caller_addr().Mark Wielaard2009-05-131-8/+5
* context tapset: sid() function to return task session leader pidMalte Nuhn2009-05-081-0/+12
* Fixed uaddr tapset function for ppc64 by adding task_pt_regs() definition.David Smith2009-04-301-0/+6
* PR10007: Avoid probing syscall entry points in the testsuite.Ananth N Mavinakayanahalli2009-04-301-10/+14
* Make sure user_string_n() results are always zero terminated strings.Mark Wielaard2009-04-281-1/+4
* Add function of returning the char in given position of stringWenji Huang2009-04-261-0/+12
* Correct fd variable name in fadvise64 probe points.Przemyslaw Pawelczyk2009-04-251-4/+4
* Mark uaddr tapset function as EXPERIMENTAL.Mark Wielaard2009-04-231-2/+4
* Mark ucontext tapset functions EXPERIMENTAL.Mark Wielaard2009-04-212-5/+5
* Add ubacktrace(), print_ustack() and print_ubacktrace().Mark Wielaard2009-04-212-0/+75
* Remove documentation weirdness FIXME in tapset print_stack().Mark Wielaard2009-04-211-2/+2
* Pass task from tapset, through stack and unwind functions for lookup.Mark Wielaard2009-04-201-2/+2
* Avoid sign extension in syscall return values.David Smith2009-04-171-9/+15
* PR9953: split up the two process.* tapsetsJosh Stone2009-04-142-18/+18
* Add new TCP and IP functionsAndre Detsch2009-04-142-0/+140
* Uses <asm/syscall.h> when available.David Smith2009-04-091-3/+5
* Add uaddr() context tapset function.Mark Wielaard2009-04-081-0/+25
* Create usymname and usymdata variant that trigger STP_NEED_VMA_TRACKER.Mark Wielaard2009-04-072-2/+54