aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | | | | | tracing/kprobes: Merge trace probe enable/disable functionsMasami Hiramatsu2011-07-15
| | * | | | | | | | | | | | | tracing/kprobes: Rename probe_* to trace_probe_*Masami Hiramatsu2011-07-14
| | * | | | | | | | | | | | | perf, x86: P4 PMU - Introduce event alias featureCyrill Gorcunov2011-07-14
| | * | | | | | | | | | | | | tracing: Have dynamic size event stack tracesSteven Rostedt2011-07-14
| | * | | | | | | | | | | | | ftrace: Fix dynamic selftest failure on some archsSteven Rostedt2011-07-13
| | * | | | | | | | | | | | | ftrace: Update filter when tracing enabled in set_ftrace_filter()Steven Rostedt2011-07-13
| | * | | | | | | | | | | | | ftrace: Balance records when updating the hashSteven Rostedt2011-07-13
| | * | | | | | | | | | | | | ftrace: Do not disable interrupts for modules in mcount updateSteven Rostedt2011-07-07
| | * | | | | | | | | | | | | tracing: Still trace filtered irq functions when irq trace is disabledSteven Rostedt2011-07-07
| * | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-07-21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | ftrace: Fix regression where ftrace breaks when modules are loadedSteven Rostedt2011-07-14
| | * | | | | | | | | | | | | ftrace: Fix regression of :mod:module function enablingSteven Rostedt2011-07-07
| | * | | | | | | | | | | | | tracing: Have "enable" file use refcounts like the "filter" fileSteven Rostedt2011-07-07
| | * | | | | | | | | | | | | tracing: Fix bug when reading system filters on module removalSteven Rostedt2011-07-07
| * | | | | | | | | | | | | | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2011-07-05
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | tracing/kprobes: Fix kprobe-tracer to support stack traceMasami Hiramatsu2011-06-14
| | * | | | | | | | | | | | | | stack_trace: Add weak save_stack_trace_regs()Masami Hiramatsu2011-06-14
| | * | | | | | | | | | | | | | ring-buffer: Set __GFP_NORETRY flag for ring buffer allocating processVaibhav Nagarnaik2011-06-14
| | * | | | | | | | | | | | | | tracing: Convert to kstrtoul_from_userPeter Huewe2011-06-14
| | * | | | | | | | | | | | | | tracing, function_graph: Add context-info support for function_graph tracerJiri Olsa2011-06-14
| | * | | | | | | | | | | | | | tracing, function_graph: Remove lock-depth from latency traceJiri Olsa2011-06-14
| | * | | | | | | | | | | | | | tracing, function: Fix trace header to follow context-info optionJiri Olsa2011-06-14
| | * | | | | | | | | | | | | | tracing, function_graph: Merge overhead and duration display functionsJiri Olsa2011-06-14
| | * | | | | | | | | | | | | | tracing, function_graph: Remove dependency of abstime and duration fields on ...Jiri Olsa2011-06-14
| | * | | | | | | | | | | | | | async: Fixed an include coding style issuePaul McQuade2011-06-14
| | * | | | | | | | | | | | | | ftrace: Fixed an include coding style issuePaul McQuade2011-06-14
| | * | | | | | | | | | | | | | tracing: Add disable_on_free optionSteven Rostedt2011-06-14
| | * | | | | | | | | | | | | | tracing: Add a proc file to stop tracing and free bufferVaibhav Nagarnaik2011-06-14
| | * | | | | | | | | | | | | | tracing: Use NUMA allocation for per-cpu ring buffer pagesVaibhav Nagarnaik2011-06-14
| | * | | | | | | | | | | | | | tracing: Schedule a delayed work to call wakeup()Vaibhav Nagarnaik2011-06-14
| * | | | | | | | | | | | | | | perf: export perf_event_refresh() to modulesAvi Kivity2011-07-01
| * | | | | | | | | | | | | | | perf: Add context field to perf_eventAvi Kivity2011-07-01
| * | | | | | | | | | | | | | | perf: Remove the perf_output_begin(.sample) argumentPeter Zijlstra2011-07-01
| * | | | | | | | | | | | | | | perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-01
| * | | | | | | | | | | | | | | perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4Cyrill Gorcunov2011-07-01
| * | | | | | | | | | | | | | | events: Ensure that timers are updated without requiring read() callEric B Munson2011-07-01
| * | | | | | | | | | | | | | | events: Move lockless timer calculation into helper functionEric B Munson2011-07-01
| * | | | | | | | | | | | | | | events: Add note to update_event_times comment about holding ctx->lockEric B Munson2011-07-01
| * | | | | | | | | | | | | | | perf_events: Fix perf buffer watermark settingVince Weaver2011-07-01
| * | | | | | | | | | | | | | | Merge commit 'v3.0-rc5' into perf/coreIngo Molnar2011-07-01
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge commit 'v3.0-rc3' into perf/coreIngo Molnar2011-06-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | perf: Split up buffer handling from core codeFrederic Weisbecker2011-06-09
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | perf, core: Fix initial task_ctx/event installationPeter Zijlstra2011-06-07
| * | | | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2011-06-04
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge commit 'v3.0-rc1' into perf/coreIngo Molnar2011-06-03
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | perf: De-schedule a task context when removing the last eventPeter Zijlstra2011-05-28
| * | | | | | | | | | | | | | | | perf: Change close() semantics for group eventsPeter Zijlstra2011-05-28
| * | | | | | | | | | | | | | | | perf: Collect the schedule-in rules in one functionPeter Zijlstra2011-05-28
| * | | | | | | | | | | | | | | | perf: Change and simplify ctx::is_active semanticsPeter Zijlstra2011-05-28
| * | | | | | | | | | | | | | | | perf: Simplify and fix __perf_install_in_context()Peter Zijlstra2011-05-28