aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2009-12-10perf_event: Fix variable initialization in other codepathsXiao Guangrong
2009-12-10perf_event: Fix perf_swevent_hrtimer() variable initializationXiao Guangrong
2009-12-09tracing/kprobes: Fix field creation's bad error handlingFrederic Weisbecker
2009-12-09perf_event: Cleanup for cpu_clock_perf_event_update()Xiao Guangrong
2009-12-09perf_event: Allocate children's perf_event_ctxp at the right timeXiao Guangrong
2009-12-09perf_event: Clean up __perf_event_init_context()Xiao Guangrong
2009-12-09hw-breakpoints: Modify breakpoints without unregistering themFrederic Weisbecker
2009-12-09trace-kprobe: Support delete probe syntaxMasami Hiramatsu
2009-12-08perf: hw_breakpoints: Fix percpu namespace clashStephen Rothwell
2009-12-07hw-breakpoints: Fix task-bound breakpoint slot allocationFrederic Weisbecker
2009-12-06hw-breakpoints: Use overflow handler instead of the event callbackFrederic Weisbecker
2009-12-06hw-breakpoints: Drop callback and task parameters from modify helperFrederic Weisbecker
2009-12-02perf: Don't free perf_mmap_data until work has been doneKristian Høgsberg
2009-12-01trace_syscalls: Remove unused syscall_name_to_nr()Lai Jiangshan
2009-12-01trace_syscalls: Simplify syscall profileLai Jiangshan
2009-12-01trace_syscalls: Remove duplicate init_enter_##sname()Lai Jiangshan
2009-12-01trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan
2009-12-01trace_syscalls: Remove enter_id exit_idLai Jiangshan
2009-12-01trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan
2009-12-01trace_syscalls: Remove unused event_syscall_enter and event_syscall_exitLai Jiangshan
2009-12-01perf_event: Initialize data.period in perf_swevent_hrtimer()Xiao Guangrong
2009-12-01trace_kprobes: Fix a memory leak bug and check kstrdup() return valueMasami Hiramatsu
2009-11-27trace_kprobes: Don't output zero offsetLai Jiangshan
2009-11-27trace_kprobes: Always show group nameLai Jiangshan
2009-11-27trace_kprobes: Fix memory leakLai Jiangshan
2009-11-27trace_syscalls: Add syscall nr fieldLai Jiangshan
2009-11-27hw-breakpoints: Use struct perf_event_attr to define kernel breakpointsFrederic Weisbecker
2009-11-27hw-breakpoints: Use struct perf_event_attr to define user breakpointsFrederic Weisbecker
2009-11-26perf_events: Fix read() bogus counts when in error stateStephane Eranian
2009-11-26tracepoint: Add signal loss eventsMasami Hiramatsu
2009-11-26tracepoint: Add signal deliver eventMasami Hiramatsu
2009-11-26tracepoint: Move signal sending tracepoint to events/signal.hMasami Hiramatsu
2009-11-26hw-breakpoints: Fix unused function in off-caseFrederic Weisbecker
2009-11-26kernel/hw_breakpoint.c: Fix local/global shadowingAndrew Morton
2009-11-26hw-breakpoints: Simplify error handling in breakpoint creation requestsFrederic Weisbecker
2009-11-26hw-breakpoints: Improve in-kernel event creation error granularityFrederic Weisbecker
2009-11-26ksym_tracer: Fix breakpoint removal after modificationFrederic Weisbecker
2009-11-25trace/syscalls: Change ret param in struct syscall_trace_exit to longTom Zanussi
2009-11-24perf_events: Fix bad software/trace event recursion countingFrederic Weisbecker
2009-11-24perf_events: Fix bogus copy_to_user() in perf_event_read_group()Stephane Eranian
2009-11-23perf: Add kernel side syscall events support for breakpointsFrederic Weisbecker
2009-11-23hw-breakpoints: Check the breakpoint params from perf toolsFrederic Weisbecker
2009-11-23hw-breakpoint: Attribute authorship of hw-breakpoint related filesK.Prasad
2009-11-23perf_events: Restore sanity to scaling landPeter Zijlstra
2009-11-23perf_events: Undo some recursion damagePeter Zijlstra
2009-11-23perf_events: Fix __perf_event_exit_task() vs. update_event_times() lockingPeter Zijlstra
2009-11-23perf_events: Update the context time on exitPeter Zijlstra
2009-11-23perf_events: Disable events when we detach themPeter Zijlstra
2009-11-23perf_events: Fix style nitsPeter Zijlstra
2009-11-23perf_events: Undo copy/paste damagePeter Zijlstra