summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds2009-09-211-3/+3
|\
| * perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-3/+3
* | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-09-211-1/+7
|\ \
| * | sched: Fix raciness in runqueue_is_locked()Andrew Morton2009-09-201-1/+7
* | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-09-216-108/+193
|\ \ \ | |_|/ |/| |
| * | tracing: Export trace_profile_buf symbolsPeter Zijlstra2009-09-201-1/+4
| * | Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-09-193-86/+35Star
| |\ \
| | * | tracing/events: use list_for_entry_continueLi Zefan2009-09-191-34/+15Star
| | * | tracing: remove max_tracer_type_lenLi Zefan2009-09-191-33/+16Star
| | * | function-graph: use ftrace_graph_funcs directlyLi Zefan2009-09-191-19/+4Star
| | |/
| * | Merge branch 'tracing/core-v3' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2009-09-192-21/+155
| |\ \
| | * | tracing: Allocate the ftrace event profile buffer dynamicallyFrederic Weisbecker2009-09-182-20/+138
| | * | tracing: Factorize the events profile accountingFrederic Weisbecker2009-09-181-2/+18
| | |/
| * / tracing: Remove markersChristoph Hellwig2009-09-181-1/+0Star
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6Linus Torvalds2009-09-211-2/+0Star
|\ \
| * | includecheck fix: kernel/trace, ring_buffer.cJaswinder Singh Rajput2009-09-201-2/+0Star
| |/
* / tracing, perf: Convert the power tracer into an event tracerArjan van de Ven2009-09-195-239/+21Star
|/
* tracing: switch function prints from %pf to %psSteven Rostedt2009-09-173-7/+7
* Merge branch 'linus' into tracing/coreIngo Molnar2009-09-171-3/+3
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-151-3/+3
| |\
| | * Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-1416-73/+99
| | |\
| | * \ Merge branch 'master' into for-nextTejun Heo2009-07-048-74/+86
| | |\ \
| | * | | percpu: clean up percpu variable definitionsTejun Heo2009-06-241-3/+3
* | | | | tracing: Fix minor bugs for __unregister_ftrace_function_probeAtsushi Tsuji2009-09-161-2/+2
* | | | | tracing: optimize global_trace_clock cachelinesSteven Rostedt2009-09-151-10/+14
* | | | | ftrace: document function and function graph implementationMike Frysinger2009-09-151-3/+13
* | | | | tracing: make testing syscall events a separate configurationSteven Rostedt2009-09-142-0/+24
* | | | | tracing: remove some unused macrosLi Zefan2009-09-142-35/+0Star
* | | | | ftrace: add compile-time check on F_printk()Li Zefan2009-09-141-4/+41
* | | | | tracing: fix F_printk() typosLi Zefan2009-09-141-9/+9
* | | | | tracing: add static to generated TRACE_EVENT functionsSteven Rostedt2009-09-141-1/+1
* | | | | ring-buffer: typecast cmpxchg to fix PowerPC warningSteven Rostedt2009-09-141-3/+3
* | | | | tracing: add filter event logic to special, mmiotrace and boot tracersSteven Rostedt2009-09-133-5/+18
* | | | | tracing: remove trace_event_types.hSteven Rostedt2009-09-131-178/+0Star
* | | | | tracing: use the new trace_entries.h to create format filesSteven Rostedt2009-09-133-118/+136
* | | | | tracing: show details of structures within the ftrace structuresSteven Rostedt2009-09-132-7/+66
* | | | | tracing: use macros to create internal ftrace entry ring buffer structuresSteven Rostedt2009-09-132-133/+369
* | | | | tracing/profile: fix profile_disable vs module_unloadLi Zefan2009-09-131-1/+4
* | | | | tracing: do not update tracing_max_latency when tracer is stoppedCarsten Emde2009-09-134-4/+14
* | | | | tracing: remove unused local variables in tracer probe functionsCarsten Emde2009-09-132-21/+1Star
* | | | | tracing: trace parser support for function and graphjolsa@redhat.com2009-09-111-110/+40Star
* | | | | tracing: trace parser support for set_eventjolsa@redhat.com2009-09-111-47/+13Star
* | | | | tracing: create generic trace parserjolsa@redhat.com2009-09-112-0/+141
* | | | | tracing: consolidate code between trace_output.c and trace_function_graph.cSteven Rostedt2009-09-113-30/+28Star
* | | | | tracing: add lock depth to entriesSteven Rostedt2009-09-114-10/+30
* | | | | tracing: move tgid out of generic entry and into userstackSteven Rostedt2009-09-114-6/+4Star
* | | | | tracing: add latency format to function_graph tracerSteven Rostedt2009-09-111-6/+68
* | | | | tracing: move PRED macros to trace_events_filter.cLi Zefan2009-09-102-41/+41
* | | | | tracing: remove stats from struct tracerLi Zefan2009-09-101-1/+0Star
* | | | | tracing: format clean upsLi Zefan2009-09-101-11/+11