summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2008-07-28Merge branch 'linus' into cpus4096Ingo Molnar-3/+3
2008-07-28Merge branch 'linus' into cpus4096Ingo Molnar-17/+22
2008-07-28stop_machine: fix up ftrace.cRusty Russell-3/+3
2008-07-27tracing: remove unused variableAndrea Righi-1/+0
2008-07-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-16/+22
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis-3/+1
2008-07-26ftrace: fix modular buildIngo Molnar-0/+2
2008-07-25markers: fix sparse integer as NULL pointer warningHarvey Harrison-1/+1
2008-07-24ftrace: remove latency-tracer leftoverIngo Molnar-3/+0
2008-07-24Merge branch 'linus' into tracing/urgentIngo Molnar-1/+3
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis-1/+3
2008-07-18ftrace: only trace preempt off with preempt tracerSteven Rostedt-2/+4
2008-07-18ftrace: fix 4d3702b6 (post-v2.6.26): WARNING: at kernel/lockdep.c:2731 check_...Steven Rostedt-11/+16
2008-07-14Merge branch 'tracing/ftrace' into auto-ftrace-nextIngo Molnar-9/+52
2008-07-11ftrace: build fix for ftraced_suspendIngo Molnar-0/+2
2008-07-11ftrace: separate out the function enabled variableSteven Rostedt-3/+19
2008-07-11ftrace: add ftrace_kill_atomicSteven Rostedt-0/+15
2008-07-11ftrace: use current CPU for function startupSteven Rostedt-0/+3
2008-07-11ftrace: start wakeup tracing after setting function tracerSteven Rostedt-1/+2
2008-07-11ftrace: check proper config for preempt typeSteven Rostedt-1/+1
2008-07-11ftrace: define function trace nopSteven Rostedt-2/+8
2008-07-11ftrace: move sched_switch enable after markersSteven Rostedt-2/+2
2008-07-10Merge branch 'tracing/sysprof' into auto-ftrace-nextIngo Molnar-0/+404
2008-07-10Merge branch 'tracing/mmiotrace' into auto-ftrace-nextIngo Molnar-0/+352
2008-07-03ftrace: prevent ftrace modifications while being kprobe'd, v2Abhishek Sagar-1/+8
2008-06-23ftrace: avoid modifying kprobe'd recordsAbhishek Sagar-4/+31
2008-06-23ftrace: freeze kprobe'd recordsAbhishek Sagar-1/+74
2008-06-23ftrace: store mcount address in rec->ipAbhishek Sagar-1/+2
2008-06-16namespacecheck: fixesIngo Molnar-3/+3
2008-06-14ftrace: fix "notrace" filtering priorityAbhishek Sagar-3/+9
2008-06-12ftrace: fix printoutJiri Slaby-3/+2
2008-06-10ftrace: disable tracing when current_tracer is set to "none"Ankita Garg-5/+17
2008-06-10ftrace: prevent freeing of all failed updatesAbhishek Sagar-3/+2
2008-06-10ftrace: add debugfs entry 'failures'Abhishek Sagar-1/+39
2008-06-10ftrace: remove ftrace_ip_converted()Abhishek Sagar-7/+0
2008-06-10ftrace: prevent freeing of all failed updatesAbhishek Sagar-30/+46
2008-06-02ftrace: user update and disable dynamic ftrace daemonSteven Rostedt-47/+110
2008-06-02ftrace: distinguish kretprobe'd functions in trace logsAbhishek Sagar-3/+24
2008-05-26ftrace: fix updating of ftrace_update_cntAbhishek Sagar-3/+5
2008-05-26ftrace: safe traversal of ftrace_hash hlistAbhishek Sagar-2/+2
2008-05-26ftrace: fix up cmdline recordingSteven Rostedt-13/+19
2008-05-26ftrace: set_ftrace_notrace featureSteven Rostedt-40/+130
2008-05-26ftrace: remove printks from irqsoff traceSteven Rostedt-16/+0
2008-05-26ftrace: add function tracing to wake up tracingSteven Rostedt-1/+66
2008-05-26ftrace: move ftrace_special to trace.cSteven Rostedt-26/+25
2008-05-26ftrace: limit use of check pagesSteven Rostedt-9/+24
2008-05-24sysprof: make it depend on X86Thomas Gleixner-1/+1
2008-05-24x86 mmiotrace: use resource_size_t for phys addressesPekka Paalanen-8/+12
2008-05-24mmiotrace: do not print bogus pid for maps eitherPekka Paalanen-2/+2
2008-05-24mmiotrace: print overrun countsPekka Paalanen-0/+25