aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | perf_events, x86: Implement intel core solo/duo supportPeter Zijlstra2010-02-041-72/+61
| | * | | | | | | | | | | | | perf_events: Optimize perf_event_task_tick()Peter Zijlstra2010-02-041-4/+4
| | * | | | | | | | | | | | | ftrace: Remove record freezingMasami Hiramatsu2010-02-042-40/+0
| | * | | | | | | | | | | | | kprobes: Check probe address is reservedMasami Hiramatsu2010-02-042-1/+6
| | * | | | | | | | | | | | | ftrace/alternatives: Introducing *_text_reserved functionsMasami Hiramatsu2010-02-044-0/+42
| | * | | | | | | | | | | | | kprobes: Disable booster when CONFIG_PREEMPT=yMasami Hiramatsu2010-02-043-29/+4
| | * | | | | | | | | | | | | perf annotate: Fix perf top module symbol annotationMike Galbraith2010-02-041-2/+2
| | * | | | | | | | | | | | | perf top: Teach it to autolocate vmlinuxKirill Smelkov2010-02-042-17/+24
| | * | | | | | | | | | | | | perf annotate: Fix it for non-prelinked *.soKirill Smelkov2010-02-043-2/+24
| | * | | | | | | | | | | | | perf tools: Adjust some verbosity levelsArnaldo Carvalho de Melo2010-02-043-25/+18
| | * | | | | | | | | | | | | perf record: Stop intercepting events, use postprocessing to get build-idsArnaldo Carvalho de Melo2010-02-046-53/+73
| | * | | | | | | | | | | | | perf build-id: Move the routine to find DSOs with hits to the libArnaldo Carvalho de Melo2010-02-044-29/+51
| | * | | | | | | | | | | | | perf probe: Don't use a perf_session instance just to resolve symbolsArnaldo Carvalho de Melo2010-02-041-13/+13
| | * | | | | | | | | | | | | perf symbols: Ditch vdso global variableArnaldo Carvalho de Melo2010-02-043-24/+15
| | * | | | | | | | | | | | | perf symbols: Fixup vsyscall mapsArnaldo Carvalho de Melo2010-02-041-2/+11
| | * | | | | | | | | | | | | perf symbols: Remove perf_session usage in symbols layerArnaldo Carvalho de Melo2010-02-0411-121/+149
| | * | | | | | | | | | | | | perf tools: Use O_LARGEFILE to open perf data fileXiao Guangrong2010-02-034-13/+23
| | * | | | | | | | | | | | | perf lock: Clean up various detailsIngo Molnar2010-01-311-128/+82
| | * | | | | | | | | | | | | perf lock: Introduce new tool "perf lock", for analyzing lock statisticsHitoshi Mitake2010-01-314-0/+727
| | * | | | | | | | | | | | | perf lock: Enhance information of lock trace eventsHitoshi Mitake2010-01-311-9/+20
| | * | | | | | | | | | | | | perf: Add util/include/linuxhash.h to include hash.h of kernelHitoshi Mitake2010-01-312-0/+6
| | * | | | | | | | | | | | | perf tools: Add __data_loc supportHitoshi Mitake2010-01-311-0/+9
| | * | | | | | | | | | | | | Revert "perf record: Intercept all events"Hitoshi Mitake2010-01-311-18/+10
| | * | | | | | | | | | | | | perf: Ignore perf-archive temp fileJohn Kacur2010-01-291-0/+1
| | * | | | | | | | | | | | | tools/perf/perf.c: Clean up trivial style issuesThiago Farina2010-01-291-10/+11
| | * | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-01-29669-4845/+18382
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | perf session: Create kernel maps in the constructorArnaldo Carvalho de Melo2010-01-294-17/+11
| | * | | | | | | | | | | | | | perf symbols: Split helpers used when creating kernel dso objectArnaldo Carvalho de Melo2010-01-292-7/+23
| | * | | | | | | | | | | | | | perf symbols: Factor out dso__load_vmlinux_path()Arnaldo Carvalho de Melo2010-01-292-14/+26
| | * | | | | | | | | | | | | | perf top: Exit if specified --vmlinux can't be usedArnaldo Carvalho de Melo2010-01-291-1/+23
| | * | | | | | | | | | | | | | perf_events: Fix sample_period transfer on inheritPeter Zijlstra2010-01-291-2/+9
| | * | | | | | | | | | | | | | perf_events, x86: Remove spurious counter reset from x86_pmu_enable()Peter Zijlstra2010-01-291-3/+0
| | * | | | | | | | | | | | | | perf_events, x86: Implement Intel Westmere supportPeter Zijlstra2010-01-291-7/+117
| | * | | | | | | | | | | | | | perf_events, x86: Clean up hw_perf_*_all() implementationPeter Zijlstra2010-01-291-45/+14
| | * | | | | | | | | | | | | | perf_events, x86: Fix event constraint masksPeter Zijlstra2010-01-292-5/+10
| | * | | | | | | | | | | | | | perf_event: x86: Deduplicate the disable codePeter Zijlstra2010-01-291-16/+13
| | * | | | | | | | | | | | | | perf, x86: Clean up event constraints code a bitIngo Molnar2010-01-292-42/+19
| | * | | | | | | | | | | | | | perf_event: x86: Optimize x86_pmu_disable()Peter Zijlstra2010-01-291-0/+1
| | * | | | | | | | | | | | | | perf_event: x86: Optimize the fast path a little morePeter Zijlstra2010-01-291-3/+3
| | * | | | | | | | | | | | | | perf_event: x86: Optimize constraint weight computationPeter Zijlstra2010-01-291-4/+5
| | * | | | | | | | | | | | | | perf_event: x86: Optimize the constraint searching bitsPeter Zijlstra2010-01-291-41/+34
| | * | | | | | | | | | | | | | bitops: Provide compile time HWEIGHT{8,16,32,64}Peter Zijlstra2010-01-291-2/+16
| | * | | | | | | | | | | | | | perf_event: x86: Reduce some overly long lines with some MACROsPeter Zijlstra2010-01-291-31/+37
| | * | | | | | | | | | | | | | perf_event: x86: Clean up some of the u64/long bitmask castingPeter Zijlstra2010-01-291-24/+23
| | * | | | | | | | | | | | | | perf_event: x86: Fixup constraints typing issuePeter Zijlstra2010-01-291-3/+3
| | * | | | | | | | | | | | | | perf_event: x86: Allocate the fake_cpucPeter Zijlstra2010-01-291-10/+19
| | * | | | | | | | | | | | | | perf_events: Add fast-path to the rescheduling codeStephane Eranian2010-01-291-30/+61
| | * | | | | | | | | | | | | | perf_events, x86: Improve x86 event schedulingStephane Eranian2010-01-292-217/+574
| | * | | | | | | | | | | | | | x86/hw-breakpoints: Optimize return code from notifier chain in hw_breakpoint...K.Prasad2010-01-291-3/+7
| | * | | | | | | | | | | | | | x86/debug: Clear reserved bits of DR6 in do_debug()K.Prasad2010-01-292-0/+6