summaryrefslogtreecommitdiffstats
path: root/runtime/probes.c
Commit message (Collapse)AuthorAgeFilesLines
* rebased unwind_branch on top of current masterFrank Ch. Eigler2008-03-251-6/+6
|
* 2005-10-31 Martin Hunt <hunt@redhat.com>hunt2005-10-311-1/+11
| | | | * ALL: Cleanup copyrights.
* 2005-08-31 Martin Hunt <hunt@redhat.com>hunt2005-08-311-10/+3
| | | | | | | | * sym.c (_stp_kallsyms_lookup): Moved to runtime.h. * stack.c (_stp_kta): Moved to runtime.h. * runtime.h (init_module): Initialize _stp_kallsyms_lookup and _stp_kta. * probes.c (_stp_lookup_name): Replaced by kallsyms_lookup_name().
* 2005-07-01 Martin Hunt <hunt@redhat.com>hunt2005-07-011-16/+14
| | | | | | | | | * probes.c: Convert all _stp_log() calls to either stp_warn() or dbug(). * print.c: Comment out dbug()s. * stat-common.c: Comment out dbug()s.
* 2005-06-27 Martin Hunt <hunt@redhat.com>hunt2005-06-271-1/+47
| | | | | | | * Doxyfile (PREDEFINED): Added USE_RET_PROBES. * probes.c (_stp_register_kretprobes): New function. (_stp_unregister_kretprobes): New function.
* *** empty log message ***hunt2005-04-071-1/+4
|
* Update to use relayfs.hunt2005-04-071-8/+8
|
* *** empty log message ***hunt2005-03-221-8/+29
|
* Initial checkin. Code to load/unload jprobes and kprobes.hunt2005-03-211-0/+81