aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_syscalls.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-21tracing/syscalls: Annotate raw_init function with __initLi Zefan1-5/+5
2013-07-18tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Oleg Nesterov1-12/+0
2013-07-18tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is emptyOleg Nesterov1-4/+8
2013-07-18tracing: Use trace_seq_puts()/trace_seq_putc() where possiblezhangwei(Jovi)1-1/+1
2013-07-02tracing: Fix irqs-off tag display in syscall tracingzhangwei(Jovi)1-4/+17
2013-03-15tracing: Fix comment about prefix in arch_syscall_match_sym_name()zhangwei(Jovi)1-1/+1
2013-03-15tracing: Consolidate max_tr into main trace_array structureSteven Rostedt (Red Hat)1-2/+2
2013-03-15tracing: Fix some section mismatch warningsLi Zefan1-2/+2
2013-03-15tracing/syscalls: Annotate field-defining functions with __initLi Zefan1-2/+2
2013-03-15tracing: Make syscall events suitable for multiple buffersSteven Rostedt1-34/+46
2013-02-12tracing/syscalls: Allow archs to ignore tracing compat syscallsSteven Rostedt1-5/+38
2013-01-21tracing/syscalls: Make local functions staticFengguang Wu1-9/+9
2012-10-31tracing: Cleanup unnecessary function declarationsVaibhav Nagarnaik1-32/+29
2012-09-24trace: Move trace event enable from fs_initcall to core_initcallEzequiel Garcia1-1/+1
2012-08-17tracing/syscalls: Fix perf syscall tracing when syscall_nr == -1Will Deacon1-0/+4
2012-07-31perf/trace: Add ability to set a target task for eventsAndrew Vagin1-2/+2
2012-02-21ftrace, perf: Add add/del tracepoint perf registration actionsJiri Olsa1-0/+4
2012-02-21ftrace, perf: Add open/close tracepoint perf registration actionsJiri Olsa1-4/+10
2012-02-13tracing/trivial: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-2/+2
2011-10-31kernel: Add <linux/module.h> to files using it implicitlyPaul Gortmaker1-0/+1
2011-02-07tracing/syscalls: Early terminate search for sys_ni_syscallIan Munsie1-0/+3
2011-02-07tracing/syscalls: Allow arch specific syscall symbol matchingIan Munsie1-7/+14
2011-02-07tracing/syscalls: Make arch_syscall_addr weakIan Munsie1-1/+1
2011-02-07tracing/syscalls: Convert redundant syscall_nr checks into WARN_ONIan Munsie1-4/+4
2011-02-07tracing/syscalls: Don't add events for unmapped syscallsIan Munsie1-0/+8
2011-02-03tracing: Replace syscall_meta_data struct array with pointer arraySteven Rostedt1-9/+10
2011-01-14tracing: Remove syscall_exit_fieldsLai Jiangshan1-21/+12
2010-06-28tracing: Use a global field list for all syscall exit eventsLi Zefan1-3/+4
2010-05-31perf_events, trace: Fix probe unregister racePeter Zijlstra1-2/+2
2010-05-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-7Steven Rostedt1-8/+9
2010-05-21perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to track eventsPeter Zijlstra1-4/+7
2010-05-21perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoint interactionPeter Zijlstra1-6/+4
2010-05-18perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra1-2/+4
2010-05-14tracing: Remove duplicate id information in event structureSteven Rostedt1-6/+8
2010-05-14tracing: Move print functions into event classSteven Rostedt1-0/+8
2010-05-14tracing: Allow events to share their print functionsSteven Rostedt1-2/+4
2010-05-14tracing: Move raw_init from events to classSteven Rostedt1-0/+2
2010-05-14tracing: Move fields from event to class structureSteven Rostedt1-4/+27
2010-05-14tracing: Remove per event trace registeringSteven Rostedt1-2/+54
2010-05-14tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt1-12/+12
2010-05-14tracing: Create class struct for eventsSteven Rostedt1-0/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-10perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker1-36/+36
2010-03-10perf: Take a hot regs snapshot for trace eventsFrederic Weisbecker1-2/+2
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-64/+12
2010-02-27Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/coreIngo Molnar1-0/+5
2010-02-25tracing: Fix typo in prof_sysexit_enable()Wenji Huang1-1/+1
2010-02-17tracing: Unify arch_syscall_addr() implementationsMike Frysinger1-0/+5
2010-01-29perf: Factorize trace events raw sample buffer operationsXiao Guangrong1-61/+10
2010-01-06tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan1-66/+0