aboutsummaryrefslogtreecommitdiffstats
path: root/COPYING (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-14perf session: Pass the perf_session to the event handling operationsArnaldo Carvalho de Melo12-79/+103
2009-12-14perf sched: Fix build failure on sparcDavid Miller2-4/+8
2009-12-14perf bench: Add "all" pseudo subsystem and "all" pseudo suiteHitoshi Mitake3-7/+57
2009-12-12perf tools: Introduce perf_session classArnaldo Carvalho de Melo15-181/+206
2009-12-12perf symbols: Ditch dso->find_symbolArnaldo Carvalho de Melo3-5/+2
2009-12-12perf symbols: Allow lookups by symbol name tooArnaldo Carvalho de Melo5-41/+163
2009-12-12perf symbols: Add missing "Variables" entry to map_type__nameArnaldo Carvalho de Melo1-0/+1
2009-12-12perf symbols: Add support for 'variable' symtabsArnaldo Carvalho de Melo2-16/+53
2009-12-12perf symbols: Introduce ELF counterparts to symbol_type__is_aArnaldo Carvalho de Melo1-2/+22
2009-12-12perf symbols: Introduce symbol_type__is_aArnaldo Carvalho de Melo2-6/+13
2009-12-12perf symbols: Rename kthreads to kmaps, using another abstraction for itArnaldo Carvalho de Melo6-85/+106
2009-12-11perf tools: Allow building for ARMJamie Iles1-0/+12
2009-12-11hw-breakpoints: Handle bad modify_user_hw_breakpoint off-case return valueFrederic Weisbecker1-1/+1
2009-12-11perf tools: Allow cross compilingJamie Iles1-2/+4
2009-12-11tracing, slab: Fix no callsite ifndef CONFIG_KMEMTRACELi Zefan1-3/+3
2009-12-11tracing, slab: Define kmem_cache_alloc_notrace ifdef CONFIG_TRACINGLi Zefan4-9/+9
2009-12-10x86, perf events: Check if we have APIC enabledCyrill Gorcunov1-6/+12
2009-12-10perf_event: Fix variable initialization in other codepathsXiao Guangrong2-0/+5
2009-12-10perf kmem: Fix unused argument build warningIngo Molnar1-2/+2
2009-12-10perf symbols: perf_header__read_build_ids() offset'n'size should be u64Arnaldo Carvalho de Melo2-3/+3
2009-12-10perf symbols: dsos__read_build_ids() should read both user and kernel buildidsArnaldo Carvalho de Melo1-2/+3
2009-12-10perf tools: Align long options which have no short formsLi Zefan1-0/+3
2009-12-10perf kmem: Show usage if no option is specifiedLi Zefan2-28/+37
2009-12-10sched: Mark sched_clock() as notraceMike Frysinger1-1/+2
2009-12-10perf sched: Add max delay time snapshotFrederic Weisbecker1-6/+10
2009-12-10perf tools: Correct size given to memsetJulia Lawall2-2/+2
2009-12-10perf_event: Fix perf_swevent_hrtimer() variable initializationXiao Guangrong1-0/+1
2009-12-09perf sched: Fix for getting task's execution timeXiao Guangrong1-28/+27
2009-12-09tracing/kprobes: Fix field creation's bad error handlingFrederic Weisbecker1-2/+2
2009-12-09perf_event: Cleanup for cpu_clock_perf_event_update()Xiao Guangrong1-2/+1
2009-12-09perf_event: Allocate children's perf_event_ctxp at the right timeXiao Guangrong1-15/+22
2009-12-09perf_event: Clean up __perf_event_init_context()Xiao Guangrong1-4/+3
2009-12-09hw-breakpoints: Modify breakpoints without unregistering themFrederic Weisbecker5-46/+66
2009-12-09perf probe: Update perf-probe documentMasami Hiramatsu1-5/+16
2009-12-09perf probe: Support --del optionMasami Hiramatsu3-7/+96
2009-12-09trace-kprobe: Support delete probe syntaxMasami Hiramatsu1-9/+28
2009-12-09perf probe: Support vmlinux on cwd by defaultMasami Hiramatsu1-4/+6
2009-12-09perf probe: Remove event suffix number _0Masami Hiramatsu1-1/+10
2009-12-09perf probe: Fix add-probe command syntax without --add optionMasami Hiramatsu1-7/+26
2009-12-09perf probe: Change probe-added message more user-friendlyMasami Hiramatsu1-5/+10
2009-12-09perf probe: Change event list formatMasami Hiramatsu1-2/+25
2009-12-08perf: hw_breakpoints: Fix percpu namespace clashStephen Rothwell1-7/+7
2009-12-08perf events: hw_breakpoints: Don't include asm/hw_breakpoint.h in user spaceArnd Bergmann1-4/+4
2009-12-07perf probe: Use pr_debug for debug messageMasami Hiramatsu1-2/+2
2009-12-07perf probe: Check e_snprintf() format stringMasami Hiramatsu1-1/+4
2009-12-07perf probe: Fix event namelist to duplicate stringMasami Hiramatsu1-1/+3
2009-12-07perf probe: Fix strtailcmp() to compare s1and s2[0]Juha Leppanen1-1/+1
2009-12-07x86 insn: Delete empty or incomplete inat-tables.cMasami Hiramatsu1-1/+1
2009-12-07x86: Compile insn.c and inat.c only for KPROBESOGAWA Hirofumi2-3/+3
2009-12-07perf tools: Optimize parse_subsystem_tracepoint_event()Ulrich Drepper1-12/+3