aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_syscalls.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-01trace_syscalls: Remove unused syscall_name_to_nr()Lai Jiangshan1-16/+0
2009-12-01trace_syscalls: Simplify syscall profileLai Jiangshan1-16/+8
2009-12-01trace_syscalls: Remove duplicate init_enter_##sname()Lai Jiangshan1-0/+12
2009-12-01trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan1-13/+9
2009-12-01trace_syscalls: Remove enter_id exit_idLai Jiangshan1-20/+10
2009-12-01trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan1-25/+11
2009-12-01trace_syscalls: Remove unused event_syscall_enter and event_syscall_exitLai Jiangshan1-8/+0
2009-11-27trace_syscalls: Add syscall nr fieldLai Jiangshan1-0/+8
2009-11-23perf_events: Undo some recursion damagePeter Zijlstra1-6/+8
2009-11-22tracing: Forget about the NMI buffer for syscall eventsFrederic Weisbecker1-8/+2
2009-11-22tracing: Use the perf recursion protection from trace eventFrederic Weisbecker1-30/+17
2009-11-08tracing, perf_events: Protect the buffer from recursion in perfFrederic Weisbecker1-8/+36
2009-10-23Merge branch 'perf/core' into perf/probesIngo Molnar1-7/+99
2009-10-17Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar1-2/+2
2009-10-15Merge branch 'tracing/core' into perf/coreIngo Molnar1-0/+86
2009-10-14tracing: Move syscalls metadata handling from arch to coreFrederic Weisbecker1-0/+86
2009-10-06tracing/events: Add 'signed' field to format filesTom Zanussi1-7/+13
2009-10-06tracing/syscalls: Use long for syscall ret format and field definitionsTom Zanussi1-2/+2
2009-09-23Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker1-20/+79
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+3
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-3/+3
2009-09-18tracing: Allocate the ftrace event profile buffer dynamicallyFrederic Weisbecker1-19/+78
2009-09-11Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker1-19/+27
2009-09-04tracing: pass around ring buffer instead of tracerSteven Rostedt1-7/+11
2009-08-27tracing: Remove unneeded pointer castsFrederic Weisbecker1-2/+2
2009-08-27tracing: Restore the const qualifier for field names and types definitionFrederic Weisbecker1-2/+2
2009-08-27tracing: Ftrace dynamic ftrace_event_call supportMasami Hiramatsu1-10/+10
2009-08-26tracing: Convert event tracing code to use NR_syscallsJason Baron1-12/+12
2009-08-26tracing: Check invalid syscall nr while tracing syscallsHendrik Brueckner1-0/+4
2009-08-26Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/coreIngo Molnar1-8/+9
2009-08-26tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan1-2/+4
2009-08-26tracing: Create generic syscall TRACE_EVENTsJosh Stone1-8/+9
2009-08-20tracing/syscalls: Fix the output of syscalls with no argumentsLi Zefan1-9/+16
2009-08-19tracing/syscalls: Add filtering supportLi Zefan1-4/+47
2009-08-19tracing/syscalls: Add fields format for exit eventsLi Zefan1-1/+17
2009-08-19tracing/syscalls: Fix fields format for enter eventsLi Zefan1-23/+28
2009-08-17tracing/syscalls: Fix to print parameter typesLi Zefan1-16/+1
2009-08-11tracing: Support for syscall events raw records in perfcountersFrederic Weisbecker1-2/+37
2009-08-11tracing: Add fields format definition for syscall eventsFrederic Weisbecker1-0/+46
2009-08-11tracing: Add perf counter support for syscalls tracingJason Baron1-0/+121
2009-08-11tracing: Add individual syscalls tracepoint id supportJason Baron1-10/+16
2009-08-11tracing: Add trace events for each syscall entry/exitJason Baron1-92/+91
2009-08-11tracing: Call arch_init_ftrace_syscalls at bootJason Baron1-1/+0
2009-04-09tracing/syscalls: use a dedicated file headerFrederic Weisbecker1-1/+1
2009-03-16tracing/syscalls: protect thread flag toggling from racesFrederic Weisbecker1-5/+19
2009-03-16tracing/syscalls: various cleanupsFrederic Weisbecker1-8/+2
2009-03-16tracing/syscalls: fix missing release of tracingFrederic Weisbecker1-6/+5
2009-03-13tracing/syscalls: core infrastructure for syscalls tracing, enhancementsFrederic Weisbecker1-8/+138
2009-03-13tracing/ftrace: syscall tracing infrastructure, basicsFrederic Weisbecker1-0/+113