aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace_events.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-22tracing: Check the return value of trace_get_user()Li Zefan1-4/+3
2009-09-19tracing/events: use list_for_entry_continueLi Zefan1-34/+15
2009-09-17Merge branch 'linus' into tracing/coreIngo Molnar1-3/+3
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-3/+3
2009-09-14tracing: make testing syscall events a separate configurationSteven Rostedt1-0/+12
2009-09-14tracing: add static to generated TRACE_EVENT functionsSteven Rostedt1-1/+1
2009-09-12tracing: use the new trace_entries.h to create format filesSteven Rostedt1-0/+1
2009-09-11tracing: trace parser support for set_eventjolsa@redhat.com1-47/+13
2009-09-11tracing: add lock depth to entriesSteven Rostedt1-1/+4
2009-09-11tracing: move tgid out of generic entry and into userstackSteven Rostedt1-4/+1
2009-09-04tracing: pass around ring buffer instead of tracerSteven Rostedt1-2/+4
2009-08-26tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan1-3/+8
2009-08-26tracing/filters: Add filter_type to struct ftrace_event_fieldLi Zefan1-0/+2
2009-08-19tracing/syscalls: Add filtering supportLi Zefan1-2/+3
2009-08-19tracing/events: Add trace_define_common_fields()Li Zefan1-0/+22
2009-08-19tracing/events: Add ftrace_event_call param to define_fields()Li Zefan1-1/+1
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo1-2/+2
2009-08-11tracing: Add ftrace event call parameter to its field descriptor handlerFrederic Weisbecker1-1/+1
2009-08-11tracing: Add ftrace_event_call void * 'data' fieldJason Baron1-2/+2
2009-08-11tracing: Raw_init() bailout in trace event register fail caseJason Baron1-10/+19
2009-08-11Merge branch 'linus' into tracing/coreIngo Molnar1-2/+2
2009-08-06tracing/events: Only define remove_subsystem_dir() if CONFIG_MODULESFrederic Weisbecker1-26/+26
2009-08-06ftrace: Fix perf-tracepoint OOPSPeter Zijlstra1-1/+1
2009-07-23tracing: only truncate ftrace files when O_TRUNC is setSteven Rostedt1-1/+1
2009-07-10tracing/filter: Remove empty subsystem and its directoryXiao Guangrong1-1/+31
2009-07-04Merge branch 'master' into for-nextTejun Heo1-6/+22
2009-07-01tracing/events: Add trace_event boot optionLi Zefan1-4/+33
2009-06-24tracing/events: Don't increment @pos in s_start()Li Zefan1-6/+22
2009-06-24percpu: clean up percpu variable definitionsTejun Heo1-3/+3
2009-06-09tracing: add protection around module events unloadSteven Rostedt1-1/+3
2009-05-26ftrace: clean up of using ftrace_event_enable_disable()Zhaolei1-30/+14
2009-05-26ftrace: Add task_comm support for trace_eventZhaolei1-0/+6
2009-05-20ftrace: fix check for return value of register_module_notifier in event_trace_initMing Lei1-1/+1
2009-05-08tracing: add trace_set_clr_event to export event enabling functionSteven Rostedt1-0/+17
2009-05-08tracing: initialize return value for __ftrace_set_clr_eventSteven Rostedt1-1/+1
2009-05-08tracing/events: simplify system_enable_read()Li Zefan1-34/+6
2009-05-08tracing/events: clean up for ftrace_set_clr_event()Li Zefan1-80/+46
2009-05-07tracing: append ":*" to internal setting of system eventsSteven Rostedt1-2/+4
2009-05-06tracing: add hierarchical enabling of eventsSteven Rostedt1-0/+140
2009-05-06tracing: reset ring buffer when removing modules with eventsSteven Rostedt1-0/+9
2009-05-06tracing/events: fix concurrent access to ftrace_events listLi Zefan1-9/+11
2009-05-06tracing/events: fix memory leak when unloading moduleLi Zefan1-0/+18
2009-04-29tracing/filters: a better event parserTom Zanussi1-51/+35
2009-04-29tracing/filters: distinguish between signed and unsigned fieldsTom Zanussi1-1/+2
2009-04-29tracing/filters: move preds into event_filter objectTom Zanussi1-2/+1
2009-04-26tracing/events: make modules have their own file_operations structureSteven Rostedt1-7/+88
2009-04-23tracing: add size checks for exported ftrace internal structuresSteven Rostedt1-0/+3
2009-04-23tracing: increase size of number of possible eventsSteven Rostedt1-1/+1
2009-04-22tracing/events: make struct trace_entry->type to be int typeLi Zefan1-1/+1
2009-04-21tracing/filters: don't remove old filters when failed to write subsys->filterLi Zefan1-1/+0