summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.h
AgeCommit message (Expand)AuthorLines
2013-04-30Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-5/+0
2013-04-13uprobes/tracing: Generalize struct uprobe_trace_entry_headOleg Nesterov-5/+0
2013-03-15tracing: Move find_event_field() into trace_events.czhangwei(Jovi)-4/+2
2013-03-15tracing: Add function-trace option to disable function tracing of latency tra...Steven Rostedt (Red Hat)-0/+1
2013-03-15tracing: Add internal ftrace trace_puts() for ftrace to useSteven Rostedt (Red Hat)-0/+11
2013-03-15tracing: Add trace_puts() for even faster trace_printk() tracingSteven Rostedt (Red Hat)-0/+2
2013-03-15tracing: Add alloc_snapshot kernel command line parameterSteven Rostedt (Red Hat)-1/+1
2013-03-15tracing: Prevent deleting instances when they are being readSteven Rostedt (Red Hat)-0/+1
2013-03-15tracing: Have trace_array keep track if snapshot buffer is allocatedSteven Rostedt (Red Hat)-1/+1
2013-03-15tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)-7/+30
2013-03-15tracing: Clear all trace buffers when unloaded module event was usedSteven Rostedt (Red Hat)-1/+1
2013-03-15tracing: Add __per_cpu annotation to trace array percpu data pointerSteven Rostedt (Red Hat)-1/+1
2013-03-15tracing: Use direct field, type and system namesSteven Rostedt-2/+2
2013-03-15tracing: Add rmdir to remove multibuffer instancesSteven Rostedt-0/+1
2013-03-15tracing: Add interface to allow multiple trace buffersSteven Rostedt-0/+2
2013-03-15tracing: Make syscall events suitable for multiple buffersSteven Rostedt-0/+11
2013-03-15tracing: Replace the static global per_cpu arrays with allocated per_cpuSteven Rostedt-1/+1
2013-03-15tracing: Encapsulate global_trace and remove dependencies on global varsSteven Rostedt-1/+20
2013-03-15tracing: Use RING_BUFFER_ALL_CPUS for TRACE_PIPE_ALL_CPUSteven Rostedt-2/+0
2013-03-15tracing: Separate out trace events from global variablesSteven Rostedt-3/+36
2013-03-14tracing: Prevent buffer overwrite disabled for latency tracersSteven Rostedt (Red Hat)-0/+6
2013-01-30tracing: Make a snapshot feature available from userspaceHiraku Toyooka-0/+1
2013-01-22ring-buffer: User context bit recursion checkingSteven Rostedt-6/+7
2013-01-22tracing: Avoid unnecessary multiple recursion checksSteven Rostedt-5/+101
2013-01-22tracing: Make the trace recursion bits into enumsSteven Rostedt-13/+17
2013-01-22ftrace: Add context level recursion bit checkingSteven Rostedt-3/+9
2012-11-13tracing: Format non-nanosec times from tsc clock without a decimal point.David Sharp-4/+0
2012-11-02tracing: Use irq_work for wake ups and remove *_nowake_*() functionsSteven Rostedt-5/+0
2012-11-02tracing: Remove unused function unregister_tracer()Steven Rostedt-1/+0
2012-10-31tracing: Cache comms only after an event occurredSteven Rostedt-0/+3
2012-10-31tracing: Enable comm recording if trace_printk() is usedSteven Rostedt-0/+1
2012-10-31tracing: Change tracer's integer flags to boolHiraku Toyooka-2/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-1/+1
2012-09-24tracing: Add an option for disabling markersMandeep Singh Baines-0/+1
2012-09-18userns: Teach trace to use from_kuidEric W. Biederman-1/+1
2012-07-31ftrace: Add selftest to test function save-regs supportSteven Rostedt-1/+1
2012-06-28tracing: Remove NR_CPUS array from trace_iteratorSteven Rostedt-0/+8
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+5
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo-2/+2
2012-05-14Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar-1/+3
2012-05-07tracing: Provide trace events interface for uprobesSrikar Dronamraju-0/+5
2012-04-23ring-buffer: Add per_cpu ring buffer control filesVaibhav Nagarnaik-1/+1
2012-04-23tracing: Add percpu buffers for trace_printk()Steven Rostedt-0/+2
2012-04-13tracing: Fix build breakage without CONFIG_PERF_EVENTS (again)Mark Brown-2/+2
2012-03-13tracing: Fix build breakage without CONFIG_PERF_EVENTSMark Brown-2/+0
2012-02-22tracing/ring-buffer: Only have tracing_on disable tracing buffersSteven Rostedt-0/+1
2012-02-21ftrace, perf: Add filter support for function trace eventJiri Olsa-2/+0
2012-02-21ftrace: Allow to specify filter field type for ftrace eventsJiri Olsa-10/+13
2012-02-21ftrace, perf: Add support to use function tracepoint in perfJiri Olsa-0/+11
2012-02-21ftrace: Add FTRACE_ENTRY_REG macro to allow event registrationJiri Olsa-0/+4