index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-13
tracing: fix stack tracer header
Steven Rostedt
1
-2
/
+2
2009-03-13
tracing: export trace formats to user space
Steven Rostedt
1
-5
/
+114
2009-03-13
tracing: have event_trace_printk use static tracer
Steven Rostedt
2
-10
/
+17
2009-03-13
tracing: make bprint event use the proper event id
Steven Rostedt
1
-1
/
+1
2009-03-13
tracing/core: bring back raw trace_printk for dynamic formats strings
Frederic Weisbecker
7
-26
/
+186
2009-03-13
tracing: show that buffer size is not expanded
Steven Rostedt
1
-2
/
+10
2009-03-13
ring-buffer: remove unneeded get_online_cpus
Steven Rostedt
1
-76
/
+14
2009-03-13
ring-buffer: use CONFIG_HOTPLUG_CPU not CONFIG_HOTPLUG
Steven Rostedt
1
-5
/
+5
2009-03-13
tracing: protect ring_buffer_expanded with trace_types_lock
Steven Rostedt
1
-1
/
+4
2009-03-13
tracing: fix comments about trace buffer resizing
Steven Rostedt
1
-3
/
+16
2009-03-13
Merge branch 'tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Steven Rostedt
5
-23
/
+29
2009-03-12
ring-buffer: only allocate buffers for online cpus
Steven Rostedt
2
-56
/
+216
2009-03-12
tracing: fix trace_wait to know to wait on all cpus or just one
Steven Rostedt
1
-0
/
+13
2009-03-12
tracing: expand the ring buffers when an event is activated
Steven Rostedt
3
-0
/
+31
2009-03-12
tracing: keep ring buffer to minimum size till used
Steven Rostedt
1
-20
/
+59
2009-03-11
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
1
-3
/
+7
2009-03-11
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
11
-90
/
+116
2009-03-11
tracing: use raw spinlocks for trace_vprintk
Steven Rostedt
1
-3
/
+7
2009-03-10
trace_clock: fix preemption bug
Peter Zijlstra
1
-1
/
+8
2009-03-10
tracing: remove funky whitespace in the trace code
Steven Rostedt
8
-70
/
+70
2009-03-10
tracing: update comments to match event code macros
Steven Rostedt
3
-11
/
+12
2009-03-10
tracing: flip the TP_printk and TP_fast_assign in the TRACE_EVENT macro
Steven Rostedt
3
-4
/
+4
2009-03-10
tracing: add back the available_events file
Steven Rostedt
1
-0
/
+14
2009-03-10
tracing: do not allow modifying the ftrace events via the event files
Steven Rostedt
1
-3
/
+15
2009-03-10
tracing: fix printk format specifier
Steven Rostedt
1
-7
/
+6
2009-03-10
tracing: Don't assume possible cpu list have continuous numbers
KOSAKI Motohiro
1
-7
/
+7
2009-03-10
Merge branch 'x86/core' into tracing/ftrace
Ingo Molnar
1
-1
/
+1
2009-03-10
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
10
-316
/
+158
2009-03-10
tracing: remove obsolete TRACE_EVENT_FORMAT macro
Steven Rostedt
2
-8
/
+1
2009-03-10
tracing: new format for specialized trace points
Steven Rostedt
7
-217
/
+124
2009-03-10
tracing: use generic __stringify
Steven Rostedt
3
-9
/
+5
2009-03-10
tracing: replace TP<var> with TP_<var>
Steven Rostedt
5
-80
/
+25
2009-03-10
tracing: typecast sizeof and offsetof to unsigned int
Steven Rostedt
3
-18
/
+19
2009-03-09
tracing: Don't use tracing_record_cmdline() in workqueue tracer
KOSAKI Motohiro
1
-3
/
+2
2009-03-08
ftrace: tracing header should put '#' at the beginning of a line
KOSAKI Motohiro
1
-10
/
+10
2009-03-08
Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'tracing...
Ingo Molnar
1
-1
/
+1
2009-03-06
tracing: trace_bprintk() cleanups
Ingo Molnar
1
-11
/
+8
2009-03-06
tracing/core: drop the old trace_printk() implementation in favour of trace_b...
Frederic Weisbecker
9
-280
/
+126
2009-03-06
tracing: add trace_bprintk()
Lai Jiangshan
2
-10
/
+92
2009-03-06
tracing: infrastructure for supporting binary record
Lai Jiangshan
6
-0
/
+237
2009-03-06
Merge branch 'x86/core' into tracing/textedit
Ingo Molnar
1
-1
/
+1
2009-03-06
tracing: fix deadlock when setting set_ftrace_pid
KOSAKI Motohiro
1
-6
/
+1
2009-03-06
tracing: current tip/master can't enable ftrace
KOSAKI Motohiro
1
-0
/
+1
2009-03-06
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
10
-76
/
+329
2009-03-06
Merge branches 'tracing/ftrace' and 'tracing/function-graph-tracer' into trac...
Ingo Molnar
1
-1
/
+1
2009-03-06
tracing: add format files for ftrace default entries
Steven Rostedt
5
-6
/
+255
2009-03-06
tracing: move print of event format to separate file
Steven Rostedt
2
-52
/
+56
2009-03-06
tracing: make all file_operations const
Steven Rostedt
4
-19
/
+19
2009-03-05
tracing: clean up menu
Ingo Molnar
1
-13
/
+16
2009-03-05
tracing/function-graph-tracer: use the more lightweight local clock
Frederic Weisbecker
1
-1
/
+1
[next]