aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace/trace_syscalls.c
AgeCommit message (Expand)Author
2010-05-31perf_events, trace: Fix probe unregister racePeter Zijlstra
2010-05-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt
2010-05-21perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra
2010-05-21perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra
2010-05-18perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra
2010-05-14tracing: Remove duplicate id information in event structureSteven Rostedt
2010-05-14tracing: Move print functions into event classSteven Rostedt
2010-05-14tracing: Allow events to share their print functionsSteven Rostedt
2010-05-14tracing: Move raw_init from events to classSteven Rostedt
2010-05-14tracing: Move fields from event to class structureSteven Rostedt
2010-05-14tracing: Remove per event trace registeringSteven Rostedt
2010-05-14tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt
2010-05-14tracing: Create class struct for eventsSteven Rostedt
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-10perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker
2010-03-10perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-02-27Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2010-02-25tracing: Fix typo in prof_sysexit_enable()Wenji Huang
2010-02-17tracing: Unify arch_syscall_addr() implementationsMike Frysinger
2010-01-29perf: Factorize trace events raw sample buffer operationsXiao Guangrong
2010-01-06tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan
2010-01-06tracing: Have syscall tracing call its own init functionSteven Rostedt
2010-01-06tracing/syscalls: Init print_fmt for syscall eventsLai Jiangshan
2009-12-28perf events: Remove CONFIG_EVENT_PROFILELi Zefan
2009-12-13tracing: Move a printk out of ftrace_raw_reg_event_foo()Li Zefan
2009-12-13tracing: Pull up calls to trace_define_common_fields()Li Zefan
2009-12-01trace_syscalls: Remove unused syscall_name_to_nr()Lai Jiangshan
2009-12-01trace_syscalls: Simplify syscall profileLai Jiangshan
2009-12-01trace_syscalls: Remove duplicate init_enter_##sname()Lai Jiangshan
2009-12-01trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan
2009-12-01trace_syscalls: Remove enter_id exit_idLai Jiangshan
2009-12-01trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan
2009-12-01trace_syscalls: Remove unused event_syscall_enter and event_syscall_exitLai Jiangshan
2009-11-27trace_syscalls: Add syscall nr fieldLai Jiangshan
2009-11-23perf_events: Undo some recursion damagePeter Zijlstra
2009-11-22tracing: Forget about the NMI buffer for syscall eventsFrederic Weisbecker
2009-11-22tracing: Use the perf recursion protection from trace eventFrederic Weisbecker
2009-11-08tracing, perf_events: Protect the buffer from recursion in perfFrederic Weisbecker
2009-10-23Merge branch 'perf/core' into perf/probesIngo Molnar
2009-10-17Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar
2009-10-15Merge branch 'tracing/core' into perf/coreIngo Molnar
2009-10-14tracing: Move syscalls metadata handling from arch to coreFrederic Weisbecker
2009-10-06tracing/events: Add 'signed' field to format filesTom Zanussi
2009-10-06tracing/syscalls: Use long for syscall ret format and field definitionsTom Zanussi
2009-09-23Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-09-18tracing: Allocate the ftrace event profile buffer dynamicallyFrederic Weisbecker
2009-09-11Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker