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