index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace.c
Age
Commit message (
Expand
)
Author
2009-03-11
tracing: fix trace_wait to know to wait on all cpus or just one
Steven Rostedt
2009-03-11
tracing: expand the ring buffers when an event is activated
Steven Rostedt
2009-03-11
tracing: keep ring buffer to minimum size till used
Steven Rostedt
2009-03-11
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
2009-03-10
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
2009-03-10
tracing: use raw spinlocks for trace_vprintk
Steven Rostedt
2009-03-10
tracing: remove funky whitespace in the trace code
Steven Rostedt
2009-03-08
ftrace: tracing header should put '#' at the beginning of a line
KOSAKI Motohiro
2009-03-06
tracing/core: drop the old trace_printk() implementation in favour of trace_b...
Frederic Weisbecker
2009-03-06
tracing: add trace_bprintk()
Lai Jiangshan
2009-03-06
tracing: infrastructure for supporting binary record
Lai Jiangshan
2009-03-05
tracing: make all file_operations const
Steven Rostedt
2009-03-05
tracing: rename ftrace_printk() => trace_printk()
Ingo Molnar
2009-03-04
tracing: consolidate print_lat_fmt and print_trace_fmt
Steven Rostedt
2009-03-04
tracing: remove extra latency_trace method from trace structure
Steven Rostedt
2009-03-04
tracing: add latency output format option
Steven Rostedt
2009-03-04
tracing: fix seq read from trace files
Steven Rostedt
2009-03-04
tracing: do not return EFAULT if read copied anything
Steven Rostedt
2009-03-04
tracing: add cpu_file intialization for ftrace_dump
Steven Rostedt
2009-03-04
tracing: add lockdep tracepoints for lock acquire/release
Peter Zijlstra
2009-03-03
tracing: add binary buffer files for use with splice
Steven Rostedt
2009-03-02
tracing: make trace_seq_reset global and rename to trace_seq_init
Steven Rostedt
2009-02-28
tracing: add interface to write into current tracer buffer
Steven Rostedt
2009-02-27
tracing: replace kzalloc with kcalloc
Steven Rostedt
2009-02-27
tracing: use newline separator for trace options list
Steven Rostedt
2009-02-27
tracing: use pointer error returns for __tracing_open
Steven Rostedt
2009-02-26
tracing: add protection around open use of current_tracer
Steven Rostedt
2009-02-26
tracing: add tracer dependent options to options directory
Steven Rostedt
2009-02-26
tracing: add options directory and core option files
Steven Rostedt
2009-02-26
tracing/core: make the per cpu trace files in per cpu directories
Frederic Weisbecker
2009-02-25
tracing/core: make the read callbacks reentrants
Frederic Weisbecker
2009-02-25
tracing/core: introduce per cpu tracing files
Frederic Weisbecker
2009-02-25
tracing: remove /debug/tracing/latency_trace
Ingo Molnar
2009-02-18
tracing/core: remove unused parameter in tracing_fill_pipe_page()
Frederic Weisbecker
2009-02-18
tracing/core: use appropriate waiting on trace_pipe
Frederic Weisbecker
2009-02-17
tracing: use the more proper parameter
Wenji Huang
2009-02-11
tracing: fix sparse warning: attribute function with __acquires/__releases
Hannes Eder
2009-02-11
tracing: fix sparse warnings: fix (un-)signedness
Hannes Eder
2009-02-11
tracing: fix sparse warnings: make symbols static
Hannes Eder
2009-02-10
tracing: fix typos in comments
Wenji Huang
2009-02-09
tracing: clean up splice code
Steven Rostedt
2009-02-09
tracing: Move pipe waiting code out of tracing_read_pipe().
Eduard - Gabriel Munteanu
2009-02-09
tracing: splice support for tracing_pipe
Eduard - Gabriel Munteanu
2009-02-09
tracing/function-graph-tracer: handle the leaf functions from trace_pipe
Frederic Weisbecker
2009-02-09
tracing: handle unregistering the current tracer
Arnaldo Carvalho de Melo
2009-02-09
Merge branch 'tip/tracing/core/devel' of git://git.kernel.org/pub/scm/linux/k...
Ingo Molnar
2009-02-07
trace: remove deprecated entry->cpu
Steven Rostedt
2009-02-06
trace: Call tracing_reset_online_cpus before tracer->init()
Arnaldo Carvalho de Melo
2009-02-06
tracing: Introduce trace_buffer_{lock_reserve,unlock_commit}
Arnaldo Carvalho de Melo
2009-02-06
ring_buffer: remove unused flags parameter
Arnaldo Carvalho de Melo
[prev]
[next]