aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.h
Commit message (Expand)AuthorAge
* tracing: Add trace_array_get/put() to event handlingSteven Rostedt (Red Hat)2013-07-25
* tracing: Protect ftrace_trace_arrays list in trace_events.cAlexander Z Lam2013-07-25
* tracing: Fix outputting formats of x86-tsc and counter when use trace_clockYoshihiro YUNOMAE2013-06-11
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-30
|\
| * uprobes/tracing: Generalize struct uprobe_trace_entry_headOleg Nesterov2013-04-13
* | tracing: Move find_event_field() into trace_events.czhangwei(Jovi)2013-03-15
* | tracing: Add function-trace option to disable function tracing of latency tra...Steven Rostedt (Red Hat)2013-03-15
* | tracing: Add internal ftrace trace_puts() for ftrace to useSteven Rostedt (Red Hat)2013-03-15
* | tracing: Add trace_puts() for even faster trace_printk() tracingSteven Rostedt (Red Hat)2013-03-15
* | tracing: Add alloc_snapshot kernel command line parameterSteven Rostedt (Red Hat)2013-03-15
* | tracing: Prevent deleting instances when they are being readSteven Rostedt (Red Hat)2013-03-15
* | tracing: Have trace_array keep track if snapshot buffer is allocatedSteven Rostedt (Red Hat)2013-03-15
* | tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)2013-03-15
* | tracing: Clear all trace buffers when unloaded module event was usedSteven Rostedt (Red Hat)2013-03-15
* | tracing: Add __per_cpu annotation to trace array percpu data pointerSteven Rostedt (Red Hat)2013-03-15
* | tracing: Use direct field, type and system namesSteven Rostedt2013-03-15
* | tracing: Add rmdir to remove multibuffer instancesSteven Rostedt2013-03-15
* | tracing: Add interface to allow multiple trace buffersSteven Rostedt2013-03-15
* | tracing: Make syscall events suitable for multiple buffersSteven Rostedt2013-03-15
* | tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt2013-03-15
* | tracing: Encapsulate global_trace and remove dependencies on global varsSteven Rostedt2013-03-15
* | tracing: Use RING_BUFFER_ALL_CPUS for TRACE_PIPE_ALL_CPUSteven Rostedt2013-03-15
* | tracing: Separate out trace events from global variablesSteven Rostedt2013-03-15
|/
* tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)2013-03-14
* tracing: Make a snapshot feature available from userspaceHiraku Toyooka2013-01-30
* ring-buffer: User context bit recursion checkingSteven Rostedt2013-01-22
* tracing: Avoid unnecessary multiple recursion checksSteven Rostedt2013-01-22
* tracing: Make the trace recursion bits into enumsSteven Rostedt2013-01-22
* ftrace: Add context level recursion bit checkingSteven Rostedt2013-01-22
* tracing: Format non-nanosec times from tsc clock without a decimal point.David Sharp2012-11-13
* tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt2012-11-02
* tracing: Remove unused function unregister_tracer()Steven Rostedt2012-11-02
* tracing: Cache comms only after an event occurredSteven Rostedt2012-10-31
* tracing: Enable comm recording if trace_printk() is usedSteven Rostedt2012-10-31
* tracing: Change tracer's integer flags to boolHiraku Toyooka2012-10-31
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-02
|\
| * userns: Teach trace to use from_kuidEric W. Biederman2012-09-18
* | tracing: Add an option for disabling markersMandeep Singh Baines2012-09-24
* | ftrace: Add selftest to test function save-regs supportSteven Rostedt2012-07-31
|/
* tracing: Remove NR_CPUS array from trace_iteratorSteven Rostedt2012-06-28
* Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-24
|\
| * Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2012-05-14
| |\
| * | tracing: Provide trace events interface for uprobesSrikar Dronamraju2012-05-07
* | | Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-05-18
|\ \ \ | |_|/ |/| |
| * | tracing: Fix build breakage without CONFIG_PERF_EVENTS (again)Mark Brown2012-04-13
| |/
* | ring-buffer: Add per_cpu ring buffer control filesVaibhav Nagarnaik2012-04-23
* | tracing: Add percpu buffers for trace_printk()Steven Rostedt2012-04-23
|/
* tracing: Fix build breakage without CONFIG_PERF_EVENTSMark Brown2012-03-13
* tracing/ring-buffer: Only have tracing_on disable tracing buffersSteven Rostedt2012-02-22
* ftrace, perf: Add filter support for function trace eventJiri Olsa2012-02-21