summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Combine event filter_active and enable into single flags fieldSteven Rostedt2010-05-141-8/+8
* tracing: Remove duplicate id information in event structureSteven Rostedt2010-05-141-4/+3
* tracing: Move print functions into event classSteven Rostedt2010-05-141-3/+3
* tracing: Move raw_init from events to classSteven Rostedt2010-05-141-6/+6
* tracing: Move fields from event to class structureSteven Rostedt2010-05-141-12/+36
* tracing: Remove per event trace registeringSteven Rostedt2010-05-141-9/+23
* tracing: Create class struct for eventsSteven Rostedt2010-05-141-10/+10
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* perf: Drop the obsolete profile naming for trace eventsFrederic Weisbecker2010-03-101-1/+1
* tracing: Simplify memory recycle of trace_define_fieldWenji Huang2010-02-251-3/+1
* tracing: Remove show_format and related macros from TRACE_EVENTLai Jiangshan2010-01-061-12/+0
* tracing: Use defined fields and print_fmt to print formatsLai Jiangshan2010-01-061-24/+41
* tracing: Move a printk out of ftrace_raw_reg_event_foo()Li Zefan2009-12-131-5/+15
* tracing: Pull up calls to trace_define_common_fields()Li Zefan2009-12-131-3/+4
* tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan2009-12-131-0/+14
* Merge branch 'perf/core' into perf/probesIngo Molnar2009-10-231-24/+23
|\
| * Merge branch 'tracing/core' into perf/coreIngo Molnar2009-10-151-12/+11
| |\
| | * Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-10-011-38/+18
| | |\
| | * | tracing/event: Cleanup the useless dentry variableFrederic Weisbecker2009-09-241-12/+11
| * | | tracing/events: Add 'signed' field to format filesTom Zanussi2009-10-061-12/+12
| | |/ | |/|
* | | Merge commit 'v2.6.32-rc5' into perf/probesIngo Molnar2009-10-171-4/+3
|\ \ \ | |/ /
| * | tracing: Check the return value of trace_get_user()Li Zefan2009-09-221-4/+3
* | | tracing/ftrace: Fix to check create_event_dir() when adding new eventsMasami Hiramatsu2009-10-031-11/+14
* | | Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker2009-09-231-87/+47
|\ \ \ | |/ /
| * | tracing/events: use list_for_entry_continueLi Zefan2009-09-191-34/+15
| |/
| * Merge branch 'linus' into tracing/coreIngo Molnar2009-09-171-3/+3
| |\
| | * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-09-151-3/+3
| | |\
| | | * Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo2009-08-141-2/+2
| | | |\
| | | * \ Merge branch 'master' into for-nextTejun Heo2009-07-041-6/+22
| | | |\ \
| | | * | | percpu: clean up percpu variable definitionsTejun Heo2009-06-241-3/+3
| * | | | | tracing: make testing syscall events a separate configurationSteven Rostedt2009-09-141-0/+12
| * | | | | tracing: add static to generated TRACE_EVENT functionsSteven Rostedt2009-09-141-1/+1
| * | | | | tracing: use the new trace_entries.h to create format filesSteven Rostedt2009-09-121-0/+1
| * | | | | tracing: trace parser support for set_eventjolsa@redhat.com2009-09-111-47/+13
| * | | | | tracing: add lock depth to entriesSteven Rostedt2009-09-111-1/+4
| * | | | | tracing: move tgid out of generic entry and into userstackSteven Rostedt2009-09-111-4/+1
| |/ / / /
* | | | | ftrace: Fix trace_remove_event_call() to lock trace_event_mutexMasami Hiramatsu2009-09-171-0/+5
* | | | | ftrace: Fix trace_add_event_call() to initialize listMasami Hiramatsu2009-09-171-1/+4
* | | | | Merge commit 'tracing/core' into tracing/kprobesFrederic Weisbecker2009-09-111-2/+4
|\ \ \ \ \ | |/ / / /
| * | | | tracing: pass around ring buffer instead of tracerSteven Rostedt2009-09-041-2/+4
* | | | | tracing: Restore the const qualifier for field names and types definitionFrederic Weisbecker2009-08-271-2/+2
* | | | | tracing: Ftrace dynamic ftrace_event_call supportMasami Hiramatsu2009-08-271-37/+84
|/ / / /
* | | | tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan2009-08-261-3/+8
* | | | tracing/filters: Add filter_type to struct ftrace_event_fieldLi Zefan2009-08-261-0/+2
* | | | tracing/syscalls: Add filtering supportLi Zefan2009-08-191-2/+3
* | | | tracing/events: Add trace_define_common_fields()Li Zefan2009-08-191-0/+22
* | | | tracing/events: Add ftrace_event_call param to define_fields()Li Zefan2009-08-191-1/+1
* | | | tracing: Add ftrace event call parameter to its field descriptor handlerFrederic Weisbecker2009-08-111-1/+1
* | | | tracing: Add ftrace_event_call void * 'data' fieldJason Baron2009-08-111-2/+2
* | | | tracing: Raw_init() bailout in trace event register fail caseJason Baron2009-08-111-10/+19
OpenPOWER on IntegriCloud