aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAge
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-10-26
|\
| * tracing: Fix returning of duplicate data after EOF in trace_pipe_rawSteven Rostedt2011-10-14
| * ftrace: Fix README to state tracing_on to start/stop tracingGeunsik Lim2011-10-14
| * Merge branch 'tip/perf/core' of git://github.com/rostedt/linux into perf/coreIngo Molnar2011-10-12
| |\
| | * tracing: Do not allocate buffer for trace_markerSteven Rostedt2011-10-11
| | * tracing: Warn on output if the function tracer was found corruptedSteven Rostedt2011-10-11
| | * tracing: Fix preemptirqsoff tracer to not stop at preempt offSteven Rostedt2011-09-22
| | * tracing: Add a counter clock for those that do not trust clocksSteven Rostedt2011-09-19
| | * trace: Add ring buffer stats to measure rate of eventsVaibhav Nagarnaik2011-08-30
| | * trace: Add a new readonly entry to report total buffer sizeVaibhav Nagarnaik2011-08-30
| | * tracing: Add preempt disable for filter self testSteven Rostedt2011-08-30
| | * tracing/filter: Add startup tests for events filterJiri Olsa2011-08-19
| | * tracing/filter: Change filter_match_preds function to use walk_pred_treeJiri Olsa2011-08-19
| | * tracing/filter: Change fold_pred function to use walk_pred_treeJiri Olsa2011-08-19
| | * tracing/filter: Change fold_pred_tree function to use walk_pred_treeJiri Olsa2011-08-19
| | * tracing/filter: Change count_leafs function to use walk_pred_treeJiri Olsa2011-08-19
| | * tracing/filter: Unify predicate tree walking, change check_pred_tree function...Jiri Olsa2011-08-19
| | * tracing/filter: Simplify tracepoint event lookupJiri Olsa2011-08-19
| | * tracing/filter: Remove field_name from filter_pred structJiri Olsa2011-08-19
| | * tracing/filter: Separate predicate init and filter additionJiri Olsa2011-08-19
| | * tracing/filter: Use static allocation for filter predicatesJiri Olsa2011-08-19
| | * tracing: Clean up tb_fmt to not give faulty compile warningSteven Rostedt2011-08-10
| * | ftrace/kprobes: Fix not to delete probes if in useMasami Hiramatsu2011-10-10
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-10-26
|\ \ \
| * | | locking, tracing: Annotate tracing locks as rawThomas Gleixner2011-09-13
| |/ /
* | | Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki2011-10-07
|\ \ \ | |/ / |/| |
| * | PM / Tracing: build rpm-traces.c only if CONFIG_PM_RUNTIME is setMing Lei2011-09-29
| * | PM / Runtime: Introduce trace points for tracing rpm_* functionsMing Lei2011-09-27
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2011-08-19
|\ \ \ | |/ / |/| |
| * | blktrace: add FLUSH/FUA supportNamhyung Kim2011-08-11
| |/
* | Merge branch 'linus' into perf/urgentIngo Molnar2011-08-05
|\|
| * atomic: use <linux/atomic.h>Arun Sharma2011-07-26
| * Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2011-07-21
| |\
| | * tracing/kprobe: Update symbol reference when loading moduleMasami Hiramatsu2011-07-15
| | * tracing/kprobes: Support module init function probingMasami Hiramatsu2011-07-15
| | * tracing/kprobes: Merge trace probe enable/disable functionsMasami Hiramatsu2011-07-15
| | * tracing/kprobes: Rename probe_* to trace_probe_*Masami Hiramatsu2011-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