aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-28Merge branch 'linus' into cpus4096Ingo Molnar1-3/+3
2008-07-28Merge branch 'linus' into cpus4096Ingo Molnar3-17/+22
2008-07-28stop_machine: fix up ftrace.cRusty Russell1-3/+3
2008-07-27tracing: remove unused variableAndrea Righi1-1/+0
2008-07-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-16/+22
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis1-3/+1
2008-07-26ftrace: fix modular buildIngo Molnar1-0/+2
2008-07-25markers: fix sparse integer as NULL pointer warningHarvey Harrison1-1/+1
2008-07-24ftrace: remove latency-tracer leftoverIngo Molnar1-3/+0
2008-07-24Merge branch 'linus' into tracing/urgentIngo Molnar1-1/+3
2008-07-18cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis1-1/+3
2008-07-18ftrace: only trace preempt off with preempt tracerSteven Rostedt1-2/+4
2008-07-18ftrace: fix 4d3702b6 (post-v2.6.26): WARNING: at kernel/lockdep.c:2731 check_flags (ftrace)Steven Rostedt1-11/+16
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