| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'tip/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ro... | Ingo Molnar | 2008-11-19 | 1 | -59/+54 |
|\ |
|
| * | ftrace: fix dyn ftrace filter selection | Steven Rostedt | 2008-11-19 | 1 | -58/+50 |
| * | ftrace: make filtered functions effective on setting | Steven Rostedt | 2008-11-19 | 1 | -1/+1 |
| * | ftrace: fix set_ftrace_filter | Steven Rostedt | 2008-11-19 | 1 | -0/+3 |
* | | function tracing: fix wrong pos computing when read buffer has been fulfilled | walimis | 2008-11-16 | 1 | -11/+15 |
* | | ring-buffer: buffer record on/off switch | Steven Rostedt | 2008-11-11 | 1 | -6/+2 |
|/ |
|
* | ftrace: perform an initialization for ftrace to enable it | Frederic Weisbecker | 2008-10-28 | 1 | -0/+8 |
* | ftrace: warning in kernel/trace/ftrace.c | Ingo Molnar | 2008-10-24 | 1 | -1/+4 |
* | ftrace: fix build failure | Ingo Molnar | 2008-10-23 | 1 | -2/+0 |
* | ftrace: remove ftrace hash | Steven Rostedt | 2008-10-23 | 1 | -208/+35 |
* | ftrace: remove mcount set | Steven Rostedt | 2008-10-23 | 1 | -9/+0 |
* | ftrace: remove daemon | Steven Rostedt | 2008-10-23 | 1 | -294/+28 |
* | ftrace: add ftrace warn on to disable ftrace | Steven Rostedt | 2008-10-23 | 1 | -10/+19 |
* | ftrace: only have ftrace_kill atomic | Steven Rostedt | 2008-10-23 | 1 | -40/+2 |
* | ftrace: return error on failed modified text. | Steven Rostedt | 2008-10-23 | 1 | -6/+15 |
* | ftrace: release functions from hash | Steven Rostedt | 2008-10-20 | 1 | -0/+43 |
* | ftrace: warn on failure to disable mcount callers | Steven Rostedt | 2008-10-14 | 1 | -0/+27 |
* | ftrace: mcount_addr defined but not used | Steven Noonan | 2008-10-14 | 1 | -8/+8 |
* | ftrace: fix unlocking of hash | Steven Rostedt | 2008-10-14 | 1 | -1/+2 |
* | ftrace: remove direct reference to mcount in trace code | Steven Rostedt | 2008-10-14 | 1 | -1/+9 |
* | ftrace: clean up macro usage | Ingo Molnar | 2008-10-14 | 1 | -1/+1 |
* | ftrace: fix build failure | Stephen Rothwell | 2008-10-14 | 1 | -2/+2 |
* | ftrace: add necessary locking for ftrace records | Steven Rostedt | 2008-10-14 | 1 | -14/+30 |
* | ftrace: do not init module on ftrace disabled | Steven Rostedt | 2008-10-14 | 1 | -2/+2 |
* | ftrace: remove old pointers to mcount | Steven Rostedt | 2008-10-14 | 1 | -2/+30 |
* | ftrace: do not show freed records in available_filter_functions | Steven Rostedt | 2008-10-14 | 1 | -6/+4 |
* | ftrace: enable mcount recording for modules | Steven Rostedt | 2008-10-14 | 1 | -0/+5 |
* | ftrace: mcount call site on boot nops core | Steven Rostedt | 2008-10-14 | 1 | -43/+105 |
* | stop_machine: fix up ftrace.c | Rusty Russell | 2008-07-28 | 1 | -3/+3 |
* | ftrace: build fix for ftraced_suspend | Ingo Molnar | 2008-07-11 | 1 | -0/+2 |
* | ftrace: add ftrace_kill_atomic | Steven Rostedt | 2008-07-11 | 1 | -0/+15 |
* | ftrace: prevent ftrace modifications while being kprobe'd, v2 | Abhishek Sagar | 2008-07-03 | 1 | -1/+8 |
* | ftrace: avoid modifying kprobe'd records | Abhishek Sagar | 2008-06-23 | 1 | -4/+31 |
* | ftrace: freeze kprobe'd records | Abhishek Sagar | 2008-06-23 | 1 | -1/+71 |
* | ftrace: store mcount address in rec->ip | Abhishek Sagar | 2008-06-23 | 1 | -1/+2 |
* | namespacecheck: fixes | Ingo Molnar | 2008-06-16 | 1 | -1/+1 |
* | ftrace: fix "notrace" filtering priority | Abhishek Sagar | 2008-06-14 | 1 | -3/+9 |
* | ftrace: prevent freeing of all failed updates | Abhishek Sagar | 2008-06-10 | 1 | -3/+2 |
* | ftrace: add debugfs entry 'failures' | Abhishek Sagar | 2008-06-10 | 1 | -1/+39 |
* | ftrace: remove ftrace_ip_converted() | Abhishek Sagar | 2008-06-10 | 1 | -7/+0 |
* | ftrace: prevent freeing of all failed updates | Abhishek Sagar | 2008-06-10 | 1 | -30/+46 |
* | ftrace: user update and disable dynamic ftrace daemon | Steven Rostedt | 2008-06-02 | 1 | -47/+110 |
* | ftrace: fix updating of ftrace_update_cnt | Abhishek Sagar | 2008-05-26 | 1 | -3/+5 |
* | ftrace: safe traversal of ftrace_hash hlist | Abhishek Sagar | 2008-05-26 | 1 | -2/+2 |
* | ftrace: set_ftrace_notrace feature | Steven Rostedt | 2008-05-26 | 1 | -40/+130 |
* | ftrace: cleanups | Ingo Molnar | 2008-05-23 | 1 | -3/+3 |
* | ftrace: fix mcount export bug | Ingo Molnar | 2008-05-23 | 1 | -3/+0 |
* | ftrace: remove packed attribute on ftrace_page. | David Miller | 2008-05-23 | 1 | -2/+2 |
* | ftrace: use raw_smp_processor_id for mcount functions | Steven Rostedt | 2008-05-23 | 1 | -4/+11 |
* | ftrace: add UNINTERRUPTIBLE state for kftraced on disable | Steven Rostedt | 2008-05-23 | 1 | -4/+2 |