index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Lines
2010-05-18
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-8
/
+5
2010-05-18
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-637
/
+339
2010-05-18
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...
Steven Rostedt
-637
/
+339
2010-05-14
tracing: Fix function declarations if !CONFIG_STACKTRACE
Li Zefan
-2
/
+2
2010-05-14
tracing: Combine event filter_active and enable into single flags field
Steven Rostedt
-15
/
+15
2010-05-14
tracing: Remove duplicate id information in event structure
Steven Rostedt
-23
/
+26
2010-05-14
tracing: Move print functions into event class
Steven Rostedt
-11
/
+17
2010-05-14
tracing: Allow events to share their print functions
Steven Rostedt
-78
/
+160
2010-05-14
tracing: Move raw_init from events to class
Steven Rostedt
-10
/
+12
2010-05-14
tracing: Move fields from event to class structure
Steven Rostedt
-31
/
+83
2010-05-14
tracing: Remove per event trace registering
Steven Rostedt
-23
/
+114
2010-05-14
tracing: Let tracepoints have data passed to tracepoint callbacks
Steven Rostedt
-122
/
+150
2010-05-14
tracing: Create class struct for events
Steven Rostedt
-20
/
+28
2010-05-14
Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Steven Rostedt
-8
/
+5
2010-05-07
sched: Remove rq argument to the tracepoints
Peter Zijlstra
-8
/
+5
2010-05-06
perf: Fix check at end of event search
Dan Carpenter
-1
/
+1
2010-05-05
tracing: Fix "integer as NULL pointer" warning.
Thiago Farina
-1
/
+1
2010-05-04
ring-buffer: Wrap open-coded WARN_ONCE
Borislav Petkov
-9
/
+5
2010-05-01
hw-breakpoints: Get the number of available registers on boot dynamically
Frederic Weisbecker
-19
/
+7
2010-04-30
[SCSI] add scsi trace core functions and put trace points
Kei Tokunaga
-0
/
+1
2010-04-30
[SCSI] ftrace: add __print_hex()
Kei Tokunaga
-0
/
+15
2010-04-27
tracing: Fix sleep time function profiling
Steven Rostedt
-1
/
+5
2010-04-27
tracing: Show sample std dev in function profiling
Chase Douglas
-3
/
+21
2010-04-27
ring-buffer: Make benchmark handle missed events
Steven Rostedt
-1
/
+2
2010-04-27
ring-buffer: Make non-consuming read less expensive with lots of cpus.
David Miller
-13
/
+62
2010-04-27
tracing: Add graph output support for irqsoff tracer
Jiri Olsa
-29
/
+313
2010-04-26
tracing: Have graph flags passed in to ouput functions
Jiri Olsa
-56
/
+73
2010-04-26
tracing: Add ftrace events for graph tracer
Jiri Olsa
-1
/
+27
2010-04-21
tracing: Dump either the oops's cpu source or all cpus buffers
Frederic Weisbecker
-14
/
+42
2010-04-14
tracing/kprobes: Support basic types on dynamic events
Masami Hiramatsu
-220
/
+331
2010-04-14
Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
-1
/
+1
2010-04-08
Merge branch 'linus' into perf/core
Ingo Molnar
-7
/
+20
2010-04-08
Merge branch 'linus' into tracing/core
Ingo Molnar
-9
/
+29
2010-04-05
tracing: Fix uninitialized variable of tracing/trace output
Lai Jiangshan
-1
/
+1
2010-04-05
Merge branch 'master' into export-slabh
Tejun Heo
-7
/
+16
2010-04-04
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-2
/
+9
2010-04-02
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
-5
/
+20
2010-04-01
perf: Correctly align perf event tracing buffer
Frederic Weisbecker
-2
/
+9
2010-03-31
ring-buffer: Add lost event count to end of sub buffer
Steven Rostedt
-4
/
+33
2010-03-31
tracing: Show the lost events in the trace_pipe output
Steven Rostedt
-8
/
+22
2010-03-31
ring-buffer: Add place holder recording of dropped events
Steven Rostedt
-12
/
+73
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
-2
/
+13
2010-03-29
ring-buffer: Add missing unlock
Julia Lawall
-3
/
+5
2010-03-29
tracing: Fix lockdep warning in global_clock()
Li Zefan
-2
/
+2
2010-03-26
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-3
/
+11
2010-03-26
x86, perf, bts, mm: Delete the never used BTS-ptrace code
Peter Zijlstra
-397
/
+0
2010-03-18
ring-buffer: Do 8 byte alignment for 64 bit that can not handle 4 byte align
Steven Rostedt
-3
/
+11
2010-03-18
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-75
/
+80
2010-03-17
perf: Fix unexported generic perf_arch_fetch_caller_regs
Frederic Weisbecker
-0
/
+2
2010-03-13
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-11
/
+15
[prev]
[next]