summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Fix trace_buf_size boot optionLi Zefan2009-06-241-3/+2Star
* tracing: Reset iterator in t_start()Li Zefan2009-06-241-14/+4Star
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-06-201-4/+4
|\
| * tracing: replace a GFP_ATOMIC with GFP_KERNEL allocationLi Zefan2009-06-151-1/+1
| * tracing: fix a typo in tracing_cpumask_write()Li Zefan2009-06-151-3/+3
* | debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim2009-06-161-12/+11Star
|/
* Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-06-111-130/+253
|\
| * tracing: make trace pipe recognize latency format flagSteven Rostedt2009-06-021-0/+3
| * trace: disable preemption before taking raw spinlocksHeiko Carstens2009-05-281-0/+2
| * tracing: add trace_event_read_lock()Lai Jiangshan2009-05-251-0/+8
| * tracing: reset ring buffer when removing modules with eventsSteven Rostedt2009-05-071-0/+10
| * tracing: use proper export symbol for tracing apiSteven Rostedt2009-05-061-3/+3
| * tracing: export stats of ring buffers to userspaceSteven Rostedt2009-05-051-0/+42
| * tracing: have splice only copy full pagesSteven Rostedt2009-04-291-1/+1
| * tracing: only add splice page if entries existSteven Rostedt2009-04-291-2/+6
| * tracing: fix ref count in splice pagesSteven Rostedt2009-04-291-0/+1
| * tracing: convert ftrace_dump spinlocks to rawSteven Rostedt2009-04-281-3/+6
| * tracing/events: make struct trace_entry->type to be int typeLi Zefan2009-04-221-2/+2
| * tracing: protect trace_printk from recursionSteven Rostedt2009-04-171-2/+8
| * tracing: add EXPORT_SYMBOL_GPL for trace commitsSteven Rostedt2009-04-171-1/+3
| * tracing: fix file mode of trace and READMELi Zefan2009-04-171-2/+2
| * tracing: add saved_cmdlines file to show cached task commsAvadh Patel2009-04-171-0/+53
| * tracing/events: add export symbols for trace events in modulesSteven Rostedt2009-04-141-0/+3
| * tracing/filters: use ring_buffer_discard_commit() in filter_check_discard()Tom Zanussi2009-04-141-21/+24
| * tracing/filters: use ring_buffer_discard_commit for discarded eventsSteven Rostedt2009-04-141-2/+7
| * tracing/filters: add TRACE_EVENT_FORMAT_NOFILTER event macroTom Zanussi2009-04-141-2/+0Star
| * tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT eventsTom Zanussi2009-04-141-0/+25
| * Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-04-101-15/+21
| |\
| * | tracing/ftrace: factorize the tracing files creationFrederic Weisbecker2009-04-071-97/+62Star
| * | Merge branch 'tracing/urgent' into tracing/ftraceIngo Molnar2009-04-071-5/+16
| |\ \
| * \ \ Merge branch 'linus' into tracing/coreIngo Molnar2009-04-071-10/+32
| |\ \ \
| * | | | function-graph: add option to calculate graph time or notSteven Rostedt2009-03-251-1/+3
| * | | | tracing: adding function timings to function profilerSteven Rostedt2009-03-251-11/+0Star
* | | | | tracing: Append prompt in /debug/tracing/README fileGeunSik Lim2009-05-151-1/+1
* | | | | tracing: fix ref count in splice pagesSteven Rostedt2009-04-291-0/+1
| |_|_|/ |/| | |
* | | | tracing: fix splice return too largeLai Jiangshan2009-04-101-2/+14
* | | | tracing: update file->f_pos when splice(2) itLai Jiangshan2009-04-101-7/+1Star
* | | | tracing: allocate page when neededLai Jiangshan2009-04-101-8/+8
* | | | tracing: disable seeking for trace_pipe_rawLai Jiangshan2009-04-101-1/+1
| |_|/ |/| |
* | | Update /debug/tracing/READMENikanth Karthikesan2009-04-071-2/+2
* | | tracing/ftrace: alloc the started cpumask for the trace fileFrederic Weisbecker2009-04-071-1/+12
* | | tracing/ftrace: fix missing include string.hFrederic Weisbecker2009-04-071-0/+1
* | | tracing: fix incorrect return type of ns2usecs()Lai Jiangshan2009-04-071-2/+1Star
| |/ |/|
| |
| \
| \
| \
*---. \ Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/...Ingo Molnar2009-03-311-12/+38
|\ \ \ \ | | | |/ | | |/|
| | * | function-graph: add option for include sleep timesSteven Rostedt2009-03-241-1/+2
| | * | tracing/ftrace: check if debugfs is registered before creating filesFrederic Weisbecker2009-03-231-0/+3
| | * | tracing: fix four sparse warningsDmitri Vorobiev2009-03-221-1/+1
| |/ / |/| |
| * | tracing/function-graph-tracer: fix functions call traces imbalanceFrederic Weisbecker2009-03-231-5/+11
| * | tracing/events: don't use wake up for eventsFrederic Weisbecker2009-03-231-5/+21
|/ /
* | tracing/function-graph-tracer: prevent hangs during self-testsFrederic Weisbecker2009-03-221-3/+23