index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-07
tracing: Move event storage for array from macro to standalone function
Steven Rostedt
3
-14
/
+25
2014-03-07
tracing: Move raw output code from macro to standalone function
Steven Rostedt
1
-0
/
+31
2014-02-20
ftrace: Have static function trace clear ENABLED flag on unregister
Steven Rostedt (Red Hat)
1
-1
/
+7
2014-02-20
tracing: Add trace_clock=<clock> kernel parameter
Steven Rostedt
1
-16
/
+45
2014-02-20
tracing/uprobes: Support mix of ftrace and perf
Namhyung Kim
1
-8
/
+1
2014-02-20
tracing/uprobes: Support event triggering
Namhyung Kim
1
-2
/
+4
2014-02-20
tracing/uprobes: Support ftrace_event_file base multibuffer
zhangwei(Jovi)
3
-38
/
+101
2014-02-20
tracing/uprobes: Move argument fetching to uprobe_dispatcher()
Namhyung Kim
1
-37
/
+56
2014-02-20
tracing/uprobes: Rename uprobe_{trace,perf}_print() functions
Namhyung Kim
1
-6
/
+6
2014-02-20
ftrace: Allow for function tracing instance to filter functions
Steven Rostedt (Red Hat)
4
-14
/
+94
2014-02-20
ftrace: Pass in global_ops for use with filtering files
Steven Rostedt (Red Hat)
1
-4
/
+8
2014-02-20
ftrace: Allow instances to use function tracing
Steven Rostedt (Red Hat)
2
-40
/
+81
2014-02-20
tracing: Convert tracer->enabled to counter
Steven Rostedt (Red Hat)
2
-4
/
+4
2014-02-20
tracing: Disable tracers before deletion of instance
Steven Rostedt (Red Hat)
1
-0
/
+18
2014-02-20
ftrace: Copy ops private to global_ops private
Steven Rostedt (Red Hat)
1
-9
/
+8
2014-02-20
tracing: Only let top level have option files
Steven Rostedt (Red Hat)
1
-3
/
+5
2014-02-20
tracing: Set up infrastructure to allow tracers for instances
Steven Rostedt (Red Hat)
3
-16
/
+60
2014-02-20
tracing: Pass trace_array to flag_changed callback
Steven Rostedt (Red Hat)
4
-4
/
+8
2014-02-20
tracing: Pass trace_array to set_flag callback
Steven Rostedt (Red Hat)
8
-17
/
+27
2014-02-11
ring-buffer: Fix first commit on sub-buffer having non-zero delta
Steven Rostedt (Red Hat)
1
-0
/
+7
2014-01-30
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+8
2014-01-27
Merge tag 'trace-fixes-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-32
/
+81
2014-01-23
tracing: Check if tracing is enabled in trace_puts()
Steven Rostedt (Red Hat)
1
-0
/
+6
2014-01-23
tracing: Fix formatting of trace README file
Steven Rostedt (Red Hat)
1
-52
/
+64
2014-01-22
tracing/README: Add event file usage to tracing mini-HOWTO
Tom Zanussi
1
-3
/
+34
2014-01-22
Merge tag 'trace-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
13
-908
/
+3061
2014-01-19
tracing: Fix buggered tee(2) on tracing_pipe
Al Viro
1
-7
/
+1
2014-01-14
tracing: Have trace buffer point back to trace_array
Steven Rostedt (Red Hat)
1
-0
/
+2
2014-01-13
ftrace: Fix synchronization location disabling and freeing ftrace_ops
Steven Rostedt (Red Hat)
1
-26
/
+32
2014-01-13
ftrace: Have function graph only trace based on global_ops filters
Steven Rostedt (Red Hat)
1
-1
/
+44
2014-01-13
sched/clock, x86: Use a static_key for sched_clock_stable
Peter Zijlstra
1
-1
/
+1
2014-01-13
sched/deadline: Add SCHED_DEADLINE inheritance logic
Dario Faggioli
1
-0
/
+1
2014-01-13
sched/deadline: Add latency tracing for SCHED_DEADLINE tasks
Dario Faggioli
2
-18
/
+79
2014-01-09
ftrace: Synchronize setting function_trace_op with ftrace_trace_function
Steven Rostedt (Red Hat)
1
-15
/
+72
2014-01-09
tracing: Show available event triggers when no trigger is set
Steven Rostedt (Red Hat)
1
-0
/
+20
2014-01-09
tracing: Consolidate event trigger code
Steven Rostedt (Red Hat)
2
-80
/
+16
2014-01-09
tracing: Fix counter for traceon/off event triggers
Steven Rostedt (Red Hat)
1
-2
/
+8
2014-01-06
tracing: Remove double-underscore naming in syscall trigger invocations
Tom Zanussi
1
-8
/
+8
2014-01-06
tracing/kprobes: Add trace event trigger invocations
Tom Zanussi
1
-6
/
+36
2014-01-03
tracing/probes: Fix build break on !CONFIG_KPROBE_EVENT
Namhyung Kim
2
-8
/
+8
2014-01-02
tracing/uprobes: Add @+file_offset fetch method
Namhyung Kim
4
-1
/
+62
2014-01-02
tracing/uprobes: Add support for full argument access methods
Namhyung Kim
1
-12
/
+22
2014-01-02
tracing/uprobes: Fetch args before reserving a ring buffer
Namhyung Kim
1
-14
/
+132
2014-01-02
tracing/uprobes: Pass 'is_return' to traceprobe_parse_probe_arg()
Namhyung Kim
1
-1
/
+1
2014-01-02
tracing/probes: Implement 'memory' fetch method for uprobes
Namhyung Kim
4
-81
/
+129
2014-01-02
tracing/probes: Add fetch{,_size} member into deref fetch method
Hyeoncheol Lee
1
-2
/
+20
2014-01-02
tracing/probes: Move 'symbol' fetch method to kprobes
Namhyung Kim
4
-59
/
+91
2014-01-02
tracing/probes: Implement 'stack' fetch method for uprobes
Namhyung Kim
4
-26
/
+66
2014-01-02
tracing/probes: Split [ku]probes_fetch_type_table
Namhyung Kim
4
-39
/
+119
2014-01-02
tracing/probes: Move fetch function helpers to trace_probe.h
Namhyung Kim
2
-61
/
+78
[next]