summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_export.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Add back FORTIFY_SOURCE logic to kernel_stack event structureSteven Rostedt (Google)2023-07-301-0/+9
* tracing: Fix TASK_COMM_LEN in trace event format fileYafang Shao2023-02-121-1/+2
* tracing: Fix some typos in commentsQiujun Huang2020-11-101-1/+1
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* tracing: Make ftrace packed events have align of 1Steven Rostedt (VMware)2020-06-161-0/+16
* Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-101-2/+2
|\
| * tracing: Make internal ftrace events staticBen Dooks2019-11-131-2/+2
* | ftrace: Rework event_create_dir()Peter Zijlstra2019-11-271-67/+39
|/
* tracing: Add trigger file for trace_markers tracefs/ftrace/printSteven Rostedt (VMware)2018-05-291-0/+7
* tracing: Add brackets in ftrace event dynamic arraysSteven Rostedt (VMware)2018-05-291-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* tracing: ftrace_event_is_function() can return booleanYaowei Bai2015-11-021-1/+1
* tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)2015-05-131-5/+5
* tracing: remove ftrace:function TRACE_EVENT_FL_USE_CALL_FILTER flagHe Kuang2015-03-251-1/+1
* tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)2015-01-221-2/+0
* tracing: Fix anonymous unions in struct ftrace_event_callMathieu Desnoyers2014-04-091-2/+4
* tracing: Fix array size mismatch in format stringVaibhav Nagarnaik2014-03-201-5/+2
* tracing: Update event filters for multibufferTom Zanussi2013-11-051-1/+1
* tracing: Fix some section mismatch warningsLi Zefan2013-03-151-1/+1
* tracing: Annotate event field-defining functions with __initLi Zefan2013-03-151-1/+1
* tracing: Do not enable function event with enableSteven Rostedt2012-05-101-0/+1
* Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-03-241-1/+1
|\
| * tracing: Fix ftrace stack trace entriesWolfgang Mauerer2012-03-221-1/+1
* | ftrace: Allow to specify filter field type for ftrace eventsJiri Olsa2012-02-211-23/+28
* | ftrace, perf: Add support to use function tracepoint in perfJiri Olsa2012-02-211-0/+5
* | ftrace: Add FTRACE_ENTRY_REG macro to allow event registrationJiri Olsa2012-02-211-2/+16
|/
* tracing: Replace trace_event struct array with pointer arraySteven Rostedt2011-02-021-3/+3
* tracing/events: Show real number in array fieldsSteven Rostedt2010-11-191-4/+10
* tracing: Remove redundant raw_init callbacksLi Zefan2010-06-281-7/+1
* tracing: Remove duplicate id information in event structureSteven Rostedt2010-05-141-2/+2
* tracing: Move raw_init from events to classSteven Rostedt2010-05-141-1/+1
* tracing: Move fields from event to class structureSteven Rostedt2010-05-141-7/+7
* tracing: Create class struct for eventsSteven Rostedt2010-05-141-1/+5
* tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan2010-01-061-73/+0
* tracing: Add print_fmt fieldLai Jiangshan2010-01-061-0/+7
* tracing: Have __dynamic_array() define a fieldLai Jiangshan2010-01-061-1/+6
* tracing: Fix sign fields in ftrace_define_fields_##call()Lai Jiangshan2009-12-301-3/+4
* tracing: Pull up calls to trace_define_common_fields()Li Zefan2009-12-131-4/+0
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-051-19/+20
|\
| * Merge branch 'perf/core' into perf/probesIngo Molnar2009-10-231-11/+14
| |\
| | * tracing/events: Add 'signed' field to format filesTom Zanussi2009-10-061-11/+14
| * | Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker2009-09-231-131/+154
| |\|
| * | Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker2009-09-111-2/+2
| |\ \
| * | | tracing: Introduce TRACE_FIELD_ZERO() macroMasami Hiramatsu2009-08-271-8/+8
| * | | tracing: Ftrace dynamic ftrace_event_call supportMasami Hiramatsu2009-08-271-9/+9
* | | | tracing: Fix to use __always_unused attributeLi Zefan2009-11-021-2/+2
| |_|/ |/| |
* | | tracing: remove some unused macrosLi Zefan2009-09-141-26/+0
* | | ftrace: add compile-time check on F_printk()Li Zefan2009-09-141-4/+41
* | | tracing: use the new trace_entries.h to create format filesSteven Rostedt2009-09-121-113/+128
| |/ |/|
* | tracing/filters: Defer pred allocationLi Zefan2009-08-311-1/+0
|/