summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf sched: Fix for getting task's execution timeXiao Guangrong2009-12-091-28/+27
* 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-095-46/+66
* perf probe: Update perf-probe documentMasami Hiramatsu2009-12-091-5/+16
* perf probe: Support --del optionMasami Hiramatsu2009-12-093-7/+96
* trace-kprobe: Support delete probe syntaxMasami Hiramatsu2009-12-091-9/+28
* perf probe: Support vmlinux on cwd by defaultMasami Hiramatsu2009-12-091-4/+6
* perf probe: Remove event suffix number _0Masami Hiramatsu2009-12-091-1/+10
* perf probe: Fix add-probe command syntax without --add optionMasami Hiramatsu2009-12-091-7/+26
* perf probe: Change probe-added message more user-friendlyMasami Hiramatsu2009-12-091-5/+10
* perf probe: Change event list formatMasami Hiramatsu2009-12-091-2/+25
* perf: hw_breakpoints: Fix percpu namespace clashStephen Rothwell2009-12-081-7/+7
* perf events: hw_breakpoints: Don't include asm/hw_breakpoint.h in user spaceArnd Bergmann2009-12-081-4/+4
* perf probe: Use pr_debug for debug messageMasami Hiramatsu2009-12-071-2/+2
* perf probe: Check e_snprintf() format stringMasami Hiramatsu2009-12-071-1/+4
* perf probe: Fix event namelist to duplicate stringMasami Hiramatsu2009-12-071-1/+3
* perf probe: Fix strtailcmp() to compare s1and s2[0]Juha Leppanen2009-12-071-1/+1
* x86 insn: Delete empty or incomplete inat-tables.cMasami Hiramatsu2009-12-071-1/+1
* x86: Compile insn.c and inat.c only for KPROBESOGAWA Hirofumi2009-12-072-3/+3
* perf tools: Optimize parse_subsystem_tracepoint_event()Ulrich Drepper2009-12-071-12/+3
* perf trace/scripting: Don't display 'scripting unsupported' msg unnecessarilyTom Zanussi2009-12-071-9/+55
* Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2009-12-072-29/+47
|\
| * hw-breakpoints: Fix task-bound breakpoint slot allocationFrederic Weisbecker2009-12-071-29/+45
| * hw-breakpoints: Zeroe the breakpoint attrs on initializationFrederic Weisbecker2009-12-071-0/+2
* | perf trace/scripting: Fix compile error when libperl not installedTom Zanussi2009-12-072-3/+4
* | perf_event: Eliminate raw->sizeXiao Guangrong2009-12-072-76/+56
* | perf_event: Fix __dsos__write_buildid_table()Xiao Guangrong2009-12-071-1/+1
* | perf_event: Fix raw event processingXiao Guangrong2009-12-072-6/+16
* | perf/sched: Fix 'perf sched trace'Xiao Guangrong2009-12-071-7/+7
|/
* perf buildid-list: Fix copy'n'paste help messageArnaldo Carvalho de Melo2009-12-061-1/+1
* perf tools: Misc small fixesOGAWA Hirofumi2009-12-063-4/+10
* perf: Make common SAMPLE_EVENT parserOGAWA Hirofumi2009-12-067-146/+155
* perf timechart: Fix header handlingOGAWA Hirofumi2009-12-061-4/+8
* x86, perf probe: Fix warning in test_get_len()Jean Delvare2009-12-061-1/+1
* perf tools: Correct size computation in tracepoint_id_to_path()Julia Lawall2009-12-061-1/+1
* x86: Fixup wrong irq frame link in stacktracesFrederic Weisbecker2009-12-061-1/+32
* x86: Fixup wrong debug exception frame link in stacktracesFrederic Weisbecker2009-12-061-3/+3
* x86/perf: Exclude the debug stack from the callchainsFrederic Weisbecker2009-12-061-4/+5
* perf: Remove the "event" callback from perf eventsFrederic Weisbecker2009-12-061-3/+0
* hw-breakpoints: Use overflow handler instead of the event callbackFrederic Weisbecker2009-12-068-57/+48
* hw-breakpoints: Drop callback and task parameters from modify helperFrederic Weisbecker2009-12-063-13/+7
* perf: Remove unused struct perf_event::event_callbackFrederic Weisbecker2009-12-061-2/+0
* perf: Remove pointless union that wraps the hw breakpoint fieldsFrederic Weisbecker2009-12-061-8/+6
* hw-breakpoints: Add two reserved fields for future extensionsFrederic Weisbecker2009-12-061-0/+2
* Merge branch 'perf/probes' into perf/coreIngo Molnar2009-12-032-3/+35
|\
| * x86: insn decoder test checks objdump versionMasami Hiramatsu2009-11-212-1/+27
| * x86: Fix insn decoder test typosMasami Hiramatsu2009-11-211-3/+9