summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
* | | | | | | perf symbols: Record the build_ids of kernel modules tooArnaldo Carvalho de Melo2009-11-193-1/+59
* | | | | | | perf symbols: Kill struct build_id_list and die() another dayArnaldo Carvalho de Melo2009-11-194-49/+28
* | | | | | | perf symbols: Fix comparision of build_idsArnaldo Carvalho de Melo2009-11-191-36/+16
* | | | | | | perf top: Don't allocate the source parsing members upfrontArnaldo Carvalho de Melo2009-11-191-31/+45
* | | | | | | perf top: Allocate space only for the number of counters usedArnaldo Carvalho de Melo2009-11-191-4/+5
* | | | | | | perf top: Introduce helper function to access symbol from sym_entryArnaldo Carvalho de Melo2009-11-191-6/+11
* | | | | | | perf top: Suppress DSO column if only one is presentArnaldo Carvalho de Melo2009-11-191-11/+32
* | | | | | | perf top: Auto adjust symbol and dso widthsArnaldo Carvalho de Melo2009-11-191-25/+67
* | | | | | | perf symbols: Add a long_name_len member to struct dsoArnaldo Carvalho de Melo2009-11-192-5/+22
* | | | | | | perf tools: Add ia64 support for tools/perf/Luck, Tony2009-11-192-3/+11
* | | | | | | perf tools: Support static buildMichael S. Tsirkin2009-11-171-9/+11
* | | | | | | Merge branch 'perf/core' into perf/probesIngo Molnar2009-11-17967-10984/+18928
|\ \ \ \ \ \ \
| * | | | | | | perf tools: Don't die() in do_write()Arnaldo Carvalho de Melo2009-11-171-11/+22
| * | | | | | | perf tools: Don't die() in perf_header__new()Arnaldo Carvalho de Melo2009-11-172-7/+16
| * | | | | | | perf tools: Don't die() in perf_header_attr__add_id()Arnaldo Carvalho de Melo2009-11-173-8/+17
| * | | | | | | perf tools: Don't die() in perf_header__add_attr()Arnaldo Carvalho de Melo2009-11-173-11/+30
| * | | | | | | perf buildid-list: Always show the DSO nameArnaldo Carvalho de Melo2009-11-173-6/+3
| * | | | | | | perf top: Introduce --hide_{user,kernel}_symbolsArnaldo Carvalho de Melo2009-11-171-2/+40
| * | | | | | | perf top: Use all the lines in the screenArnaldo Carvalho de Melo2009-11-171-1/+41
| * | | | | | | perf tools: Don't die in perf_header_attr__new()Arnaldo Carvalho de Melo2009-11-173-14/+17
| * | | | | | | perf buildid-list: New plumbing commandArnaldo Carvalho de Melo2009-11-166-0/+154
| * | | | | | | perf tools: Introduce dsos__fprintf_buildidArnaldo Carvalho de Melo2009-11-162-4/+28
OpenPOWER on IntegriCloud