aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events.c
Commit message (Expand)AuthorAge
* tracing/events: Show real number in array fieldsSteven Rostedt2010-11-19
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* | tracing: Clean up seqfile code for format fileLi Zefan2010-08-18
|/
* Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel...Steven Rostedt2010-08-16
|\
| * tracing/events: Convert format output to seq_fileSteven Rostedt2010-08-12
* | tracing: Allow to disable cmdline recordingLi Zefan2010-07-20
* | tracing: Use class->reg() for all registering of eventsSteven Rostedt2010-06-28
* | tracing: Remove open-coded __trace_add_event_call()Li Zefan2010-06-28
* | tracing: Remove test of NULL define_fields callbackLi Zefan2010-06-28
* | tracing: Don't allocate common fields for every trace eventsLi Zefan2010-06-28
* | tracing: Remove ftrace_preempt_disable/enableSteven Rostedt2010-06-03
|/
* tracing: Combine event filter_active and enable into single flags fieldSteven Rostedt2010-05-14
* tracing: Remove duplicate id information in event structureSteven Rostedt2010-05-14
* tracing: Move print functions into event classSteven Rostedt2010-05-14
* tracing: Move raw_init from events to classSteven Rostedt2010-05-14
* tracing: Move fields from event to class structureSteven Rostedt2010-05-14
* tracing: Remove per event trace registeringSteven Rostedt2010-05-14
* tracing: Create class struct for eventsSteven Rostedt2010-05-14
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker2010-03-10
* tracing: Simplify memory recycle of trace_define_fieldWenji Huang2010-02-25
* tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan2010-01-06
* tracing: Use defined fields and print_fmt to print formatsLai Jiangshan2010-01-06
* tracing: Move a printk out of ftrace_raw_reg_event_foo()Li Zefan2009-12-13
* tracing: Pull up calls to trace_define_common_fields()Li Zefan2009-12-13
* tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan2009-12-13
* Merge branch 'perf/core' into perf/probesIngo Molnar2009-10-23
|\
| * Merge branch 'tracing/core' into perf/coreIngo Molnar2009-10-15
| |\
| | * Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-10-01
| | |\
| | * | tracing/event: Cleanup the useless dentry variableFrederic Weisbecker2009-09-24
| * | | tracing/events: Add 'signed' field to format filesTom Zanussi2009-10-06
| | |/ | |/|
* | | Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar2009-10-17
|\| |
| * | tracing: Check the return value of trace_get_user()Li Zefan2009-09-22
* | | tracing/ftrace: Fix to check create_event_dir() when adding new eventsMasami Hiramatsu2009-10-02
* | | Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker2009-09-23
|\| |
| * | tracing/events: use list_for_entry_continueLi Zefan2009-09-19
| |/
| * Merge branch 'linus' into tracing/coreIngo Molnar2009-09-17
| |\
| | * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-15
| | |\
| | | * Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-14
| | | |\
| | | * \ Merge branch 'master' into for-nextTejun Heo2009-07-03
| | | |\ \
| | | * | | percpu: clean up percpu variable definitionsTejun Heo2009-06-24
| * | | | | tracing: make testing syscall events a separate configurationSteven Rostedt2009-09-14
| * | | | | tracing: add static to generated TRACE_EVENT functionsSteven Rostedt2009-09-14
| * | | | | tracing: use the new trace_entries.h to create format filesSteven Rostedt2009-09-12
| * | | | | tracing: trace parser support for set_eventjolsa@redhat.com2009-09-11
| * | | | | tracing: add lock depth to entriesSteven Rostedt2009-09-11
| * | | | | tracing: move tgid out of generic entry and into userstackSteven Rostedt2009-09-11
| |/ / / /
* | | | | ftrace: Fix trace_remove_event_call() to lock trace_event_mutexMasami Hiramatsu2009-09-16
* | | | | ftrace: Fix trace_add_event_call() to initialize listMasami Hiramatsu2009-09-16