summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-04ftrace/alternatives: Introducing *_text_reserved functionsMasami Hiramatsu4-0/+42
2010-02-04kprobes: Disable booster when CONFIG_PREEMPT=yMasami Hiramatsu3-29/+4
2010-02-04perf annotate: Fix perf top module symbol annotationMike Galbraith1-2/+2
2010-02-04perf top: Teach it to autolocate vmlinuxKirill Smelkov2-17/+24
2010-02-04perf annotate: Fix it for non-prelinked *.soKirill Smelkov3-2/+24
2010-02-04perf tools: Adjust some verbosity levelsArnaldo Carvalho de Melo3-25/+18
2010-02-04perf record: Stop intercepting events, use postprocessing to get build-idsArnaldo Carvalho de Melo6-53/+73
2010-02-04perf build-id: Move the routine to find DSOs with hits to the libArnaldo Carvalho de Melo4-29/+51
2010-02-04perf probe: Don't use a perf_session instance just to resolve symbolsArnaldo Carvalho de Melo1-13/+13
2010-02-04perf symbols: Ditch vdso global variableArnaldo Carvalho de Melo3-24/+15
2010-02-04perf symbols: Fixup vsyscall mapsArnaldo Carvalho de Melo1-2/+11
2010-02-04perf symbols: Remove perf_session usage in symbols layerArnaldo Carvalho de Melo11-121/+149
2010-02-03perf tools: Use O_LARGEFILE to open perf data fileXiao Guangrong4-13/+23
2010-01-31perf lock: Clean up various detailsIngo Molnar1-128/+82
2010-01-31perf lock: Introduce new tool "perf lock", for analyzing lock statisticsHitoshi Mitake4-0/+727
2010-01-31perf lock: Enhance information of lock trace eventsHitoshi Mitake1-9/+20
2010-01-31perf: Add util/include/linuxhash.h to include hash.h of kernelHitoshi Mitake2-0/+6
2010-01-31perf tools: Add __data_loc supportHitoshi Mitake1-0/+9
2010-01-31Revert "perf record: Intercept all events"Hitoshi Mitake1-18/+10
2010-01-29perf: Ignore perf-archive temp fileJohn Kacur1-0/+1
2010-01-29tools/perf/perf.c: Clean up trivial style issuesThiago Farina1-10/+11
2010-01-29Merge branch 'perf/urgent' into perf/coreIngo Molnar669-4845/+18382
2010-01-29perf session: Create kernel maps in the constructorArnaldo Carvalho de Melo4-17/+11
2010-01-29perf symbols: Split helpers used when creating kernel dso objectArnaldo Carvalho de Melo2-7/+23
2010-01-29perf symbols: Factor out dso__load_vmlinux_path()Arnaldo Carvalho de Melo2-14/+26
2010-01-29perf top: Exit if specified --vmlinux can't be usedArnaldo Carvalho de Melo1-1/+23
2010-01-29perf_events: Fix sample_period transfer on inheritPeter Zijlstra1-2/+9
2010-01-29perf_events, x86: Remove spurious counter reset from x86_pmu_enable()Peter Zijlstra1-3/+0
2010-01-29perf_events, x86: Implement Intel Westmere supportPeter Zijlstra1-7/+117
2010-01-29perf_events, x86: Clean up hw_perf_*_all() implementationPeter Zijlstra1-45/+14
2010-01-29perf_events, x86: Fix event constraint masksPeter Zijlstra2-5/+10
2010-01-29perf_event: x86: Deduplicate the disable codePeter Zijlstra1-16/+13
2010-01-29perf, x86: Clean up event constraints code a bitIngo Molnar2-42/+19
2010-01-29perf_event: x86: Optimize x86_pmu_disable()Peter Zijlstra1-0/+1
2010-01-29perf_event: x86: Optimize the fast path a little morePeter Zijlstra1-3/+3
2010-01-29perf_event: x86: Optimize constraint weight computationPeter Zijlstra1-4/+5
2010-01-29perf_event: x86: Optimize the constraint searching bitsPeter Zijlstra1-41/+34
2010-01-29bitops: Provide compile time HWEIGHT{8,16,32,64}Peter Zijlstra1-2/+16
2010-01-29perf_event: x86: Reduce some overly long lines with some MACROsPeter Zijlstra1-31/+37
2010-01-29perf_event: x86: Clean up some of the u64/long bitmask castingPeter Zijlstra1-24/+23
2010-01-29perf_event: x86: Fixup constraints typing issuePeter Zijlstra1-3/+3
2010-01-29perf_event: x86: Allocate the fake_cpucPeter Zijlstra1-10/+19
2010-01-29perf_events: Add fast-path to the rescheduling codeStephane Eranian1-30/+61
2010-01-29perf_events, x86: Improve x86 event schedulingStephane Eranian2-217/+574
2010-01-29x86/hw-breakpoints: Optimize return code from notifier chain in hw_breakpoint...K.Prasad1-3/+7
2010-01-29x86/debug: Clear reserved bits of DR6 in do_debug()K.Prasad2-0/+6
2010-01-29tracing/kprobe: Cleanup unused return value of tracing functionsXiao Guangrong1-17/+10
2010-01-29perf: Factorize trace events raw sample buffer operationsXiao Guangrong5-187/+88
2010-01-28perf: Fix inconsistency between IP and callchain samplingAnton Blanchard3-9/+0
2010-01-28hw_breakpoints: Release the bp slot if arch_validate_hwbkpt_settings() fails.Mahesh Salgaonkar1-0/+4