aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructureGravatar Paul Gortmaker 1-0/+1
2011-10-31kernel: Add <linux/module.h> to files using it implicitlyGravatar Paul Gortmaker 2-0/+2
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 11-396/+819
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-34/+34
2011-10-14tracing: Fix returning of duplicate data after EOF in trace_pipe_rawGravatar Steven Rostedt 1-2/+2
2011-10-14ftrace: Fix README to state tracing_on to start/stop tracingGravatar Geunsik Lim 1-2/+2
2011-10-12Merge branch 'tip/perf/core' of git://github.com/rostedt/linux into perf/coreGravatar Ingo Molnar 10-383/+766
2011-10-11tracing: Do not allocate buffer for trace_markerGravatar Steven Rostedt 1-28/+83
2011-10-11tracing: Warn on output if the function tracer was found corruptedGravatar Steven Rostedt 3-0/+25
2011-10-10ftrace/kprobes: Fix not to delete probes if in useGravatar Masami Hiramatsu 1-9/+49
2011-10-07Merge branch 'pm-runtime' into pm-for-linusGravatar Rafael J. Wysocki 2-0/+23
2011-09-29PM / Tracing: build rpm-traces.c only if CONFIG_PM_RUNTIME is setGravatar Ming Lei 1-0/+2
2011-09-27PM / Runtime: Introduce trace points for tracing rpm_* functionsGravatar Ming Lei 2-0/+21
2011-09-22tracing: Fix preemptirqsoff tracer to not stop at preempt offGravatar Steven Rostedt 1-2/+2
2011-09-19tracing: Add a counter clock for those that do not trust clocksGravatar Steven Rostedt 2-0/+13
2011-09-13locking, tracing: Annotate tracing locks as rawGravatar Thomas Gleixner 3-34/+34
2011-08-30trace: Add ring buffer stats to measure rate of eventsGravatar Vaibhav Nagarnaik 2-1/+82
2011-08-30trace: Add a new readonly entry to report total buffer sizeGravatar Vaibhav Nagarnaik 1-0/+33
2011-08-30tracing: Add preempt disable for filter self testGravatar Steven Rostedt 1-0/+6
2011-08-19tracing/filter: Add startup tests for events filterGravatar Jiri Olsa 4-0/+264
2011-08-19tracing/filter: Change filter_match_preds function to use walk_pred_treeGravatar Jiri Olsa 1-66/+58
2011-08-19tracing/filter: Change fold_pred function to use walk_pred_treeGravatar Jiri Olsa 1-35/+33
2011-08-19tracing/filter: Change fold_pred_tree function to use walk_pred_treeGravatar Jiri Olsa 1-45/+20
2011-08-19tracing/filter: Change count_leafs function to use walk_pred_treeGravatar Jiri Olsa 1-33/+14
2011-08-19tracing/filter: Unify predicate tree walking, change check_pred_tree function...Gravatar Jiri Olsa 1-51/+86
2011-08-19tracing/filter: Simplify tracepoint event lookupGravatar Jiri Olsa 1-6/+3
2011-08-19tracing/filter: Remove field_name from filter_pred structGravatar Jiri Olsa 2-51/+13
2011-08-19tracing/filter: Separate predicate init and filter additionGravatar Jiri Olsa 1-33/+23
2011-08-19tracing/filter: Use static allocation for filter predicatesGravatar Jiri Olsa 1-41/+16
2011-08-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-5/+16
2011-08-11blktrace: add FLUSH/FUA supportGravatar Namhyung Kim 1-5/+16
2011-08-10tracing: Clean up tb_fmt to not give faulty compile warningGravatar Steven Rostedt 1-9/+10
2011-08-05Merge branch 'linus' into perf/urgentGravatar Ingo Molnar 16-488/+860
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 2-2/+2
2011-07-25trace events: Update version number reference to new 3.x scheme for EVENT_POW...Gravatar Jesper Juhl 1-1/+1
2011-07-21Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 7-152/+419
2011-07-21Merge branch 'perf/urgent' into perf/coreGravatar Ingo Molnar 5-30/+135
2011-07-15tracing/kprobe: Update symbol reference when loading moduleGravatar Masami Hiramatsu 1-1/+36
2011-07-15tracing/kprobes: Support module init function probingGravatar Masami Hiramatsu 1-26/+138
2011-07-15tracing/kprobes: Merge trace probe enable/disable functionsGravatar Masami Hiramatsu 1-56/+36
2011-07-14ftrace: Fix regression where ftrace breaks when modules are loadedGravatar Steven Rostedt 1-2/+28
2011-07-14tracing/kprobes: Rename probe_* to trace_probe_*Gravatar Masami Hiramatsu 1-21/+22
2011-07-14tracing: Have dynamic size event stack tracesGravatar Steven Rostedt 3-19/+87
2011-07-13ftrace: Fix dynamic selftest failure on some archsGravatar Steven Rostedt 1-0/+26
2011-07-13ftrace: Update filter when tracing enabled in set_ftrace_filter()Gravatar Steven Rostedt 1-0/+4
2011-07-13ftrace: Balance records when updating the hashGravatar Steven Rostedt 1-16/+33
2011-07-07ftrace: Do not disable interrupts for modules in mcount updateGravatar Steven Rostedt 1-5/+11
2011-07-07tracing: Still trace filtered irq functions when irq trace is disabledGravatar Steven Rostedt 2-17/+35
2011-07-07ftrace: Fix regression of :mod:module function enablingGravatar Steven Rostedt 2-10/+5
2011-07-07tracing: Have "enable" file use refcounts like the "filter" fileGravatar Steven Rostedt 1-9/+22