summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_export.c
AgeCommit message (Expand)AuthorLines
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar-2/+2
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra-67/+39
2019-11-13tracing: Make internal ftrace events staticBen Dooks-2/+2
2018-05-29tracing: Add trigger file for trace_markers tracefs/ftrace/printSteven Rostedt (VMware)-0/+7
2018-05-29tracing: Add brackets in ftrace event dynamic arraysSteven Rostedt (VMware)-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2015-11-02tracing: ftrace_event_is_function() can return booleanYaowei Bai-1/+1
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)-5/+5
2015-03-25tracing: remove ftrace:function TRACE_EVENT_FL_USE_CALL_FILTER flagHe Kuang-1/+1
2015-01-22tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)-2/+0
2014-04-09tracing: Fix anonymous unions in struct ftrace_event_callMathieu Desnoyers-2/+4
2014-03-20tracing: Fix array size mismatch in format stringVaibhav Nagarnaik-5/+2
2013-11-05tracing: Update event filters for multibufferTom Zanussi-1/+1
2013-03-15tracing: Fix some section mismatch warningsLi Zefan-1/+1
2013-03-15tracing: Annotate event field-defining functions with __initLi Zefan-1/+1
2012-05-10tracing: Do not enable function event with enableSteven Rostedt-0/+1
2012-03-24Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar-1/+1
2012-03-22tracing: Fix ftrace stack trace entriesWolfgang Mauerer-1/+1
2012-02-21ftrace: Allow to specify filter field type for ftrace eventsJiri Olsa-23/+28
2012-02-21ftrace, perf: Add support to use function tracepoint in perfJiri Olsa-0/+5
2012-02-21ftrace: Add FTRACE_ENTRY_REG macro to allow event registrationJiri Olsa-2/+16
2011-02-02tracing: Replace trace_event struct array with pointer arraySteven Rostedt-3/+3
2010-11-19tracing/events: Show real number in array fieldsSteven Rostedt-4/+10
2010-06-28tracing: Remove redundant raw_init callbacksLi Zefan-7/+1
2010-05-14tracing: Remove duplicate id information in event structureSteven Rostedt-2/+2
2010-05-14tracing: Move raw_init from events to classSteven Rostedt-1/+1
2010-05-14tracing: Move fields from event to class structureSteven Rostedt-7/+7
2010-05-14tracing: Create class struct for eventsSteven Rostedt-1/+5
2010-01-06tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan-73/+0
2010-01-06tracing: Add print_fmt fieldLai Jiangshan-0/+7
2010-01-06tracing: Have __dynamic_array() define a fieldLai Jiangshan-1/+6
2009-12-30tracing: Fix sign fields in ftrace_define_fields_##call()Lai Jiangshan-3/+4
2009-12-13tracing: Pull up calls to trace_define_common_fields()Li Zefan-4/+0
2009-12-05Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-19/+20
2009-11-02tracing: Fix to use __always_unused attributeLi Zefan-2/+2
2009-10-23Merge branch 'perf/core' into perf/probesIngo Molnar-11/+14
2009-10-06tracing/events: Add 'signed' field to format filesTom Zanussi-11/+14
2009-09-23Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker-131/+154
2009-09-14tracing: remove some unused macrosLi Zefan-26/+0
2009-09-14ftrace: add compile-time check on F_printk()Li Zefan-4/+41
2009-09-12tracing: use the new trace_entries.h to create format filesSteven Rostedt-113/+128
2009-09-11Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker-2/+2
2009-08-31tracing/filters: Defer pred allocationLi Zefan-1/+0
2009-08-27tracing: Introduce TRACE_FIELD_ZERO() macroMasami Hiramatsu-8/+8
2009-08-27tracing: Ftrace dynamic ftrace_event_call supportMasami Hiramatsu-9/+9
2009-08-26tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan-3/+5
2009-08-19tracing/events: Add trace_define_common_fields()Li Zefan-5/+3
2009-08-19tracing/events: Add ftrace_event_call param to define_fields()Li Zefan-3/+2
2009-08-11tracing: Add ftrace event call parameter to its field descriptor handlerFrederic Weisbecker-2/+4
2009-04-29tracing/filters: distinguish between signed and unsigned fieldsTom Zanussi-7/+22