summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* perf/tracing: Fix regression of perf losing kprobe eventsSteven Rostedt2010-06-101-1/+3
* blktrace: Fix new kernel-doc warningsRandy Dunlap2010-05-311-0/+2
* perf_events, trace: Fix perf_trace_destroy(), mutex went missingPeter Zijlstra2010-05-311-1/+4
* perf_events, trace: Fix probe unregister racePeter Zijlstra2010-05-313-6/+12
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-302-8/+17
|\
| * ring-buffer: Move zeroing out excess in page to ring buffer codeSteven Rostedt2010-05-252-8/+9
| * ring-buffer: Reset "real_end" when page is filledSteven Rostedt2010-05-251-0/+8
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-2718-411/+683
|\|
| * perf, trace: Fix !x86 build bugPeter Zijlstra2010-05-251-1/+3
| * Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-213-113/+111
| |\
| | * perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to tr...Peter Zijlstra2010-05-213-67/+80
| | * perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoin...Peter Zijlstra2010-05-213-56/+37
| | * Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-05-2011-153/+677
| | |\
| | * | perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra2010-05-183-8/+13
| * | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Steven Rostedt2010-05-189-637/+339
| |\| |
| * | | tracing: Fix function declarations if !CONFIG_STACKTRACELi Zefan2010-05-141-2/+2
| * | | tracing: Combine event filter_active and enable into single flags fieldSteven Rostedt2010-05-144-15/+15
| * | | tracing: Remove duplicate id information in event structureSteven Rostedt2010-05-146-23/+26
| * | | tracing: Move print functions into event classSteven Rostedt2010-05-143-11/+17
| * | | tracing: Allow events to share their print functionsSteven Rostedt2010-05-149-78/+160
| * | | tracing: Move raw_init from events to classSteven Rostedt2010-05-144-10/+12
| * | | tracing: Move fields from event to class structureSteven Rostedt2010-05-146-31/+83
| * | | tracing: Remove per event trace registeringSteven Rostedt2010-05-144-23/+114
| * | | tracing: Let tracepoints have data passed to tracepoint callbacksSteven Rostedt2010-05-147-122/+150
| * | | tracing: Create class struct for eventsSteven Rostedt2010-05-145-20/+28
| * | | Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Steven Rostedt2010-05-143-8/+5
| |\ \ \
* | \ \ \ Merge branch 'master' into for-2.6.35Jens Axboe2010-05-2118-790/+1032
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-05-211-0/+16
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | [SCSI] add scsi trace core functions and put trace pointsKei Tokunaga2010-04-301-0/+1
| | * | | | [SCSI] ftrace: add __print_hex()Kei Tokunaga2010-04-301-0/+15
| * | | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-05-189-128/+551
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | tracing: Fix "integer as NULL pointer" warning.Thiago Farina2010-05-051-1/+1
| | * | | | ring-buffer: Wrap open-coded WARN_ONCEBorislav Petkov2010-05-041-9/+5
| | * | | | tracing: Fix sleep time function profilingSteven Rostedt2010-04-271-1/+5
| | * | | | tracing: Show sample std dev in function profilingChase Douglas2010-04-271-3/+21
| | * | | | ring-buffer: Make benchmark handle missed eventsSteven Rostedt2010-04-271-1/+2
| | * | | | ring-buffer: Make non-consuming read less expensive with lots of cpus.David Miller2010-04-272-13/+62
| | * | | | tracing: Add graph output support for irqsoff tracerJiri Olsa2010-04-274-29/+313
| | * | | | tracing: Have graph flags passed in to ouput functionsJiri Olsa2010-04-262-56/+73
| | * | | | tracing: Add ftrace events for graph tracerJiri Olsa2010-04-261-1/+27
| | * | | | tracing: Dump either the oops's cpu source or all cpus buffersFrederic Weisbecker2010-04-212-14/+42
| | * | | | Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2010-04-141-1/+1
| | |\ \ \ \
| | | * | | | tracing: Fix uninitialized variable of tracing/trace outputLai Jiangshan2010-04-051-1/+1
| * | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-183-8/+5
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | sched: Remove rq argument to the tracepointsPeter Zijlstra2010-05-073-8/+5
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-189-637/+339
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| |
| | * | | perf: Fix check at end of event searchDan Carpenter2010-05-061-1/+1
| | * | | hw-breakpoints: Get the number of available registers on boot dynamicallyFrederic Weisbecker2010-05-011-19/+7
| | * | | tracing/kprobes: Support basic types on dynamic eventsMasami Hiramatsu2010-04-142-220/+331
| | * | | Merge branch 'linus' into perf/coreIngo Molnar2010-04-0815-7/+20
| | |\| |