aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_syscalls.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-13bpf: Change syscall_nr type to int in struct syscall_tp_tArtem Savkov1-2/+2
2023-08-01tracing: bpf: use struct trace_entry in struct syscall_tp_tYauheni Kaliuta1-4/+8
2022-11-17tracing: Remove unused __bad_type_size() methodQiujun Huang1-2/+0
2022-04-26tracing: Make tp_printk work on syscall tracepointsJeff Xie1-24/+11
2022-01-13tracing: Have syscall trace events use trace_event_buffer_lock_reserve()Steven Rostedt1-4/+2
2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior1-12/+8
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-4/+4
2020-01-17tracing: Initialize ret in syscall_enter_define_fields()Steven Rostedt (VMware)1-1/+2
2020-01-13tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)1-2/+2
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)1-2/+2
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar1-7/+25
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra1-30/+20
2019-11-22tracing: Use xarray for syscall trace eventsHassan Naveed1-7/+25
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)1-2/+2
2019-04-04tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()Steven Rostedt (Red Hat)1-3/+6
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-2/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song1-15/+19
2017-10-16perf/ftrace: Revert ("perf/ftrace: Fix double traces of perf on ftrace:functi...Peter Zijlstra1-2/+2
2017-09-11perf/bpf: fix a clang compilation issueYonghong Song1-1/+1
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+51
2017-08-29perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming1-2/+2
2017-08-07bpf: add support for sys_enter_* and sys_exit_* tracepointsYonghong Song1-2/+51
2016-09-29tracing/syscalls: fix multiline in error message textColin Ian King1-4/+2
2016-04-07perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov1-6/+7
2016-03-24Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-0/+11
2016-03-08tracing: Add get_syscall_name()Tom Zanussi1-0/+11
2016-02-29tracing/syscalls: Rename "/format" tracepoint field name "nr" to "__syscall_nr:Taeung Song1-7/+9
2015-09-30tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)1-1/+2
2015-05-13tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled()Steven Rostedt (Red Hat)1-2/+2
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)1-20/+20
2015-05-13tracing: Rename ftrace_event_file to trace_event_fileSteven Rostedt (Red Hat)1-16/+16
2015-01-14perf: Avoid horrible stack usagePeter Zijlstra (Intel)1-2/+2
2014-12-16Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-5/+2
2014-12-15tracing: Move enabling tracepoints to just after rcu_init()Steven Rostedt (Red Hat)1-5/+2
2014-12-10Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-28/+19
2014-11-19tracing: Do not use return values of trace_seq_printf() in syscall tracingSteven Rostedt (Red Hat)1-28/+19
2014-10-30tracing/syscalls: Ignore numbers outside NR_syscalls' rangeRabin Vincent1-4/+4
2014-09-10kernel: trace_syscalls: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-2/+2
2014-01-09tracing: Consolidate event trigger codeSteven Rostedt (Red Hat)1-40/+8
2014-01-06tracing: Remove double-underscore naming in syscall trigger invocationsTom Zanussi1-8/+8
2013-12-21tracing: Add and use generic set_trigger_filter() implementationTom Zanussi1-10/+36
2013-12-20tracing: Add basic event trigger frameworkTom Zanussi1-0/+4
2013-12-05tracing: Only run synchronize_sched() at instance deletion timeSteven Rostedt1-10/+0
2013-11-05tracing: Add support for SOFT_DISABLE to syscall eventsTom Zanussi1-10/+32
2013-11-05tracing: Update event filters for multibufferTom Zanussi1-4/+4
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...Steven Rostedt1-8/+9
2010-05-21perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra1-4/+7
2010-05-21perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter 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 imp...Tejun 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/kern...Linus Torvalds1-64/+12
2010-02-27Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo 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
2010-01-06tracing: Have syscall tracing call its own init functionSteven Rostedt1-6/+6
2010-01-06tracing/syscalls: Init print_fmt for syscall eventsLai Jiangshan1-1/+67
2009-12-28perf events: Remove CONFIG_EVENT_PROFILELi Zefan1-3/+2
2009-12-13tracing: Move a printk out of ftrace_raw_reg_event_foo()Li Zefan1-8/+2
2009-12-13tracing: Pull up calls to trace_define_common_fields()Li Zefan1-8/+0
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/...Linus 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/...Ingo 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