summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | hw-breakpoints: Wrap in the KVM breakpoint active state checkFrederic Weisbecker2009-11-102-1/+6
| * | hw-breakpoints: Fix broken hw-breakpoint sample moduleFrederic Weisbecker2009-11-103-20/+27
| * | hw-breakpoints: Fix broken a.out format dumpFrederic Weisbecker2009-11-103-8/+39
| * | 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-0822-750/+885
| * | hw-breakpoint: Move asm-generic/hw_breakpoint.h to linux/hw_breakpoint.hFrederic Weisbecker2009-11-052-7/+4
| * | perf/core: Add a callback to perf eventsFrederic Weisbecker2009-11-032-5/+16
| * | x86/hw-breakpoints: Actually flush thread breakpoints in flush_thread().Paul Mundt2009-11-031-2/+0
| * | perf/core: Provide a kernel-internal interface to get to performance countersArjan van de Ven2009-11-032-1/+80
| * | Merge commit 'perf/core' into perf/hw-breakpointFrederic Weisbecker2009-10-187347-387292/+770363
| |\ \
| * \ \ Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar2009-09-153318-123400/+280091
| |\ \ \
| * | | | tracing: Fix ring-buffer and ksym tracer merge interactionFrederic Weisbecker2009-09-071-4/+5
| * | | | Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar2009-09-074885-305201/+363195
| |\ \ \ \
| * | | | | tracing/ksym_tracer: support quick clear for ksym_trace_filter -- v2Xiao Guangrong2009-07-231-18/+35
| * | | | | tracing/ksym_tracer: fix write operation of ksym_trace_filterXiao Guangrong2009-07-231-0/+4
| * | | | | tracing/ksym_tracer: fix the output of ksym tracerXiao Guangrong2009-07-231-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
| * | | | | x86: Mark ptrace_get_debugreg() as staticJaswinder Singh Rajput2009-07-011-1/+1
| * | | | | x86: hw_breakpoint.c arch_check_va_in_kernelspace and hw_breakpoint_handler s...Jaswinder Singh Rajput2009-06-171-3/+3
| * | | | | Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar2009-06-176062-197970/+558616
| |\ \ \ \ \
| * | | | | | hw-breakpoints: fix undeclared ksym_tracer_mutexFrederic Weisbecker2009-06-031-2/+2
| * | | | | | hw-breakpoints: reset bits in dr6 after the corresponding exception is handledK.Prasad2009-06-025-6/+34
| * | | | | | hw-breakpoints: ftrace plugin for kernel symbol tracing using HW Breakpoint i...K.Prasad2009-06-025-0/+623
| * | | | | | hw-breakpoints: sample HW breakpoint over kernel data addressK.Prasad2009-06-024-1/+92
| * | | | | | hw-breakpoints: cleanup HW Breakpoint registers before kexecK.Prasad2009-06-022-0/+4
| * | | | | | hw-breakpoints: modify Ptrace routines to access breakpoint registersK.Prasad2009-06-021-90/+141
| * | | | | | hw-breakpoints: modify signal handling code to refrain from re-enabling HW Br...K.Prasad2009-06-021-9/+0
| * | | | | | hw-breakpoints: use the new wrapper routines to access debug registers in pro...K.Prasad2009-06-023-16/+65
| * | | | | | hw-breakpoints: use wrapper routines around debug registers in processor rela...K.Prasad2009-06-023-19/+9
| * | | | | | hw-breakpoints: modifying generic debug exception to use thread-specific debu...K.Prasad2009-06-021-45/+24
| * | | | | | hw-breakpoints: x86 architecture implementation of Hardware Breakpoint interf...K.Prasad2009-06-023-1/+384
| * | | | | | hw-breakpoints: introducing generic hardware breakpoint handler interfacesK.Prasad2009-06-023-0/+383
| * | | | | | hw-breakpoints: prepare the code for Hardware Breakpoint interfacesK.Prasad2009-06-029-32/+255
* | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2009-11-210-0/+0
|\ \ \ \ \ \ \
| * | | | | | | perf annotate: Allocate history size correctlyNick Piggin2009-11-171-0/+8
* | | | | | | | perf: Add 'perf kmem' toolLi Zefan2009-11-204-13/+594
* | | | | | | | x86: Instruction decoder test should generate build warningMasami Hiramatsu2009-11-191-6/+11
* | | | | | | | perf tools: Don't die() in mmap_dispatch_perf_fileArnaldo Carvalho de Melo2009-11-191-36/+44
* | | | | | | | perf tools: Eliminate some more die() uses in library functionsArnaldo Carvalho de Melo2009-11-193-30/+59
* | | | | | | | perf tools: perf_header__read() shouldn't die()Arnaldo Carvalho de Melo2009-11-195-40/+70
* | | | | | | | perf symbols: Capture the running kernel buildid tooArnaldo Carvalho de Melo2009-11-194-30/+46