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
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
/
trace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-11
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-130
/
+253
2009-06-02
tracing: make trace pipe recognize latency format flag
Steven Rostedt
1
-0
/
+3
2009-05-28
trace: disable preemption before taking raw spinlocks
Heiko Carstens
1
-0
/
+2
2009-05-26
tracing: add trace_event_read_lock()
Lai Jiangshan
1
-0
/
+8
2009-05-15
tracing: Append prompt in /debug/tracing/README file
GeunSik Lim
1
-1
/
+1
2009-05-07
tracing: reset ring buffer when removing modules with events
Steven Rostedt
1
-0
/
+10
2009-05-06
tracing: use proper export symbol for tracing api
Steven Rostedt
1
-3
/
+3
2009-05-05
tracing: export stats of ring buffers to userspace
Steven Rostedt
1
-0
/
+42
2009-04-29
tracing: fix ref count in splice pages
Steven Rostedt
1
-0
/
+1
2009-04-29
tracing: have splice only copy full pages
Steven Rostedt
1
-1
/
+1
2009-04-29
tracing: only add splice page if entries exist
Steven Rostedt
1
-2
/
+6
2009-04-29
tracing: fix ref count in splice pages
Steven Rostedt
1
-0
/
+1
2009-04-28
tracing: convert ftrace_dump spinlocks to raw
Steven Rostedt
1
-3
/
+6
2009-04-22
tracing/events: make struct trace_entry->type to be int type
Li Zefan
1
-2
/
+2
2009-04-18
tracing: protect trace_printk from recursion
Steven Rostedt
1
-2
/
+8
2009-04-18
tracing: add EXPORT_SYMBOL_GPL for trace commits
Steven Rostedt
1
-1
/
+3
2009-04-17
tracing: fix file mode of trace and README
Li Zefan
1
-2
/
+2
2009-04-17
tracing: add saved_cmdlines file to show cached task comms
Avadh Patel
1
-0
/
+53
2009-04-14
tracing/events: add export symbols for trace events in modules
Steven Rostedt
1
-0
/
+3
2009-04-14
tracing/filters: use ring_buffer_discard_commit() in filter_check_discard()
Tom Zanussi
1
-21
/
+24
2009-04-14
tracing/filters: use ring_buffer_discard_commit for discarded events
Steven Rostedt
1
-2
/
+7
2009-04-14
tracing/filters: add TRACE_EVENT_FORMAT_NOFILTER event macro
Tom Zanussi
1
-2
/
+0
2009-04-14
tracing/filters: add run-time field descriptions to TRACE_EVENT_FORMAT events
Tom Zanussi
1
-0
/
+25
2009-04-10
Merge branch 'tracing/urgent' into tracing/core
Ingo Molnar
1
-15
/
+21
2009-04-10
tracing: fix splice return too large
Lai Jiangshan
1
-2
/
+14
2009-04-10
tracing: update file->f_pos when splice(2) it
Lai Jiangshan
1
-7
/
+1
2009-04-10
tracing: allocate page when needed
Lai Jiangshan
1
-8
/
+8
2009-04-10
tracing: disable seeking for trace_pipe_raw
Lai Jiangshan
1
-1
/
+1
2009-04-07
tracing/ftrace: factorize the tracing files creation
Frederic Weisbecker
1
-97
/
+62
2009-04-07
Merge branch 'tracing/urgent' into tracing/ftrace
Ingo Molnar
1
-5
/
+16
2009-04-07
Update /debug/tracing/README
Nikanth Karthikesan
1
-2
/
+2
2009-04-07
tracing/ftrace: alloc the started cpumask for the trace file
Frederic Weisbecker
1
-1
/
+12
2009-04-07
tracing/ftrace: fix missing include string.h
Frederic Weisbecker
1
-0
/
+1
2009-04-07
tracing: fix incorrect return type of ns2usecs()
Lai Jiangshan
1
-2
/
+1
2009-04-07
Merge branch 'linus' into tracing/core
Ingo Molnar
1
-10
/
+32
2009-03-31
Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/...
Ingo Molnar
1
-12
/
+38
2009-03-25
function-graph: add option to calculate graph time or not
Steven Rostedt
1
-1
/
+3
2009-03-25
tracing: adding function timings to function profiler
Steven Rostedt
1
-11
/
+0
2009-03-24
function-graph: add option for include sleep times
Steven Rostedt
1
-1
/
+2
2009-03-24
tracing/function-graph-tracer: fix functions call traces imbalance
Frederic Weisbecker
1
-5
/
+11
2009-03-23
tracing/ftrace: check if debugfs is registered before creating files
Frederic Weisbecker
1
-0
/
+3
2009-03-23
tracing/events: don't use wake up for events
Frederic Weisbecker
1
-5
/
+21
2009-03-22
tracing: fix four sparse warnings
Dmitri Vorobiev
1
-1
/
+1
2009-03-22
tracing/function-graph-tracer: prevent hangs during self-tests
Frederic Weisbecker
1
-3
/
+23
2009-03-20
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
1
-47
/
+38
2009-03-20
Merge branches 'tracing/ftrace', 'tracing/kprobes', 'tracing/tasks' and 'linu...
Ingo Molnar
1
-14
/
+21
2009-03-19
tracing: remove recording function depth from trace_printk
Steven Rostedt
1
-5
/
+3
2009-03-19
tracing: make print_(b)printk_msg_only global
Steven Rostedt
1
-34
/
+2
2009-03-18
tracing: give easy way to clear trace buffer
Steven Rostedt
1
-8
/
+33
2009-03-18
tracing: fix command line to pid reverse map
Carsten Emde
1
-5
/
+11
[next]