aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | tracing/kprobe: Cleanup unused return value of tracing functionsXiao Guangrong2010-01-291-17/+10
| * | | | | | | | | | | | | | perf: Factorize trace events raw sample buffer operationsXiao Guangrong2010-01-295-187/+88
| * | | | | | | | | | | | | | perf: Fix inconsistency between IP and callchain samplingAnton Blanchard2010-01-283-9/+0
| * | | | | | | | | | | | | | perf trace: Add -i option for choosing input fileHitoshi Mitake2010-01-271-0/+2
| * | | | | | | | | | | | | | perf symbols: Use the right variable to check for kallsyms in the cacheArnaldo Carvalho de Melo2010-01-271-2/+2
| * | | | | | | | | | | | | | perf symbols: Fix inverted logic for showing kallsyms as the source of symbolsArnaldo Carvalho de Melo2010-01-271-1/+1
| * | | | | | | | | | | | | | perf top: Handle PERF_RECORD_{FORK,EXIT} eventsArnaldo Carvalho de Melo2010-01-271-0/+4
| * | | | | | | | | | | | | | perf top: Fix sample countingArnaldo Carvalho de Melo2010-01-271-3/+3
| * | | | | | | | | | | | | | perf: Reimplement frequency driven samplingPeter Zijlstra2010-01-272-43/+94
| * | | | | | | | | | | | | | perf buildid-cache: Add new command to manage build-id cacheArnaldo Carvalho de Melo2010-01-2110-12/+241
| * | | | | | | | | | | | | | perf symbols: Use only --vmlinux if specifiedArnaldo Carvalho de Melo2010-01-201-26/+41
| * | | | | | | | | | | | | | perf symbols: Set dso->kernel when handling the fake vmlinux MMAP eventArnaldo Carvalho de Melo2010-01-201-0/+1
| * | | | | | | | | | | | | | perf archive: Fix installation steps in the MakefileArnaldo Carvalho de Melo2010-01-201-1/+1
| * | | | | | | | | | | | | | perf archive: Add documentationArnaldo Carvalho de Melo2010-01-202-1/+23
| * | | | | | | | | | | | | | kprobetrace, doc: Add the explanation to remove probe pointsMotohiro KOSAKI2010-01-201-0/+7
| * | | | | | | | | | | | | | kprobetrace, doc: Shell needs single quote to use $ characterMotohiro KOSAKI2010-01-201-2/+2
| * | | | | | | | | | | | | | Merge branch 'perf/scheduling' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-01-181-40/+109
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | perf: Better order flexible and pinned schedulingFrederic Weisbecker2010-01-171-7/+27
| | * | | | | | | | | | | | | | perf: Don't schedule out/in pinned events on task tickFrederic Weisbecker2010-01-171-4/+4
| | * | | | | | | | | | | | | | perf: Allow pinned and flexible groups to be scheduled separatelyFrederic Weisbecker2010-01-171-44/+93
| | * | | | | | | | | | | | | | perf: Make __perf_event_sched_out staticFrederic Weisbecker2010-01-171-2/+2
| * | | | | | | | | | | | | | | tracing/kprobe: Update kprobe tracing self test for new syntaxMasami Hiramatsu2010-01-171-8/+47
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | perf probe: Fix build error of builtin-probe.cHitoshi Mitake2010-01-171-9/+10
| * | | | | | | | | | | | | | perf: Fix implicit declaration of getline in util.cFrederic Weisbecker2010-01-171-6/+1
| * | | | | | | | | | | | | | perf: Export software-only event group characteristic as a flagFrederic Weisbecker2010-01-162-19/+16
| * | | | | | | | | | | | | | perf: Round robin flexible groups of events using list_rotate_left()Frederic Weisbecker2010-01-161-13/+4
| * | | | | | | | | | | | | | list: Introduce list_rotate_left()Frederic Weisbecker2010-01-161-0/+14
| * | | | | | | | | | | | | | perf/core: Split context's event group list into pinned and non-pinned listsFrederic Weisbecker2010-01-162-77/+153
| * | | | | | | | | | | | | | perf symbols: Accept an alias when looking for "_text"Arnaldo Carvalho de Melo2010-01-161-1/+6
| * | | | | | | | | | | | | | perf record: Intercept all eventsArnaldo Carvalho de Melo2010-01-161-10/+18
| * | | | | | | | | | | | | | perf archive: Add helper script to package files needed to do analysisArnaldo Carvalho de Melo2010-01-163-8/+35
| * | | | | | | | | | | | | | perf symbols: The synthesized kernel modules MMAP must use the pathnamesArnaldo Carvalho de Melo2010-01-161-3/+3