| Commit message (Expand) | Author | Age |
* | perf tools: Check we are able to read the event size on mmap | Frederic Weisbecker | 2011-05-21 |
* | core_kernel_data(): Fix architectures that do not define _sdata | Ingo Molnar | 2011-05-19 |
* | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2011-05-19 |
|\ |
|
| * | ftrace: Add self-tests for multiple function trace users | Steven Rostedt | 2011-05-18 |
| * | ftrace: Modify ftrace_set_filter/notrace to take ops | Steven Rostedt | 2011-05-18 |
| * | ftrace: Allow dynamically allocated function tracers | Steven Rostedt | 2011-05-18 |
| * | ftrace: Implement separate user function filtering | Steven Rostedt | 2011-05-18 |
| * | ftrace: Free hash with call_rcu_sched() | Steven Rostedt | 2011-05-18 |
| * | ftrace: Have global_ops store the functions that are to be traced | Steven Rostedt | 2011-05-18 |
| * | ftrace: Add ops parameter to ftrace_startup/shutdown functions | Steven Rostedt | 2011-05-18 |
| * | ftrace: Add enabled_functions file | Steven Rostedt | 2011-05-18 |
| * | ftrace: Use counters to enable functions to trace | Steven Rostedt | 2011-05-18 |
| * | ftrace: Separate hash allocation and assignment | Steven Rostedt | 2011-05-18 |
| * | ftrace: Create a global_ops to hold the filter and notrace hashes | Steven Rostedt | 2011-05-18 |
| * | ftrace: Use hash instead for FTRACE_FL_FILTER | Steven Rostedt | 2011-05-18 |
| * | ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functions | Steven Rostedt | 2011-05-18 |
* | | Merge branch 'tip/perf/core-3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2011-05-19 |
|\ \ |
|
| * | | ftrace/kbuild: Add recordmcount files to force full build | Michal Marek | 2011-05-19 |
* | | | perf stat: Add more cache-miss percentage printouts | Ingo Molnar | 2011-05-19 |
* | | | perf stat: Add -d -d and -d -d -d options to show more CPU events | Ingo Molnar | 2011-05-19 |
|/ / |
|
* | | perf bench, x86: Add alternatives-asm.h wrapper | Ingo Molnar | 2011-05-18 |
* | | Merge branch 'x86/mem' into perf/core | Ingo Molnar | 2011-05-18 |
|\ \ |
|
| * | | x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limit | Jiri Olsa | 2011-05-18 |
| * | | x86, mem: memset_64.S: Optimize memset by enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 |
| * | | x86, mem: memmove_64.S: Optimize memmove by enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 |
| * | | x86, mem: memcpy_64.S: Optimize memcpy by enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 |
| * | | x86, mem: copy_user_64.S: Support copy_to/from_user by enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 |
| * | | x86, mem: clear_page_64.S: Support clear_page() with enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 |
| * | | x86, alternative: Add altinstruction_entry macro | Fenghua Yu | 2011-05-17 |
| * | | x86, alternative, doc: Add comment for applying alternatives order | Fenghua Yu | 2011-05-17 |
| * | | x86, mem, intel: Initialize Enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 |
| * | | x86, cpufeature: Add CPU feature bit for enhanced REP MOVSB/STOSB | Fenghua Yu | 2011-05-17 |
| * | | x86, cpufeature: Fix cpuid leaf 7 feature detection | Fenghua Yu | 2011-05-17 |
* | | | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2011-05-18 |
|\ \ \
| |_|/
|/| | |
|
| * | | ftrace/s390: mcount offset calculation | Martin Schwidefsky | 2011-05-16 |
| * | | ftrace/x86: mcount offset calculation | Martin Schwidefsky | 2011-05-16 |
| * | | ftrace/recordmcount: mcount address adjustment | Martin Schwidefsky | 2011-05-16 |
| * | | ftrace/recordmcount: Add helper function get_sym_str_and_relp() | Steven Rostedt | 2011-05-16 |
| * | | ftrace/recordmcount: Remove duplicate code to find mcount symbol | Steven Rostedt | 2011-05-16 |
| * | | ftrace/x86: Do not trace .discard.text section | Steven Rostedt | 2011-05-16 |
| * | | ftrace: Avoid recording mcount on .init sections directly | Steven Rostedt | 2011-05-16 |
| * | | kbuild/recordmcount: Add RECORDMCOUNT_WARN to warn about mcount callers | Steven Rostedt | 2011-05-16 |
| * | | ftrace/recordmcount: Add warning logic to warn on mcount not recorded | Steven Rostedt | 2011-05-16 |
| * | | ftrace/recordmcount: Make ignored mcount calls into nops at compile time | Steven Rostedt | 2011-05-16 |
| * | | ftrace/recordmcount: Modify only executable sections | Steven Rostedt | 2011-05-16 |
| * | | ftrace: Add .kprobe.text section to whitelist for recordmcount.c | Steven Rostedt | 2011-05-16 |
| * | | ftrace/trivial: Clean up record mcount to use Linux switch style | Steven Rostedt | 2011-05-16 |
| * | | ftrace/trivial: Clean up recordmcount.c to use Linux style comparisons | Steven Rostedt | 2011-05-16 |
* | | | perf: Fix multi-event parsing bug | Stephane Eranian | 2011-05-17 |
|/ / |
|
* | | x86: Remove warning and warning_symbol from struct stacktrace_ops | Richard Weinberger | 2011-05-12 |