Merge branch 'tracing/core' into perf/core
[safe/jmp/linux-2.6] / kernel / trace / trace_syscalls.c
2009-10-15 Ingo MolnarMerge branch 'tracing/core' into perf/core
2009-10-14 Frederic Weisbeckertracing: Move syscalls metadata handling from arch...
2009-10-06 Tom Zanussitracing/events: Add 'signed' field to format files
2009-10-06 Tom Zanussitracing/syscalls: Use long for syscall ret format and...
2009-09-21 Linus TorvaldsMerge branch 'perfcounters-rename-for-linus' of git...
2009-09-21 Ingo Molnarperf: Do the big rename: Performance Counters -> Perfor...
2009-09-18 Frederic Weisbeckertracing: Allocate the ftrace event profile buffer dynam...
2009-09-04 Steven Rostedttracing: pass around ring buffer instead of tracer
2009-08-26 Jason Barontracing: Convert event tracing code to use NR_syscalls
2009-08-26 Hendrik Bruecknertracing: Check invalid syscall nr while tracing syscalls
2009-08-26 Ingo MolnarMerge branch 'tracing/core' of git://git./linux/kernel...
2009-08-26 Li Zefantracing/filters: Add __field_ext() to TRACE_EVENT
2009-08-25 Josh Stonetracing: Create generic syscall TRACE_EVENTs
2009-08-20 Li Zefantracing/syscalls: Fix the output of syscalls with no...
2009-08-19 Li Zefantracing/syscalls: Add filtering support
2009-08-19 Li Zefantracing/syscalls: Add fields format for exit events
2009-08-19 Li Zefantracing/syscalls: Fix fields format for enter events
2009-08-17 Li Zefantracing/syscalls: Fix to print parameter types
2009-08-11 Frederic Weisbeckertracing: Support for syscall events raw records in...
2009-08-11 Frederic Weisbeckertracing: Add fields format definition for syscall events
2009-08-11 Jason Barontracing: Add perf counter support for syscalls tracing
2009-08-11 Jason Barontracing: Add individual syscalls tracepoint id support
2009-08-11 Jason Barontracing: Add trace events for each syscall entry/exit
2009-08-11 Jason Barontracing: Call arch_init_ftrace_syscalls at boot
2009-04-09 Frederic Weisbeckertracing/syscalls: use a dedicated file header
2009-03-16 Frederic Weisbeckertracing/syscalls: protect thread flag toggling from...
2009-03-16 Frederic Weisbeckertracing/syscalls: various cleanups
2009-03-16 Frederic Weisbeckertracing/syscalls: fix missing release of tracing
2009-03-13 Frederic Weisbeckertracing/syscalls: core infrastructure for syscalls...
2009-03-13 Frederic Weisbeckertracing/ftrace: syscall tracing infrastructure, basics