Age | Commit message (Expand) | Author |
2010-01-29 | perf session: Create kernel maps in the constructor | Arnaldo Carvalho de Melo |
2010-01-29 | perf symbols: Split helpers used when creating kernel dso object | Arnaldo Carvalho de Melo |
2010-01-29 | perf symbols: Factor out dso__load_vmlinux_path() | Arnaldo Carvalho de Melo |
2010-01-29 | perf top: Exit if specified --vmlinux can't be used | Arnaldo Carvalho de Melo |
2010-01-29 | perf_events: Fix sample_period transfer on inherit | Peter Zijlstra |
2010-01-29 | perf_events, x86: Remove spurious counter reset from x86_pmu_enable() | Peter Zijlstra |
2010-01-29 | perf_events, x86: Implement Intel Westmere support | Peter Zijlstra |
2010-01-29 | perf_events, x86: Clean up hw_perf_*_all() implementation | Peter Zijlstra |
2010-01-29 | perf_events, x86: Fix event constraint masks | Peter Zijlstra |
2010-01-29 | perf_event: x86: Deduplicate the disable code | Peter Zijlstra |
2010-01-29 | perf, x86: Clean up event constraints code a bit | Ingo Molnar |
2010-01-29 | perf_event: x86: Optimize x86_pmu_disable() | Peter Zijlstra |
2010-01-29 | perf_event: x86: Optimize the fast path a little more | Peter Zijlstra |
2010-01-29 | perf_event: x86: Optimize constraint weight computation | Peter Zijlstra |
2010-01-29 | perf_event: x86: Optimize the constraint searching bits | Peter Zijlstra |
2010-01-29 | bitops: Provide compile time HWEIGHT{8,16,32,64} | Peter Zijlstra |
2010-01-29 | perf_event: x86: Reduce some overly long lines with some MACROs | Peter Zijlstra |
2010-01-29 | perf_event: x86: Clean up some of the u64/long bitmask casting | Peter Zijlstra |
2010-01-29 | perf_event: x86: Fixup constraints typing issue | Peter Zijlstra |
2010-01-29 | perf_event: x86: Allocate the fake_cpuc | Peter Zijlstra |
2010-01-29 | perf_events: Add fast-path to the rescheduling code | Stephane Eranian |
2010-01-29 | perf_events, x86: Improve x86 event scheduling | Stephane Eranian |
2010-01-29 | x86/hw-breakpoints: Optimize return code from notifier chain in hw_breakpoint... | K.Prasad |
2010-01-29 | x86/debug: Clear reserved bits of DR6 in do_debug() | K.Prasad |
2010-01-29 | tracing/kprobe: Cleanup unused return value of tracing functions | Xiao Guangrong |
2010-01-29 | perf: Factorize trace events raw sample buffer operations | Xiao Guangrong |
2010-01-28 | perf: Fix inconsistency between IP and callchain sampling | Anton Blanchard |
2010-01-27 | perf trace: Add -i option for choosing input file | Hitoshi Mitake |
2010-01-27 | perf symbols: Use the right variable to check for kallsyms in the cache | Arnaldo Carvalho de Melo |
2010-01-27 | perf symbols: Fix inverted logic for showing kallsyms as the source of symbols | Arnaldo Carvalho de Melo |
2010-01-27 | perf top: Handle PERF_RECORD_{FORK,EXIT} events | Arnaldo Carvalho de Melo |
2010-01-27 | perf top: Fix sample counting | Arnaldo Carvalho de Melo |
2010-01-27 | perf: Reimplement frequency driven sampling | Peter Zijlstra |
2010-01-21 | perf buildid-cache: Add new command to manage build-id cache | Arnaldo Carvalho de Melo |
2010-01-20 | perf symbols: Use only --vmlinux if specified | Arnaldo Carvalho de Melo |
2010-01-20 | perf symbols: Set dso->kernel when handling the fake vmlinux MMAP event | Arnaldo Carvalho de Melo |
2010-01-20 | perf archive: Fix installation steps in the Makefile | Arnaldo Carvalho de Melo |
2010-01-20 | perf archive: Add documentation | Arnaldo Carvalho de Melo |
2010-01-20 | kprobetrace, doc: Add the explanation to remove probe points | Motohiro KOSAKI |
2010-01-20 | kprobetrace, doc: Shell needs single quote to use $ character | Motohiro KOSAKI |
2010-01-18 | Merge branch 'perf/scheduling' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar |
2010-01-17 | perf: Better order flexible and pinned scheduling | Frederic Weisbecker |
2010-01-17 | perf: Don't schedule out/in pinned events on task tick | Frederic Weisbecker |
2010-01-17 | perf: Allow pinned and flexible groups to be scheduled separately | Frederic Weisbecker |
2010-01-17 | perf: Make __perf_event_sched_out static | Frederic Weisbecker |
2010-01-17 | tracing/kprobe: Update kprobe tracing self test for new syntax | Masami Hiramatsu |
2010-01-17 | perf probe: Fix build error of builtin-probe.c | Hitoshi Mitake |
2010-01-17 | perf: Fix implicit declaration of getline in util.c | Frederic Weisbecker |
2010-01-16 | perf: Export software-only event group characteristic as a flag | Frederic Weisbecker |
2010-01-16 | perf: Round robin flexible groups of events using list_rotate_left() | Frederic Weisbecker |