summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* tracing: Fix branch tracer headerZhaolei2009-04-141-0/+8
* tracing: Fix power tracer headerZhaolei2009-04-131-0/+7
* tracing/filters: return proper error code when writing filter fileLi Zefan2009-04-122-6/+8
* tracing/filters: allow user input integer to be oct or hexLi Zefan2009-04-121-2/+3
* tracing/filters: fix NULL pointer dereferenceLi Zefan2009-04-121-0/+5
* tracing/filters: NIL-terminate user input filterLi Zefan2009-04-121-0/+2
* ftrace: Output REC->var instead of __entry->var for trace formatZhaolei2009-04-101-2/+2
* tracing: fix document referencesLi Zefan2009-04-101-2/+2
* tracing: fix splice return too largeLai Jiangshan2009-04-101-2/+14
* tracing: update file->f_pos when splice(2) itLai Jiangshan2009-04-101-7/+1
* tracing: allocate page when neededLai Jiangshan2009-04-101-8/+8
* tracing: disable seeking for trace_pipe_rawLai Jiangshan2009-04-101-1/+1
* blktrace: pass the right pointer to kfree()Li Zefan2009-04-091-5/+5
* tracing/syscalls: use a dedicated file headerFrederic Weisbecker2009-04-091-1/+1
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-04-077-12/+33
|\
| * ftrace: Correct a text align for event format outputZhaolei2009-04-071-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
| * ftrace: Add check of sched_stopped for probe_sched_wakeupZhaolei2009-04-071-0/+3
| * tracing/ftrace: fix missing include string.hFrederic Weisbecker2009-04-071-0/+1
| * tracing: fix incorrect return type of ns2usecs()Lai Jiangshan2009-04-073-4/+3
| * tracing: remove CALLER_ADDR2 from wakeup tracerSteven Rostedt2009-04-071-1/+7
| * Merge branch 'tracing/blktrace-fixes' into tracing/urgentIngo Molnar2009-04-071-3/+4
| |\
| | * blktrace: fix pdu_len when tracing packet command requestsLi Zefan2009-04-031-1/+1
| | * blktrace: small cleanup in blk_msg_write()Li Zefan2009-04-031-1/+1
| | * blktrace: NUL-terminate user space messagesCarl Henrik Lunde2009-04-031-2/+3
* | | Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-062-97/+228
|\ \ \
| * | | kmemtrace: small cleanupsIngo Molnar2009-04-031-61/+67
| * | | kmemtrace: restore original tracing data binary format, improve ABIEduard - Gabriel Munteanu2009-04-031-24/+58
| * | | kmemtrace: kmemtrace_alloc() must fill type_idEduard - Gabriel Munteanu2009-04-031-0/+1
| * | | kmemtrace: use tracepointsEduard - Gabriel Munteanu2009-04-032-61/+151
* | | | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-0539-2492/+11202
|\| | |
| * | | ring-buffer: do not remove reader page from list on ring buffer freeSteven Rostedt2009-04-011-1/+0
| * | | function-graph: allow unregistering twiceSteven Rostedt2009-04-011-0/+4
| |/ /
| | |
| | \
| | \
| | \
| *---. | Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/...Ingo Molnar2009-03-3118-341/+1256
| |\ \ \|
| | | | * blktrace: print out BLK_TN_MESSAGE properlyLi Zefan2009-03-311-19/+61
| | | | * blktrace: extract duplidate codeLi Zefan2009-03-311-32/+30
| | | | * blktrace: fix memory leak when freeing struct blk_io_traceLi Zefan2009-03-311-17/+12
| | | | * blktrace: fix blk_probes_ref chaosLi Zefan2009-03-311-8/+7
| | | | * blktrace: make classic output more classicLi Zefan2009-03-311-4/+4
| | | | * blktrace: fix off-by-one bugLi Zefan2009-03-311-2/+2
| | | | * blktrace: fix the original blktraceLi Zefan2009-03-311-7/+5
| | | | * blktrace: fix a race when creating blk_tree_root in debugfsLi Zefan2009-03-311-1/+5
| | | | * blktrace: fix timestamp in binary outputLi Zefan2009-03-311-1/+1
| | | | * blktrace: print human-readable act_maskLi Zefan2009-03-241-38/+65
| | | | * blktrace: fix t_error()Li Zefan2009-03-241-1/+1
| | | | * blktrace: fix wrong calculation of RWBSLi Zefan2009-03-241-6/+7
| | | | * blktrace: mark ddir_act[] constLi Zefan2009-03-241-4/+4
| | | | * blktrace: avoid accessing NULL bdev->bd_diskLi Zefan2009-03-211-2/+11
| | | | * blktrace: remove sysfs_blk_trace_enable_show/store()Li Zefan2009-03-211-70/+22