summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* tracing/events: move declarations from trace directory to core includeSteven Rostedt2009-04-142-133/+1
* tracing: make trace_seq operations available for core kernelSteven Rostedt2009-04-142-28/+3
* tracing: consolidate trace and trace_event headersSteven Rostedt2009-04-144-8/+9
* tracing/filters: allow on-the-fly filter switchingTom Zanussi2009-04-146-128/+150
* Merge branch 'linus' into tracing/coreIngo Molnar2009-04-144-12/+22
|\
| * 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/filters: use ring_buffer_discard_commit() in filter_check_discard()Tom Zanussi2009-04-147-43/+48
* | tracing/infrastructure: separate event tracer from event supportTom Zanussi2009-04-142-3/+7
* | tracing/filters: use ring_buffer_discard_commit for discarded eventsSteven Rostedt2009-04-143-5/+11
* | ring-buffer: add ring_buffer_discard_commitSteven Rostedt2009-04-141-21/+104
* | tracing/filters: add TRACE_EVENT_FORMAT_NOFILTER event macroTom Zanussi2009-04-144-3/+36
* | tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT eventsTom Zanussi2009-04-1411-14/+127
* | blktrace: fix output of BLK_TC_PC eventsLi Zefan2009-04-121-8/+80
* | blktrace: fix output of unknown eventsLi Zefan2009-04-121-1/+1
* | tracing, kmemtrace: Separate include/trace/kmemtrace.h to kmemtrace part and ...Zhaolei2009-04-122-2/+2
* | Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-04-103-21/+27
|\|
| * 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: clean up enable logic for sched_switchZhaolei2009-04-071-5/+5
* | | function-graph: use int instead of atomic for ftrace_graph_activeSteven Rostedt2009-04-071-7/+7
* | | tracing/ftrace: factorize the tracing files creationFrederic Weisbecker2009-04-078-151/+86
* | | tracing: use macros to denote usec and nsec per secondLi Zefan2009-04-072-4/+7
* | | Merge branch 'tracing/urgent' into tracing/ftraceIngo Molnar2009-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 'linus' into tracing/coreIngo Molnar2009-04-0717-424/+1408
|\ \ \ \ | | |_|/ | |/| |
| * | | 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