aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-14Merge branch 'tracing/ftrace' into auto-ftrace-nextIngo Molnar6-9/+52
2008-07-11ftrace: build fix for ftraced_suspendIngo Molnar1-0/+2
2008-07-11ftrace: separate out the function enabled variableSteven Rostedt1-3/+19
2008-07-11ftrace: add ftrace_kill_atomicSteven Rostedt1-0/+15
2008-07-11ftrace: use current CPU for function startupSteven Rostedt1-0/+3
2008-07-11ftrace: start wakeup tracing after setting function tracerSteven Rostedt1-1/+2
2008-07-11ftrace: check proper config for preempt typeSteven Rostedt1-1/+1
2008-07-11ftrace: define function trace nopSteven Rostedt1-2/+8
2008-07-11ftrace: move sched_switch enable after markersSteven Rostedt1-2/+2
2008-07-10Merge branch 'tracing/sysprof' into auto-ftrace-nextIngo Molnar6-0/+404
2008-07-10Merge branch 'tracing/mmiotrace' into auto-ftrace-nextIngo Molnar4-0/+352
2008-07-03ftrace: prevent ftrace modifications while being kprobe'd, v2Abhishek Sagar1-1/+8
2008-06-23ftrace: avoid modifying kprobe'd recordsAbhishek Sagar1-4/+31
2008-06-23ftrace: freeze kprobe'd recordsAbhishek Sagar2-1/+74
2008-06-23ftrace: store mcount address in rec->ipAbhishek Sagar1-1/+2
2008-06-16namespacecheck: fixesIngo Molnar2-3/+3
2008-06-14ftrace: fix "notrace" filtering priorityAbhishek Sagar1-3/+9
2008-06-12ftrace: fix printoutJiri Slaby1-3/+2
2008-06-10ftrace: disable tracing when current_tracer is set to "none"Ankita Garg1-5/+17
2008-06-10ftrace: prevent freeing of all failed updatesAbhishek Sagar1-3/+2
2008-06-10ftrace: add debugfs entry 'failures'Abhishek Sagar1-1/+39
2008-06-10ftrace: remove ftrace_ip_converted()Abhishek Sagar1-7/+0
2008-06-10ftrace: prevent freeing of all failed updatesAbhishek Sagar1-30/+46
2008-06-02ftrace: user update and disable dynamic ftrace daemonSteven Rostedt1-47/+110
2008-06-02ftrace: distinguish kretprobe'd functions in trace logsAbhishek Sagar1-3/+24
2008-05-26ftrace: fix updating of ftrace_update_cntAbhishek Sagar1-3/+5
2008-05-26ftrace: safe traversal of ftrace_hash hlistAbhishek Sagar1-2/+2
2008-05-26ftrace: fix up cmdline recordingSteven Rostedt4-13/+19
2008-05-26ftrace: set_ftrace_notrace featureSteven Rostedt1-40/+130
2008-05-26ftrace: remove printks from irqsoff traceSteven Rostedt1-16/+0
2008-05-26ftrace: add function tracing to wake up tracingSteven Rostedt1-1/+66
2008-05-26ftrace: move ftrace_special to trace.cSteven Rostedt2-26/+25
2008-05-26ftrace: limit use of check pagesSteven Rostedt2-9/+24
2008-05-24sysprof: make it depend on X86Thomas Gleixner1-1/+1
2008-05-24x86 mmiotrace: use resource_size_t for phys addressesPekka Paalanen1-8/+12
2008-05-24mmiotrace: do not print bogus pid for maps eitherPekka Paalanen1-2/+2
2008-05-24mmiotrace: print overrun countsPekka Paalanen1-0/+25
2008-05-24mmiotrace: print header using the read hook.Pekka Paalanen1-7/+53
2008-05-24x86 mmiotrace: Do not print bogus pidPekka Paalanen1-3/+3
2008-05-24mmiotrace: ftrace fixIngo Molnar1-4/+12
2008-05-24ftrace: mmiotrace update, #2Pekka Paalanen1-3/+44
2008-05-24ftrace: mmiotrace, updatesPekka Paalanen3-28/+171
2008-05-24ftrace: add mmiotrace pluginPekka Paalanen2-0/+85
2008-05-23ftrace/sysprof: don't trace the user stack if we are a kernel thread.Soeren Sandmann1-21/+29
2008-05-23sysprof: update copyrightsIngo Molnar1-1/+1
2008-05-23sysprof: kernel traceSoeren Sandmann Pedersen1-9/+80
2008-05-23ftrace: make it more available in the KconfigThomas Gleixner1-1/+1
2008-05-23ftrace: fix __trace_special()Thomas Gleixner1-4/+4
2008-05-23ftrace: remove notraceThomas Gleixner1-5/+5
2008-05-23ftrace: sysprof updatesIngo Molnar3-2/+73