aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2009-02-17tracing: use the more proper parameterWenji Huang
2009-02-11tracing: fix sparse warning: attribute function with __acquires/__releasesHannes Eder
2009-02-11tracing: fix sparse warnings: fix (un-)signednessHannes Eder
2009-02-11tracing: fix sparse warnings: make symbols staticHannes Eder
2009-02-10tracing: fix typos in commentsWenji Huang
2009-02-09tracing: clean up splice codeSteven Rostedt
2009-02-09tracing: Move pipe waiting code out of tracing_read_pipe().Eduard - Gabriel Munteanu
2009-02-09tracing: splice support for tracing_pipeEduard - Gabriel Munteanu
2009-02-09tracing/function-graph-tracer: handle the leaf functions from trace_pipeFrederic Weisbecker
2009-02-09tracing: handle unregistering the current tracerArnaldo Carvalho de Melo
2009-02-09Merge branch 'tip/tracing/core/devel' of git://git.kernel.org/pub/scm/linux/k...Ingo Molnar
2009-02-07trace: remove deprecated entry->cpuSteven Rostedt
2009-02-06trace: Call tracing_reset_online_cpus before tracer->init()Arnaldo Carvalho de Melo
2009-02-06tracing: Introduce trace_buffer_{lock_reserve,unlock_commit}Arnaldo Carvalho de Melo
2009-02-06ring_buffer: remove unused flags parameterArnaldo Carvalho de Melo
2009-02-05trace: code style clean upSteven Rostedt
2009-02-05trace: Remove unused trace_array_cpu parameterArnaldo Carvalho de Melo
2009-02-05trace: assign defaults at register_ftrace_eventArnaldo Carvalho de Melo
2009-02-04trace: make the trace_event callbacks return enum print_line_tArnaldo Carvalho de Melo
2009-02-04trace: judicious error checking of trace_seq resultsArnaldo Carvalho de Melo
2009-02-04Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/urgent' and 'li...Ingo Molnar
2009-02-03trace: Change struct trace_event callbacks parameter listArnaldo Carvalho de Melo
2009-02-03trace: better manage the context info for eventsFrederic Weisbecker
2009-02-03trace: let boot trace be chosen by command lineSteven Rostedt
2009-02-03trace: fix default boot up tracerSteven Rostedt
2009-01-26ftrace: add ftrace_vprintkArnaldo Carvalho de Melo
2009-01-23trace: fix logic to start/stop countingSteven Rostedt
2009-01-22ring-buffer: do not swap if recording is disabledSteven Rostedt
2009-01-21trace: set max latency variable to zero on defaultSteven Rostedt
2009-01-21trace: stop all recording to ring buffer on ftrace_dumpSteven Rostedt
2009-01-21trace: print ftrace_dump at KERN_EMERG log levelSteven Rostedt
2009-01-16trace: set max latency variable to zero on defaultSteven Rostedt
2009-01-16ftrace: remove static from function tracer functionsSteven Rostedt
2009-01-16ftrace: move function tracer functions out of trace.cSteven Rostedt
2009-01-16ftrace: add stack trace to function tracerSteven Rostedt
2009-01-15trace: stop all recording to ring buffer on ftrace_dumpSteven Rostedt
2009-01-15trace: print ftrace_dump at KERN_EMERG log levelSteven Rostedt
2009-01-14tracing/ftrace: separate events tracing and stats tracing engineFrederic Weisbecker
2009-01-06Merge branches 'tracing/kmemtrace2' and 'tracing/ftrace' into tracing/urgentIngo Molnar
2009-01-01cpumask: convert kernel trace functions furtherRusty Russell
2009-01-01cpumask: convert kernel trace functionsRusty Russell
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell
2008-12-30tracing: removed duplicated #includeHuang Weiyi
2008-12-30Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell
2008-12-29tracing/ftrace: provide the base infrastructure for histogram tracingFrederic Weisbecker
2008-12-29ftrace: change trace.c to use registered eventsSteven Rostedt
2008-12-29ftrace: set up trace event hash infrastructureSteven Rostedt
2008-12-29ftrace: remove obsolete print continue functionalitySteven Rostedt
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds