summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
AgeCommit message (Expand)AuthorLines
2009-08-18ftrace: Unify effect of writing to trace_options and option/*Zhaolei-10/+2
2009-08-09perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker-0/+1
2009-08-04Merge branch 'tracing/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-3/+7
2009-07-28tracing: Fix missing function_graph events when we splice_read from trace_pipeLai Jiangshan-3/+7
2009-07-23tracing: only truncate ftrace files when O_TRUNC is setSteven Rostedt-1/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan-0/+1
2009-06-24tracing: Fix trace_buf_size boot optionLi Zefan-3/+2
2009-06-24tracing: Reset iterator in t_start()Li Zefan-14/+4
2009-06-20Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+4
2009-06-15debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim-12/+11
2009-06-15tracing: replace a GFP_ATOMIC with GFP_KERNEL allocationLi Zefan-1/+1
2009-06-15tracing: fix a typo in tracing_cpumask_write()Li Zefan-3/+3
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-130/+253
2009-06-01tracing: make trace pipe recognize latency format flagSteven Rostedt-0/+3
2009-05-28trace: disable preemption before taking raw spinlocksHeiko Carstens-0/+2
2009-05-25tracing: add trace_event_read_lock()Lai Jiangshan-0/+8
2009-05-15tracing: Append prompt in /debug/tracing/README fileGeunSik Lim-1/+1
2009-05-06tracing: reset ring buffer when removing modules with eventsSteven Rostedt-0/+10
2009-05-05tracing: use proper export symbol for tracing apiSteven Rostedt-3/+3
2009-05-05tracing: export stats of ring buffers to userspaceSteven Rostedt-0/+42
2009-04-29tracing: fix ref count in splice pagesSteven Rostedt-0/+1
2009-04-29tracing: have splice only copy full pagesSteven Rostedt-1/+1
2009-04-29tracing: only add splice page if entries existSteven Rostedt-2/+6
2009-04-29tracing: fix ref count in splice pagesSteven Rostedt-0/+1
2009-04-28tracing: convert ftrace_dump spinlocks to rawSteven Rostedt-3/+6
2009-04-22tracing/events: make struct trace_entry->type to be int typeLi Zefan-2/+2
2009-04-17tracing: protect trace_printk from recursionSteven Rostedt-2/+8
2009-04-17tracing: add EXPORT_SYMBOL_GPL for trace commitsSteven Rostedt-1/+3
2009-04-17tracing: fix file mode of trace and READMELi Zefan-2/+2
2009-04-17tracing: add saved_cmdlines file to show cached task commsAvadh Patel-0/+53
2009-04-14tracing/events: add export symbols for trace events in modulesSteven Rostedt-0/+3
2009-04-14tracing/filters: use ring_buffer_discard_commit() in filter_check_discard()Tom Zanussi-21/+24
2009-04-14tracing/filters: use ring_buffer_discard_commit for discarded eventsSteven Rostedt-2/+7
2009-04-14tracing/filters: add TRACE_EVENT_FORMAT_NOFILTER event macroTom Zanussi-2/+0
2009-04-14tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT eventsTom Zanussi-0/+25
2009-04-10Merge branch 'tracing/urgent' into tracing/coreIngo Molnar-15/+21
2009-04-10tracing: fix splice return too largeLai Jiangshan-2/+14
2009-04-10tracing: update file->f_pos when splice(2) itLai Jiangshan-7/+1
2009-04-10tracing: allocate page when neededLai Jiangshan-8/+8
2009-04-10tracing: disable seeking for trace_pipe_rawLai Jiangshan-1/+1
2009-04-07tracing/ftrace: factorize the tracing files creationFrederic Weisbecker-97/+62
2009-04-07Merge branch 'tracing/urgent' into tracing/ftraceIngo Molnar-5/+16
2009-04-07Update /debug/tracing/READMENikanth Karthikesan-2/+2
2009-04-07tracing/ftrace: alloc the started cpumask for the trace fileFrederic Weisbecker-1/+12
2009-04-07tracing/ftrace: fix missing include string.hFrederic Weisbecker-0/+1
2009-04-07tracing: fix incorrect return type of ns2usecs()Lai Jiangshan-2/+1
2009-04-07Merge branch 'linus' into tracing/coreIngo Molnar-10/+32
2009-03-31Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/...Ingo Molnar-12/+38
2009-03-24function-graph: add option to calculate graph time or notSteven Rostedt-1/+3
2009-03-24tracing: adding function timings to function profilerSteven Rostedt-11/+0