summaryrefslogtreecommitdiffstats
path: root/tapset/LKET/pagefault.stp
Commit message (Collapse)AuthorAgeFilesLines
* Removing LKET tapset files. (PR 4817: retiring LKET services)srikar2007-08-271-26/+0
|
* use c global variables instead of stap global variables to avoid better ↵guanglei2006-11-151-4/+4
| | | | | | performance(unfinished). visit members in scripts for better safety check
* *.stp:guanglei2006-09-151-4/+3
| | | | | | | | Make all integers passed into _lket_trace() casted into int64_t explicitly. Delete calling to filter_by_pid() * nfs*.stp: Change addevent.*.entries to addevent.*.entry
* 2006-08-09 Josh Stone <joshua.i.stone@intel.com>jistone2006-08-101-1/+1
| | | | | | | | | | | | * stapprobes.5.in, testsuite/buildok/memory.stp: move pagefault to vm.* namespace tapset/ * memory.stp: move pagefault to vm.* namespace, and add many other virtual-memory themed probes. tapset/LKET/ * pagefault.stp: move pagefault to vm.* namespace
* Revert my former changes to lket_trace_extra() in translator.guanglei2006-06-091-0/+6
| | | | | a new way of allowing user add arbitrary trace data. And also provide a way of letting user write the trace data format.
* src/tapset/LKET/*.stp:guanglei2006-05-251-1/+1
| | | | | | | | | | | | explicitly add type qualifier for different arch to make _stp_vsnprintf get the argument by va_arg correctly src/tapset/scheduler.stp: add prev_task and next_task variable src/stapprobes.5.in: add lket (5) in the "SEE ALSO"
* Some typos during my recent checkinsguanglei2006-05-191-1/+0
|
* Check into CVS the tracing specific tapsets used by LKET.guanglei2006-05-181-0/+22
And some minor changes to current tapsets