kernel-fxtec-pro1x/kernel/trace
Steven Rostedt 88eb012536 ring-buffer: use internal time stamp function
The ring_buffer_time_stamp that is exported adds a little more overhead
than is needed for using it internally. This patch adds an internal
timestamp function that can be inlined (a single line function)
and used internally for the ring buffer.

[ Impact: a little less overhead to the ring buffer ]

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
2009-05-11 23:14:03 -04:00
..
blktrace.c blktrace: pdu_buf of pc events should be unsigned 2009-05-11 12:25:50 +02:00
ftrace.c
Kconfig tracing: have menu default enabled when kernel debug is configured 2009-05-07 12:49:27 -04:00
kmemtrace.c
Makefile Merge branch 'tracing/hw-branch-tracing' into tracing/core 2009-05-07 13:36:22 +02:00
ring_buffer.c ring-buffer: use internal time stamp function 2009-05-11 23:14:03 -04:00
ring_buffer_benchmark.c ring-buffer: check for divide by zero in ring-buffer-benchmark 2009-05-11 13:22:26 -04:00
trace.c tracing: reset ring buffer when removing modules with events 2009-05-06 23:11:41 -04:00
trace.h Merge branch 'tracing/hw-branch-tracing' into tracing/core 2009-05-07 13:36:22 +02:00
trace_boot.c
trace_branch.c Merge branch 'linus' into tracing/core 2009-05-07 11:17:34 +02:00
trace_clock.c
trace_event_profile.c tracing/events: fix concurrent access to ftrace_events list 2009-05-06 10:38:19 +02:00
trace_event_types.h
trace_events.c tracing: add trace_set_clr_event to export event enabling function 2009-05-08 16:30:26 -04:00
trace_events_filter.c tracing/events: fix concurrent access to ftrace_events list, fix 2009-05-07 10:07:28 +02:00
trace_export.c
trace_functions.c
trace_functions_graph.c
trace_hw_branches.c Merge branch 'tracing/hw-branch-tracing' into tracing/core 2009-05-07 13:36:22 +02:00
trace_irqsoff.c
trace_mmiotrace.c
trace_nop.c
trace_output.c tracing: trace_output.c, fix false positive compiler warning 2009-05-06 14:19:16 +02:00
trace_output.h
trace_power.c Merge branch 'linus' into tracing/core 2009-05-07 11:17:34 +02:00
trace_printk.c
trace_sched_switch.c
trace_sched_wakeup.c
trace_selftest.c
trace_selftest_dynamic.c
trace_stack.c
trace_stat.c
trace_stat.h
trace_syscalls.c
trace_sysprof.c
trace_workqueue.c