summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-08-13tracing: Fix syscall tracing on !HAVE_FTRACE_SYSCALLS architecturesIngo Molnar1-0/+3
2009-08-11tracing: Support for syscall events raw records in perfcountersFrederic Weisbecker1-2/+37
2009-08-11tracing: Add fields format definition for syscall eventsFrederic Weisbecker1-0/+46
2009-08-11tracing: Add ftrace event call parameter to its field descriptor handlerFrederic Weisbecker2-3/+5
2009-08-11tracing: Add perf counter support for syscalls tracingJason Baron1-0/+121
2009-08-11tracing: Add individual syscalls tracepoint id supportJason Baron2-16/+16
2009-08-11tracing: Add trace events for each syscall entry/exitJason Baron1-92/+91
2009-08-11tracing: Add ftrace_event_call void * 'data' fieldJason Baron1-2/+2
2009-08-11tracing: Raw_init() bailout in trace event register fail caseJason Baron1-10/+19
2009-08-11tracing: Add syscall tracepointsJason Baron1-0/+38
2009-08-11tracing: Call arch_init_ftrace_syscalls at bootJason Baron1-1/+0
2009-08-11tracing: Rename set_tracer_flags()'s local variable trace_flagsZhaolei1-7/+7
2009-08-11Merge branch 'linus' into tracing/coreIngo Molnar36-367/+712
2009-08-10Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-94/+145
2009-08-10Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2009-08-10perf_counter: Require CAP_SYS_ADMIN for raw tracepoint dataPeter Zijlstra1-0/+8
2009-08-10perf_counter: Correct PERF_SAMPLE_RAW outputPeter Zijlstra1-6/+24
2009-08-09Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+4
2009-08-09Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-20/+42
2009-08-09Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-4/+3
2009-08-09perf_counter: Fix a race on perf_counter_ctxPeter Zijlstra1-15/+15
2009-08-09perf_counter: Fix tracepoint sampling to be part of generic samplingFrederic Weisbecker1-10/+10
2009-08-09perf_counter: Work around gcc warning by initializing tracepoint record uncon...Frederic Weisbecker1-3/+4
2009-08-09perf_counter: Fix software counters for fast moving event sourcesPeter Zijlstra1-70/+94
2009-08-09perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker3-5/+18
2009-08-09perf_counter, ftrace: Fix perf_counter integrationPeter Zijlstra1-3/+3
2009-08-09Merge branch 'linus' into tracing/urgentIngo Molnar12-116/+254
2009-08-08posix_cpu_timers_exit_group(): Do not use thread_group_cputimer()Stanislaw Gruszka1-3/+4
2009-08-08tracing/filters: Don't use pred on alloc failureTom Zanussi1-0/+2
2009-08-08tracing/filters: Always free pred on filter_add_subsystem_pred() failureTom Zanussi1-5/+11
2009-08-08tracing/filters: Don't use pred on alloc failureTom Zanussi1-0/+4
2009-08-08x86/irq: Fix move_irq_desc() for nodes without ramYinghai Lu1-2/+2
2009-08-07Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds3-3/+3
2009-08-07execve: must clear current->clear_child_tidEric Dumazet1-11/+11
2009-08-07generic-ipi: fix hotplug_cfd()Xiao Guangrong1-1/+1
2009-08-07ring-buffer: Fix memleak in ring_buffer_free()Eric Dumazet1-0/+1
2009-08-07lockdep: Fix file mode of lock_statLi Zefan1-1/+2
2009-08-06perf_counter: Fix double list iteration in per task precise statsPeter Zijlstra1-1/+1
2009-08-06ring-buffer: Fix advance of reader in rb_buffer_peek()Robert Richter1-6/+4
2009-08-06tracing/events: Only define remove_subsystem_dir() if CONFIG_MODULESFrederic Weisbecker1-26/+26
2009-08-06tracing/function-graph-tracer: Move graph event insertion helpers in the grap...Frederic Weisbecker4-113/+121
2009-08-06tracing: Move sched event insertion helpers in the sched switch tracer fileFrederic Weisbecker2-56/+57
2009-08-06tracing/core: Make the stack entry helpers globalFrederic Weisbecker2-19/+33
2009-08-06tracing/core: Turn ftrace_cpu_disabled into a global varFrederic Weisbecker2-1/+2
2009-08-06tracing: Simplify print_graph_cpu()Lai Jiangshan1-26/+4
2009-08-06ftrace: Fix perf-tracepoint OOPSPeter Zijlstra2-2/+2
2009-08-06rtmutex: Avoid deadlock in rt_mutex_start_proxy_lock()Darren Hart1-3/+1
2009-08-05ring-buffer: do not disable ring buffer on oops_in_progressSteven Rostedt1-1/+1
2009-08-05ring-buffer: fix check of try_to_discard resultSteven Rostedt1-1/+1
2009-08-04Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2-33/+72