Merge branch 'tracing/core' into perf/core
[safe/jmp/linux-2.6] / kernel / trace / trace_events.c
2009-10-15 Ingo MolnarMerge branch 'tracing/core' into perf/core
2009-10-06 Tom Zanussitracing/events: Add 'signed' field to format files
2009-10-01 Ingo MolnarMerge branch 'tracing/urgent' into tracing/core
2009-09-24 Frederic Weisbeckertracing/event: Cleanup the useless dentry variable
2009-09-22 Li Zefantracing: Check the return value of trace_get_user()
2009-09-19 Li Zefantracing/events: use list_for_entry_continue
2009-09-17 Ingo MolnarMerge branch 'linus' into tracing/core
2009-09-15 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-09-14 Steven Rostedttracing: make testing syscall events a separate configu...
2009-09-14 Steven Rostedttracing: add static to generated TRACE_EVENT functions
2009-09-13 Steven Rostedttracing: use the new trace_entries.h to create format...
2009-09-11 jolsa@redhat.comtracing: trace parser support for set_event
2009-09-11 Steven Rostedttracing: add lock depth to entries
2009-09-11 Steven Rostedttracing: move tgid out of generic entry and into userstack
2009-09-04 Steven Rostedttracing: pass around ring buffer instead of tracer
2009-08-26 Li Zefantracing/filters: Add __field_ext() to TRACE_EVENT
2009-08-26 Li Zefantracing/filters: Add filter_type to struct ftrace_event...
2009-08-19 Li Zefantracing/syscalls: Add filtering support
2009-08-19 Li Zefantracing/events: Add trace_define_common_fields()
2009-08-19 Li Zefantracing/events: Add ftrace_event_call param to define_f...
2009-08-14 Tejun HeoMerge branch 'percpu-for-linus' into percpu-for-next
2009-08-11 Frederic Weisbeckertracing: Add ftrace event call parameter to its field...
2009-08-11 Jason Barontracing: Add ftrace_event_call void * 'data' field
2009-08-11 Jason Barontracing: Raw_init() bailout in trace event register...
2009-08-11 Ingo MolnarMerge branch 'linus' into tracing/core
2009-08-06 Frederic Weisbeckertracing/events: Only define remove_subsystem_dir()...
2009-08-06 Peter Zijlstraftrace: Fix perf-tracepoint OOPS
2009-07-23 Steven Rostedttracing: only truncate ftrace files when O_TRUNC is set
2009-07-10 Xiao Guangrongtracing/filter: Remove empty subsystem and its directory
2009-07-03 Tejun HeoMerge branch 'master' into for-next
2009-07-01 Li Zefantracing/events: Add trace_event boot option
2009-06-24 Li Zefantracing/events: Don't increment @pos in s_start()
2009-06-24 Tejun Heopercpu: clean up percpu variable definitions
2009-06-09 Steven Rostedttracing: add protection around module events unload
2009-05-26 Zhaoleiftrace: clean up of using ftrace_event_enable_disable()
2009-05-26 Zhaoleiftrace: Add task_comm support for trace_event
2009-05-20 Ming Leiftrace: fix check for return value of register_module_n...
2009-05-08 Steven Rostedttracing: add trace_set_clr_event to export event enabli...
2009-05-08 Steven Rostedttracing: initialize return value for __ftrace_set_clr_event
2009-05-08 Li Zefantracing/events: simplify system_enable_read()
2009-05-08 Li Zefantracing/events: clean up for ftrace_set_clr_event()
2009-05-07 Steven Rostedttracing: append ":*" to internal setting of system...
2009-05-07 Steven Rostedttracing: add hierarchical enabling of events
2009-05-07 Steven Rostedttracing: reset ring buffer when removing modules with...
2009-05-06 Li Zefantracing/events: fix concurrent access to ftrace_events...
2009-05-06 Li Zefantracing/events: fix memory leak when unloading module
2009-04-29 Tom Zanussitracing/filters: a better event parser
2009-04-29 Tom Zanussitracing/filters: distinguish between signed and unsigne...
2009-04-29 Tom Zanussitracing/filters: move preds into event_filter object
2009-04-26 Steven Rostedttracing/events: make modules have their own file_operat...
2009-04-24 Steven Rostedttracing: add size checks for exported ftrace internal...
2009-04-24 Steven Rostedttracing: increase size of number of possible events
2009-04-22 Li Zefantracing/events: make struct trace_entry->type to be...
2009-04-21 Li Zefantracing/filters: don't remove old filters when failed...
2009-04-20 Steven Rostedttracing: use nowakeup version of commit for function...
2009-04-20 Steven Rostedttracing/events: call the correct event trace selftest...
2009-04-17 Tom Zanussitracing/filters: add filter_mutex to protect filter...
2009-04-17 Steven Rostedttracing/events: perform function tracing in event selftests
2009-04-17 Steven Rostedttracing/events/ring-buffer: expose format of ring buffe...
2009-04-17 Steven Rostedttracing/events: add startup tests for events
2009-04-15 Steven Rostedttracing/events: fix compile for modules disabled
2009-04-14 Steven Rostedttracing/events: add support for modules to TRACE_EVENT
2009-04-14 Steven Rostedttracing/events: add export symbols for trace events...
2009-04-14 Steven Rostedttracing/events: convert event call sites to use a link...
2009-04-13 Tom Zanussitracing/filters: allow on-the-fly filter switching
2009-04-13 Ingo MolnarMerge branch 'linus' into tracing/core
2009-04-13 Tom Zanussitracing/filters: add run-time field descriptions to...
2009-04-12 Li Zefantracing/filters: return proper error code when writing...
2009-04-12 Li Zefantracing/filters: NIL-terminate user input filter
2009-03-26 Tom Zanussitracing: filter fix for TRACE_EVENT_FORMAT events
2009-03-24 Tom Zanussitracing/filters: use trace_seq_printf() to print filters
2009-03-24 Tom Zanussitracing/filters: free pred when clearing filters
2009-03-23 Tom Zanussitracing/filters: clean up filter_add_subsystem_pred()
2009-03-23 Frederic Weisbeckertracing/events: make the filter files writable
2009-03-22 Ingo Molnartracing: add run-time field descriptions for event...
2009-03-22 Tom Zanussitracing: add per-subsystem filtering
2009-03-22 Tom Zanussitracing: add per-event filtering
2009-03-22 Tom Zanussitracing: add run-time field descriptions for event...
2009-03-20 Peter Zijlstraftrace: event profile hooks
2009-03-20 Peter Zijlstraftrace: provide an id file for each event
2009-03-17 Tom Zanussitracing: fix leak in event_format_read()
2009-03-13 Steven Rostedttracing: have event_trace_printk use static tracer
2009-03-12 Steven Rostedttracing: expand the ring buffers when an event is activated
2009-03-10 Steven Rostedttracing: add back the available_events file
2009-03-10 Steven Rostedttracing: do not allow modifying the ftrace events via...
2009-03-10 Steven Rostedttracing: fix printk format specifier
2009-03-10 Steven Rostedttracing: new format for specialized trace points
2009-03-10 Steven Rostedttracing: typecast sizeof and offsetof to unsigned int
2009-03-06 Steven Rostedttracing: add format files for ftrace default entries
2009-03-02 Steven Rostedttracing: add trace name and id to event formats
2009-03-02 Steven Rostedttracing: add ftrace headers to event format files
2009-03-02 Steven Rostedttracing: add format file to describe event struct fields
2009-03-02 Steven Rostedttracing: add protection around modify trace event fields
2009-02-28 Steven Rostedttracing: add raw fast tracing interface for trace events
2009-02-28 Steven Rostedttracing: add raw trace point recording infrastructure
2009-02-28 Steven Rostedttracing: make the set_event and available_events subsys...
2009-02-28 Steven Rostedttracing: add subsystem level to trace events
2009-02-25 Steven Rostedttracing: make event directory structure
2009-02-25 Steven Rostedttracing: add event trace infrastructure