summaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-22perf tools: Remove junk code in mmap size handlingFrederic Weisbecker1-3/+0
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-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-19ftrace: Add self-tests for multiple function trace usersSteven Rostedt3-1/+217
2011-05-19ftrace: 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