summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2013-06-19ftrace: Move ftrace_filter_lseek out of CONFIG_DYNAMIC_FTRACE sectionSteven Rostedt (Red Hat)
2013-05-30tracing: Fix leaks of filter predsSteven Rostedt (Red Hat)
2013-05-13tracing: Check return value of tracing_init_dentry()Namhyung Kim
2013-05-13tracing: Reset ftrace_graph_filter_enabled if count is zeroNamhyung Kim
2013-05-13tracing: Fix off-by-one on allocating stat->pagesNamhyung Kim
2013-05-13tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)
2013-05-13tracing: Remove most or all of stack tracer stack size from stack_max_sizeSteven Rostedt (Red Hat)
2013-05-13tracing: Fix stack tracer with fentry useSteven Rostedt (Red Hat)
2013-05-13tracing: Use stack of calling function for stack tracerSteven Rostedt (Red Hat)
2013-04-25tracing: Fix possible NULL pointer dereferencesNamhyung Kim
2013-04-25tracing: Fix double free when function profile init failedNamhyung Kim
2013-04-25ftrace: Consistently restore trace function on sysctl enablingJan Kiszka
2013-03-27tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)
2013-03-27tracing: Keep overwrite in sync between regular and snapshot buffersSteven Rostedt (Red Hat)
2013-03-27tracing: Protect tracer flags with trace_types_lockSteven Rostedt (Red Hat)
2013-03-27tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)
2013-03-27tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)
2013-03-20ftrace: Update the kconfig for DYNAMIC_FTRACESteven Rostedt
2013-03-06ftrace: Call ftrace cleanup module notifier after all other notifiersSteven Rostedt (Red Hat)
2013-02-06ftrace: Be first to run code modification on modulesSteven Rostedt
2013-01-03ring-buffer: Fix NULL pointer if rb_set_head_page() failsSteven Rostedt
2013-01-03ftrace: Clear bits properly in reset_iter_read()Dan Carpenter
2012-07-12tracing: change CPU ring buffer state from tracing_cpumaskVaibhav Nagarnaik
2012-07-12splice: fix racy pipe->buffers usesEric Dumazet
2012-05-11tracing: Fix stacktrace of latency tracers (irqsoff and friends)Steven Rostedt
2012-04-13tracing: Fix ent_size in trace outputSteven Rostedt
2012-04-13tracing: Fix ftrace stack trace entriesWolfgang Mauerer
2012-01-25ftrace: Fix unregister ftrace_ops accountingJiri Olsa
2011-12-05ftrace: Fix hash record accounting bugSteven Rostedt
2011-12-05ftrace: Remove force undef config value left for testingSteven Rostedt
2011-12-05tracing: Restore system filter behaviorLi Zefan
2011-12-05tracing: fix event_subsystem ref countingIlya Dryomov
2011-12-01trace_events_filter: Use rcu_assign_pointer() when setting ftrace_event_call-...Tejun Heo
2011-10-31kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker
2011-10-31kernel: Add <linux/module.h> to files using it implicitlyPaul Gortmaker
2011-10-26Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-10-14tracing: Fix returning of duplicate data after EOF in trace_pipe_rawSteven Rostedt
2011-10-14ftrace: Fix README to state tracing_on to start/stop tracingGeunsik Lim
2011-10-12Merge branch 'tip/perf/core' of git://github.com/rostedt/linux into perf/coreIngo Molnar
2011-10-11tracing: Do not allocate buffer for trace_markerSteven Rostedt
2011-10-11tracing: Warn on output if the function tracer was found corruptedSteven Rostedt
2011-10-10ftrace/kprobes: Fix not to delete probes if in useMasami Hiramatsu
2011-10-07Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki
2011-09-29PM / Tracing: build rpm-traces.c only if CONFIG_PM_RUNTIME is setMing Lei
2011-09-27PM / Runtime: Introduce trace points for tracing rpm_* functionsMing Lei
2011-09-22tracing: Fix preemptirqsoff tracer to not stop at preempt offSteven Rostedt
2011-09-19tracing: Add a counter clock for those that do not trust clocksSteven Rostedt
2011-09-13locking, tracing: Annotate tracing locks as rawThomas Gleixner
2011-08-30trace: Add ring buffer stats to measure rate of eventsVaibhav Nagarnaik