aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_export.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Fix ftrace stack trace entriesWolfgang Mauerer2012-04-131-1/+1
* 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
|/
* tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan2009-08-261-3/+5
* tracing/events: Add trace_define_common_fields()Li Zefan2009-08-191-5/+3
* tracing/events: Add ftrace_event_call param to define_fields()Li Zefan2009-08-191-3/+2
* tracing: Add ftrace event call parameter to its field descriptor handlerFrederic Weisbecker2009-08-111-2/+4
* tracing/filters: distinguish between signed and unsigned fieldsTom Zanussi2009-04-291-7/+22
* tracing: add size checks for exported ftrace internal structuresSteven Rostedt2009-04-231-0/+4
* tracing/filters: allow on-the-fly filter switchingTom Zanussi2009-04-141-0/+1
* tracing/filters: add TRACE_EVENT_FORMAT_NOFILTER event macroTom Zanussi2009-04-141-0/+33
* tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT eventsTom Zanussi2009-04-141-3/+54
* ftrace: Correct a text align for event format outputZhaolei2009-04-071-1/+1
* tracing: remove funky whitespace in the trace codeSteven Rostedt2009-03-101-1/+1
* tracing: new format for specialized trace pointsSteven Rostedt2009-03-101-1/+22
* tracing: replace TP<var> with TP_<var>Steven Rostedt2009-03-101-4/+4
* tracing: typecast sizeof and offsetof to unsigned intSteven Rostedt2009-03-101-5/+5
* tracing: add format files for ftrace default entriesSteven Rostedt2009-03-051-0/+81