| Commit message (Expand) | Author | Age | Files | Lines |
* | ftrace: Allow access to the boot time function enabling | Steven Rostedt | 2011-12-21 | 2 | -4/+7 |
* | tracing: Have stack_tracer use a separate list of functions | Steven Rostedt | 2011-12-21 | 1 | -1/+18 |
* | ftrace: Decouple hash items from showing filtered functions | Steven Rostedt | 2011-12-21 | 2 | -10/+11 |
* | ftrace: Allow other users of function tracing to use the output listing | Steven Rostedt | 2011-12-21 | 2 | -16/+60 |
* | ftrace: Create ftrace_hash_empty() helper routine | Steven Rostedt | 2011-12-21 | 1 | -11/+17 |
* | ftrace: Fix ftrace hash record update with notrace | Steven Rostedt | 2011-12-21 | 1 | -1/+1 |
* | ftrace: Use bsearch to find record ip | Steven Rostedt | 2011-12-21 | 1 | -15/+23 |
* | ftrace: Sort the mcount records on each page | Steven Rostedt | 2011-12-21 | 1 | -0/+29 |
* | ftrace: Replace record newlist with record page list | Steven Rostedt | 2011-12-21 | 2 | -35/+38 |
* | ftrace: Allocate the mcount record pages as groups | Steven Rostedt | 2011-12-21 | 1 | -51/+128 |
* | ftrace: Remove usage of "freed" records | Steven Rostedt | 2011-12-21 | 2 | -52/+49 |
* | ftrace: Allow archs to modify code without stop machine | Steven Rostedt | 2011-12-21 | 2 | -38/+246 |
* | ftrace: Do not function trace inlined functions | Steven Rostedt | 2011-12-21 | 1 | -0/+5 |
* | ftrace: Fix unregister ftrace_ops accounting | Jiri Olsa | 2011-12-21 | 1 | -14/+13 |
* | perf tools: Add ability to synthesize event according to a sample | Andrew Vagin | 2011-12-12 | 3 | -0/+90 |
* | perf script: Implement option for system-wide profiling | Robert Richter | 2011-12-12 | 1 | -5/+10 |
* | perf script: Fix mem leaks and NULL pointer checks around strdup()s | Robert Richter | 2011-12-12 | 1 | -19/+29 |
* | perf, x86: Expose perf capability to other modules | Gleb Natapov | 2011-12-06 | 2 | -0/+27 |
* | perf, x86: Implement arch event mask as quirk | Peter Zijlstra | 2011-12-06 | 3 | -33/+68 |
* | x86, perf: Disable non available architectural events | Gleb Natapov | 2011-12-06 | 3 | -5/+42 |
* | jump_label: Provide jump_label_key initializers | Peter Zijlstra | 2011-12-06 | 2 | -4/+11 |
* | jump_label, x86: Fix section mismatch | Peter Zijlstra | 2011-12-06 | 2 | -2/+2 |
* | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2011-12-06 | 3 | -28/+79 |
|\ |
|
| * | tracing: Add entries in buffer and total entries to default output header | Steven Rostedt | 2011-11-17 | 1 | -25/+47 |
| * | tracing: Add irq, preempt-count and need resched info to default trace output | Steven Rostedt | 2011-11-17 | 3 | -6/+35 |
* | | perf, core: Rate limit perf_sched_events jump_label patching | Gleb Natapov | 2011-12-06 | 4 | -10/+68 |
* | | perf: Fix enable_on_exec for sibling events | Peter Zijlstra | 2011-12-06 | 1 | -7/+1 |
* | | perf: Remove superfluous arguments | Peter Zijlstra | 2011-12-06 | 1 | -5/+4 |
* | | perf, x86: Prefer fixed-purpose counters when scheduling | Peter Zijlstra | 2011-12-06 | 1 | -5/+14 |
* | | perf, x86: Fix event scheduler for constraints with overlapping counters | Robert Richter | 2011-12-06 | 3 | -5/+72 |
* | | perf, x86: Implement event scheduler helper functions | Robert Richter | 2011-12-06 | 2 | -55/+140 |
* | | perf: Avoid a useless pmu_disable() in the perf-tick | Peter Zijlstra | 2011-12-06 | 2 | -16/+33 |
* | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2011-12-06 | 245 | -2463/+2668 |
|\ \ |
|
| * | | ftrace: Fix hash record accounting bug | Steven Rostedt | 2011-12-05 | 1 | -1/+3 |
| * | | perf: Fix parsing of __print_flags() in TP_printk() | Steven Rostedt | 2011-12-05 | 1 | -0/+2 |
| * | | jump_label: jump_label_inc may return before the code is patched | Gleb Natapov | 2011-12-05 | 1 | -1/+2 |
| * | | ftrace: Remove force undef config value left for testing | Steven Rostedt | 2011-12-05 | 1 | -1/+0 |
| * | | tracing: Restore system filter behavior | Li Zefan | 2011-12-05 | 2 | -1/+8 |
| * | | tracing: fix event_subsystem ref counting | Ilya Dryomov | 2011-12-05 | 1 | -1/+0 |
| * | | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2011-12-05 | 1 | -3/+3 |
| |\ \ |
|
| | * | | trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call-... | Tejun Heo | 2011-12-01 | 1 | -3/+3 |
| * | | | Merge branch 'perf/urgent' of git://github.com/acmel/linux into perf/urgent | Ingo Molnar | 2011-12-05 | 4 | -12/+14 |
| |\ \ \ |
|
| | * | | | perf session: Fix crash with invalid CPU list | David Ahern | 2011-11-16 | 1 | -0/+4 |
| | * | | | perf python: Fix undefined symbol problem | Arnaldo Carvalho de Melo | 2011-11-16 | 3 | -12/+10 |
| | |/ / |
|
| * | | | perf: Fix loss of notification with multi-event | Peter Zijlstra | 2011-12-05 | 4 | -2/+91 |
| * | | | perf, x86: Force IBS LVT offset assignment for family 10h | Robert Richter | 2011-12-05 | 1 | -11/+18 |
| * | | | perf, x86: Disable PEBS on SandyBridge chips | Peter Zijlstra | 2011-12-05 | 1 | -0/+8 |
| |/ / |
|
| * | | Merge branch 'urgent' of git://amd64.org/linux/rric into perf/urgent | Ingo Molnar | 2011-11-15 | 3 | -7/+30 |
| |\ \ |
|
| * | | | perf/x86: Enable raw event access to Intel offcore events | Peter Zijlstra | 2011-11-14 | 1 | -5/+1 |
| * | | | perf: Don't use -ENOSPC for out of PMU resources | Peter Zijlstra | 2011-11-14 | 4 | -13/+13 |