Age | Commit message (Expand) | Author |
2010-02-04 | ftrace/alternatives: Introducing *_text_reserved functions | Masami Hiramatsu |
2010-02-04 | kprobes: Disable booster when CONFIG_PREEMPT=y | Masami Hiramatsu |
2010-02-04 | perf annotate: Fix perf top module symbol annotation | Mike Galbraith |
2010-02-04 | perf top: Teach it to autolocate vmlinux | Kirill Smelkov |
2010-02-04 | perf annotate: Fix it for non-prelinked *.so | Kirill Smelkov |
2010-02-04 | perf tools: Adjust some verbosity levels | Arnaldo Carvalho de Melo |
2010-02-04 | perf record: Stop intercepting events, use postprocessing to get build-ids | Arnaldo Carvalho de Melo |
2010-02-04 | perf build-id: Move the routine to find DSOs with hits to the lib | Arnaldo Carvalho de Melo |
2010-02-04 | perf probe: Don't use a perf_session instance just to resolve symbols | Arnaldo Carvalho de Melo |
2010-02-04 | perf symbols: Ditch vdso global variable | Arnaldo Carvalho de Melo |
2010-02-04 | perf symbols: Fixup vsyscall maps | Arnaldo Carvalho de Melo |
2010-02-04 | perf symbols: Remove perf_session usage in symbols layer | Arnaldo Carvalho de Melo |
2010-02-03 | perf tools: Use O_LARGEFILE to open perf data file | Xiao Guangrong |
2010-01-31 | perf lock: Clean up various details | Ingo Molnar |
2010-01-31 | perf lock: Introduce new tool "perf lock", for analyzing lock statistics | Hitoshi Mitake |
2010-01-31 | perf lock: Enhance information of lock trace events | Hitoshi Mitake |
2010-01-31 | perf: Add util/include/linuxhash.h to include hash.h of kernel | Hitoshi Mitake |
2010-01-31 | perf tools: Add __data_loc support | Hitoshi Mitake |
2010-01-31 | Revert "perf record: Intercept all events" | Hitoshi Mitake |
2010-01-29 | perf: Ignore perf-archive temp file | John Kacur |
2010-01-29 | tools/perf/perf.c: Clean up trivial style issues | Thiago Farina |
2010-01-29 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar |
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-28 | hw_breakpoints: Release the bp slot if arch_validate_hwbkpt_settings() fails. | Mahesh Salgaonkar |