aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-09trace-kprobe: Support delete probe syntaxMasami Hiramatsu
2009-12-09perf probe: Support vmlinux on cwd by defaultMasami Hiramatsu
2009-12-09perf probe: Remove event suffix number _0Masami Hiramatsu
2009-12-09perf probe: Fix add-probe command syntax without --add optionMasami Hiramatsu
2009-12-09perf probe: Change probe-added message more user-friendlyMasami Hiramatsu
2009-12-09perf probe: Change event list formatMasami Hiramatsu
2009-12-08perf: hw_breakpoints: Fix percpu namespace clashStephen Rothwell
2009-12-08perf events: hw_breakpoints: Don't include asm/hw_breakpoint.h in user spaceArnd Bergmann
2009-12-07perf probe: Use pr_debug for debug messageMasami Hiramatsu
2009-12-07perf probe: Check e_snprintf() format stringMasami Hiramatsu
2009-12-07perf probe: Fix event namelist to duplicate stringMasami Hiramatsu
2009-12-07perf probe: Fix strtailcmp() to compare s1and s2[0]Juha Leppanen
2009-12-07x86 insn: Delete empty or incomplete inat-tables.cMasami Hiramatsu
2009-12-07x86: Compile insn.c and inat.c only for KPROBESOGAWA Hirofumi
2009-12-07perf tools: Optimize parse_subsystem_tracepoint_event()Ulrich Drepper
2009-12-07perf trace/scripting: Don't display 'scripting unsupported' msg unnecessarilyTom Zanussi
2009-12-07Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar
2009-12-07hw-breakpoints: Fix task-bound breakpoint slot allocationFrederic Weisbecker
2009-12-07hw-breakpoints: Zeroe the breakpoint attrs on initializationFrederic Weisbecker
2009-12-07perf trace/scripting: Fix compile error when libperl not installedTom Zanussi
2009-12-07perf_event: Eliminate raw->sizeXiao Guangrong
2009-12-07perf_event: Fix __dsos__write_buildid_table()Xiao Guangrong
2009-12-07perf_event: Fix raw event processingXiao Guangrong
2009-12-07perf/sched: Fix 'perf sched trace'Xiao Guangrong
2009-12-06perf buildid-list: Fix copy'n'paste help messageArnaldo Carvalho de Melo
2009-12-06perf tools: Misc small fixesOGAWA Hirofumi
2009-12-06perf: Make common SAMPLE_EVENT parserOGAWA Hirofumi
2009-12-06perf timechart: Fix header handlingOGAWA Hirofumi
2009-12-06x86, perf probe: Fix warning in test_get_len()Jean Delvare
2009-12-06perf tools: Correct size computation in tracepoint_id_to_path()Julia Lawall
2009-12-06x86: Fixup wrong irq frame link in stacktracesFrederic Weisbecker
2009-12-06x86: Fixup wrong debug exception frame link in stacktracesFrederic Weisbecker
2009-12-06x86/perf: Exclude the debug stack from the callchainsFrederic Weisbecker
2009-12-06perf: Remove the "event" callback from perf eventsFrederic Weisbecker
2009-12-06hw-breakpoints: Use overflow handler instead of the event callbackFrederic Weisbecker
2009-12-06hw-breakpoints: Drop callback and task parameters from modify helperFrederic Weisbecker
2009-12-06perf: Remove unused struct perf_event::event_callbackFrederic Weisbecker
2009-12-06perf: Remove pointless union that wraps the hw breakpoint fieldsFrederic Weisbecker
2009-12-06hw-breakpoints: Add two reserved fields for future extensionsFrederic Weisbecker
2009-12-03Merge branch 'perf/probes' into perf/coreIngo Molnar
2009-12-03Merge branch 'perf/mce' into perf/coreIngo Molnar
2009-12-03Merge branch 'perf/scripting' into perf/coreIngo Molnar
2009-12-02x86: Fix comments of register/stack access functionsMasami Hiramatsu
2009-12-02perf tools: Replace %m with %a in sscanfLiming Wang
2009-12-02hw-breakpoints: Keep track of user disabled breakpointsFrederic Weisbecker
2009-12-02tracing/syscalls: Make syscall events print callbacks staticFrederic Weisbecker
2009-12-02tracing: Add DEFINE_EVENT(), DEFINE_SINGLE_EVENT() support to docbookJason Baron
2009-12-02perf: Don't free perf_mmap_data until work has been doneKristian Høgsberg
2009-12-02perf_event: Fix compile errorXiao Guangrong
2009-12-02perf tools: Fix _GNU_SOURCE macro related strndup() build errorLiming Wang