summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-22perf tools: Check we are able to read the event size on mmapFrederic Weisbecker1-0/+7
2011-05-20core_kernel_data(): Fix architectures that do not define _sdataIngo Molnar1-1/+1
2011-05-19Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar11-145/+1116
2011-05-19Merge branch 'tip/perf/core-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-2/+5
2011-05-19perf stat: Add more cache-miss percentage printoutsIngo Molnar1-2/+136
2011-05-19perf stat: Add -d -d and -d -d -d options to show more CPU eventsIngo Molnar1-55/+154
2011-05-19ftrace/kbuild: Add recordmcount files to force full buildMichal Marek1-2/+5
2011-05-18ftrace: Add self-tests for multiple function trace usersSteven Rostedt3-1/+217
2011-05-18ftrace: Modify ftrace_set_filter/notrace to take opsSteven Rostedt3-5/+52
2011-05-18ftrace: Allow dynamically allocated function tracersSteven Rostedt4-7/+40
2011-05-18ftrace: Implement separate user function filteringSteven Rostedt6-39/+166
2011-05-18ftrace: Free hash with call_rcu_sched()Steven Rostedt1-27/+28
2011-05-18ftrace: Have global_ops store the functions that are to be tracedSteven Rostedt1-16/+53
2011-05-18ftrace: Add ops parameter to ftrace_startup/shutdown functionsSteven Rostedt1-14/+14
2011-05-18ftrace: Add enabled_functions fileSteven Rostedt1-2/+49
2011-05-18ftrace: Use counters to enable functions to traceSteven Rostedt2-18/+148
2011-05-18ftrace: Separate hash allocation and assignmentSteven Rostedt1-42/+233
2011-05-18ftrace: Create a global_ops to hold the filter and notrace hashesSteven Rostedt2-21/+54
2011-05-18ftrace: Use hash instead for FTRACE_FL_FILTERSteven Rostedt2-84/+70
2011-05-18ftrace: Replace FTRACE_FL_NOTRACE flag with a hash of ignored functionsSteven Rostedt2-27/+150
2011-05-18perf bench, x86: Add alternatives-asm.h wrapperIngo Molnar1-0/+8
2011-05-18Merge branch 'x86/mem' into perf/coreIngo Molnar11-54/+219
2011-05-18Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar9-106/+274
2011-05-18x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limitJiri Olsa2-3/+3
2011-05-17x86, mem: memset_64.S: Optimize memset by enhanced REP MOVSB/STOSBFenghua Yu1-12/+42
2011-05-17x86, mem: memmove_64.S: Optimize memmove by enhanced REP MOVSB/STOSBFenghua Yu1-1/+28
2011-05-17x86, mem: memcpy_64.S: Optimize memcpy by enhanced REP MOVSB/STOSBFenghua Yu1-13/+32
2011-05-17x86, mem: copy_user_64.S: Support copy_to/from_user by enhanced REP MOVSB/STOSBFenghua Yu1-10/+55
2011-05-17x86, mem: clear_page_64.S: Support clear_page() with enhanced REP MOVSB/STOSBFenghua Yu1-9/+24
2011-05-17x86, alternative: Add altinstruction_entry macroFenghua Yu1-0/+9
2011-05-17x86, alternative, doc: Add comment for applying alternatives orderFenghua Yu1-0/+9
2011-05-17x86, mem, intel: Initialize Enhanced REP MOVSB/STOSBFenghua Yu1-4/+15
2011-05-17x86, cpufeature: Add CPU feature bit for enhanced REP MOVSB/STOSBFenghua Yu1-0/+1
2011-05-17x86, cpufeature: Fix cpuid leaf 7 feature detectionFenghua Yu1-2/+1
2011-05-17perf: Fix multi-event parsing bugStephane Eranian1-0/+3
2011-05-16ftrace/s390: mcount offset calculationMartin Schwidefsky3-5/+9
2011-05-16ftrace/x86: mcount offset calculationMartin Schwidefsky3-4/+7
2011-05-16ftrace/recordmcount: mcount address adjustmentMartin Schwidefsky1-2/+7
2011-05-16ftrace/recordmcount: Add helper function get_sym_str_and_relp()Steven Rostedt1-30/+37
2011-05-16ftrace/recordmcount: Remove duplicate code to find mcount symbolSteven Rostedt1-24/+27
2011-05-16ftrace/x86: Do not trace .discard.text sectionSteven Rostedt1-1/+1
2011-05-16ftrace: Avoid recording mcount on .init sections directlySteven Rostedt1-7/+7
2011-05-16kbuild/recordmcount: Add RECORDMCOUNT_WARN to warn about mcount callersSteven Rostedt2-1/+5
2011-05-16ftrace/recordmcount: Add warning logic to warn on mcount not recordedSteven Rostedt2-13/+41
2011-05-16ftrace/recordmcount: Make ignored mcount calls into nops at compile timeSteven Rostedt2-6/+116
2011-05-16ftrace/recordmcount: Modify only executable sectionsSteven Rostedt1-0/+1
2011-05-16ftrace: Add .kprobe.text section to whitelist for recordmcount.cSteven Rostedt2-0/+2
2011-05-16ftrace/trivial: Clean up record mcount to use Linux switch styleSteven Rostedt1-21/+22
2011-05-16ftrace/trivial: Clean up recordmcount.c to use Linux style comparisonsSteven Rostedt2-32/+32
2011-05-12x86: Remove warning and warning_symbol from struct stacktrace_opsRichard Weinberger5-58/+0