summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* perf_event: Fix variable initialization in other codepathsXiao Guangrong2009-12-101-0/+1
* perf_event: Fix perf_swevent_hrtimer() variable initializationXiao Guangrong2009-12-101-0/+1
* tracing/kprobes: Fix field creation's bad error handlingFrederic Weisbecker2009-12-091-2/+2
* perf_event: Cleanup for cpu_clock_perf_event_update()Xiao Guangrong2009-12-091-2/+1
* perf_event: Allocate children's perf_event_ctxp at the right timeXiao Guangrong2009-12-091-15/+22
* perf_event: Clean up __perf_event_init_context()Xiao Guangrong2009-12-091-4/+3
* hw-breakpoints: Modify breakpoints without unregistering themFrederic Weisbecker2009-12-092-12/+34
* trace-kprobe: Support delete probe syntaxMasami Hiramatsu2009-12-091-9/+28
* perf: hw_breakpoints: Fix percpu namespace clashStephen Rothwell2009-12-081-7/+7
* hw-breakpoints: Fix task-bound breakpoint slot allocationFrederic Weisbecker2009-12-071-29/+45
* hw-breakpoints: Use overflow handler instead of the event callbackFrederic Weisbecker2009-12-063-29/+17
* hw-breakpoints: Drop callback and task parameters from modify helperFrederic Weisbecker2009-12-061-4/+3
* perf: Don't free perf_mmap_data until work has been doneKristian Høgsberg2009-12-021-1/+2
* trace_syscalls: Remove unused syscall_name_to_nr()Lai Jiangshan2009-12-011-16/+0
* trace_syscalls: Simplify syscall profileLai Jiangshan2009-12-011-16/+8
* trace_syscalls: Remove duplicate init_enter_##sname()Lai Jiangshan2009-12-011-0/+12
* trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan2009-12-011-13/+9
* trace_syscalls: Remove enter_id exit_idLai Jiangshan2009-12-011-20/+10
* trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan2009-12-011-25/+11
* trace_syscalls: Remove unused event_syscall_enter and event_syscall_exitLai Jiangshan2009-12-011-8/+0
* perf_event: Initialize data.period in perf_swevent_hrtimer()Xiao Guangrong2009-12-011-0/+1
* trace_kprobes: Fix a memory leak bug and check kstrdup() return valueMasami Hiramatsu2009-12-011-7/+19
* trace_kprobes: Don't output zero offsetLai Jiangshan2009-11-271-3/+9
* trace_kprobes: Always show group nameLai Jiangshan2009-11-271-1/+1
* trace_kprobes: Fix memory leakLai Jiangshan2009-11-271-1/+3
* trace_syscalls: Add syscall nr fieldLai Jiangshan2009-11-271-0/+8
* hw-breakpoints: Use struct perf_event_attr to define kernel breakpointsFrederic Weisbecker2009-11-272-53/+24
* hw-breakpoints: Use struct perf_event_attr to define user breakpointsFrederic Weisbecker2009-11-271-69/+18
* perf_events: Fix read() bogus counts when in error stateStephane Eranian2009-11-261-1/+10
* tracepoint: Add signal loss eventsMasami Hiramatsu2009-11-261-5/+14
* tracepoint: Add signal deliver eventMasami Hiramatsu2009-11-261-0/+3
* tracepoint: Move signal sending tracepoint to events/signal.hMasami Hiramatsu2009-11-261-2/+3
* hw-breakpoints: Fix unused function in off-caseFrederic Weisbecker2009-11-261-4/+0
* kernel/hw_breakpoint.c: Fix local/global shadowingAndrew Morton2009-11-261-6/+6
* hw-breakpoints: Simplify error handling in breakpoint creation requestsFrederic Weisbecker2009-11-262-14/+6
* hw-breakpoints: Improve in-kernel event creation error granularityFrederic Weisbecker2009-11-261-9/+11
* ksym_tracer: Fix breakpoint removal after modificationFrederic Weisbecker2009-11-261-2/+8
* trace/syscalls: Change ret param in struct syscall_trace_exit to longTom Zanussi2009-11-251-1/+1
* perf_events: Fix bad software/trace event recursion countingFrederic Weisbecker2009-11-241-1/+1
* perf_events: Fix bogus copy_to_user() in perf_event_read_group()Stephane Eranian2009-11-241-1/+1
* perf: Add kernel side syscall events support for breakpointsFrederic Weisbecker2009-11-231-9/+25
* hw-breakpoints: Check the breakpoint params from perf toolsFrederic Weisbecker2009-11-231-1/+10
* hw-breakpoint: Attribute authorship of hw-breakpoint related filesK.Prasad2009-11-231-0/+4
* perf_events: Restore sanity to scaling landPeter Zijlstra2009-11-231-1/+6
* perf_events: Undo some recursion damagePeter Zijlstra2009-11-233-51/+48
* perf_events: Fix __perf_event_exit_task() vs. update_event_times() lockingPeter Zijlstra2009-11-231-39/+39
* perf_events: Update the context time on exitPeter Zijlstra2009-11-231-0/+1
* perf_events: Disable events when we detach themPeter Zijlstra2009-11-231-0/+2
* perf_events: Fix style nitsPeter Zijlstra2009-11-231-4/+3
* perf_events: Undo copy/paste damagePeter Zijlstra2009-11-231-22/+9
OpenPOWER on IntegriCloud