summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | Merge branch 'tracing/hw-breakpoints' into perf/coreIngo Molnar2009-11-2111-3/+1288
| | |\ \ \ \
| | | * | | | hw-breakpoints: Fix broken hw-breakpoint sample moduleFrederic Weisbecker2009-11-102-1/+3
| | | * | | | ksym_tracer: Support read accesses independent of read/write.Paul Mundt2009-11-101-1/+10
| | | * | | | ksym_tracer: Remove KSYM_SELFTEST_ENTRYLi Zefan2009-11-082-2/+2
| | | * | | | hw-breakpoints: Arbitrate access to pmu following registers constraintsFrederic Weisbecker2009-11-081-6/+205
| | | * | | | hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf eventsFrederic Weisbecker2009-11-087-329/+293
| | | * | | | perf/core: Add a callback to perf eventsFrederic Weisbecker2009-11-031-4/+10
| | | * | | | perf/core: Provide a kernel-internal interface to get to performance countersArjan van de Ven2009-11-031-1/+74
| | | * | | | Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker2009-10-18113-10160/+11434
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar2009-09-1549-4181/+3938
| | | |\ \ \ \ \
| | | * | | | | | tracing: Fix ring-buffer and ksym tracer merge interactionFrederic Weisbecker2009-09-071-4/+5
| | | * | | | | | Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar2009-09-0794-3141/+6975
| | | |\ \ \ \ \ \
| | | * | | | | | | tracing/ksym_tracer: support quick clear for ksym_trace_filter -- v2Xiao Guangrong2009-07-241-18/+35
| | | * | | | | | | tracing/ksym_tracer: fix write operation of ksym_trace_filterXiao Guangrong2009-07-241-0/+4
| | | * | | | | | | tracing/ksym_tracer: fix the output of ksym tracerXiao Guangrong2009-07-241-7/+6
| | | * | | | | | | ksym_tracer: Fix the output of stat tracingLi Zefan2009-07-101-9/+11
| | | * | | | | | | ksym_tracer: Fix memory leakLi Zefan2009-07-101-34/+27
| | | * | | | | | | ksym_tracer: Report error when failed to re-register hbpLi Zefan2009-07-101-2/+2
| | | * | | | | | | ksym_tracer: NIL-terminate user input filterLi Zefan2009-07-101-5/+2
| | | * | | | | | | ksym_tracer: Fix validation of length of access typeLi Zefan2009-07-101-7/+7
| | | * | | | | | | ksym_tracer: Fix validation of access typeLi Zefan2009-07-101-18/+14
| | | * | | | | | | ksym_tracer: Rewrite ksym_trace_filter_read()Li Zefan2009-07-101-11/+18
| | | * | | | | | | ksym_tracer: Extract trace entry from struct trace_ksymLi Zefan2009-07-102-17/+22
| | | * | | | | | | Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar2009-06-1785-2197/+8179
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | hw-breakpoints: fix undeclared ksym_tracer_mutexFrederic Weisbecker2009-06-031-2/+2
| | | * | | | | | | | hw-breakpoints: ftrace plugin for kernel symbol tracing using HW Breakpoint i...K.Prasad2009-06-025-0/+623
| | | * | | | | | | | hw-breakpoints: introducing generic hardware breakpoint handler interfacesK.Prasad2009-06-022-0/+379
| | * | | | | | | | | Merge branch 'perf/core' into perf/probesIngo Molnar2009-11-1726-200/+375
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | perf_event: Optimize perf_output_lock()Peter Zijlstra2009-11-161-10/+11
| | | | | | | | | | | |
| | | | \ \ \ \ \ \ \ \
| | | *-. \ \ \ \ \ \ \ \ Merge branches 'perf/powerpc' and 'perf/bench' into perf/coreIngo Molnar2009-11-151-0/+2
| | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | perf_event: Add alignment-faults and emulation-faults software eventsAnton Blanchard2009-10-281-0/+2
| | | * | | | | | | | | | | Merge commit 'v2.6.32-rc7' into perf/coreIngo Molnar2009-11-159-66/+108
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | |
| | | * | | | | | | | | | | tracing: Rename 'lockdep' event subsystem into 'lock'Frederic Weisbecker2009-11-131-1/+1
| | | | |_|/ / / / / / / / | | | |/| | | | | | | | |
| | | * | | | | | | | | | Merge commit 'v2.6.32-rc6' into perf/coreIngo Molnar2009-11-0421-136/+266
| | | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | tracing/filters: Fix to make system filter workLi Zefan2009-10-291-1/+1
| | * | | | | | | | | | | | tracing, perf_events: Protect the buffer from recursion in perfFrederic Weisbecker2009-11-083-39/+96
| | * | | | | | | | | | | | tracing/kprobes: Rename Kprobe-tracer to kprobe-eventMasami Hiramatsu2009-11-043-12/+15
| | * | | | | | | | | | | | kprobe-tracer: Compare both of event-name and event-group to find probeMasami Hiramatsu2009-10-291-3/+5
| | * | | | | | | | | | | | Merge branch 'perf/core' into perf/probesIngo Molnar2009-10-239-339/+781
| | |\| | | | | | | | | | |
| | | * | | | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2009-10-201-1/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | |
| | | * | | | | | | | | | | tracing/events: Fix locking imbalance in the filter codeIngo Molnar2009-10-151-11/+15
| | | * | | | | | | | | | | tracing/profile: Add filter supportLi Zefan2009-10-153-34/+182
| | | * | | | | | | | | | | tracing/filters: Use a different op for glob matchLi Zefan2009-10-152-32/+29
| | | * | | | | | | | | | | tracing/filters: Refactor subsystem filter codeLi Zefan2009-10-152-80/+45
| | | * | | | | | | | | | | Merge branch 'tracing/core' into perf/coreIngo Molnar2009-10-156-183/+499
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into perf/coreIngo Molnar2009-10-155-15/+41
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|/ / / / / / / | | | | |/| | | | | | | | | |
| | | * | | | | | | | | | | | Merge commit 'v2.6.32-rc4' into perf/coreIngo Molnar2009-10-1330-387/+513
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | tracing/events: Add 'signed' field to format filesTom Zanussi2009-10-064-36/+48
| | * | | | | | | | | | | | | | Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar2009-10-1768-1286/+2419
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | tracing/kprobes: Add failure messages for debuggingMasami Hiramatsu2009-10-171-8/+27