index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
sys_ni.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-10-14
ftrace: mcount_addr defined but not used
Steven Noonan
1
-8
/
+8
2008-10-14
ftrace: add nop tracer
Steven Noonan
5
-0
/
+89
2008-10-14
ftrace: inject markers via trace_marker file
Pekka Paalanen
3
-8
/
+77
2008-10-14
mmiotrace: remove left-over marker cruft
Pekka Paalanen
2
-66
/
+1
2008-10-14
mmiotrace: handle TRACE_PRINT entries
Pekka Paalanen
3
-20
/
+53
2008-10-14
x86 mmiotrace: implement mmiotrace_printk()
Pekka Paalanen
4
-3
/
+42
2008-10-14
ftrace: add trace_vprintk()
Pekka Paalanen
2
-6
/
+19
2008-10-14
ftrace: move mmiotrace functions out of trace.c
Pekka Paalanen
3
-53
/
+50
2008-10-14
x86 mmiotrace: fix a rare memory leak
Pekka Paalanen
1
-1
/
+3
2008-10-14
ftrace: fix unlocking of hash
Steven Rostedt
1
-1
/
+2
2008-10-14
ftrace: use ftrace_release for all dynamic ftrace functions
Steven Rostedt
1
-4
/
+5
2008-10-14
ftrace: make it depend on DEBUG_KERNEL
Ingo Molnar
1
-0
/
+7
2008-10-14
ftrace: sched_switch: show the wakee's cpu
Peter Zijlstra
2
-3
/
+10
2008-10-14
ftrace: make ftrace_printk usable with the other tracers
Peter Zijlstra
2
-3
/
+6
2008-10-14
ftrace: print continue index fix
Steven Rostedt
1
-5
/
+10
2008-10-14
ftrace: binary and not logical for continue test
Steven Rostedt
1
-3
/
+3
2008-10-14
ftrace: make output nicely spaced for up to 999 cpus
Michael Ellerman
1
-14
/
+14
2008-10-14
stack tracer: depends on DEBUG_KERNEL
Ingo Molnar
1
-0
/
+1
2008-10-14
ftrace: stack trace add indexes
Steven Rostedt
1
-17
/
+73
2008-10-14
ftrace: remove warning of old objcopy and local functions
Steven Rostedt
1
-6
/
+0
2008-10-14
ftrace: remove direct reference to mcount in trace code
Steven Rostedt
1
-1
/
+9
2008-10-14
ftrace: add stack tracer
Steven Rostedt
3
-0
/
+264
2008-10-14
kbuild: ftrace: don't assume that scripts/recordmcount.pl is executable
Andrew Morton
1
-2
/
+3
2008-10-14
ftrace: objcopy version test for local symbols
Steven Rostedt
1
-0
/
+41
2008-10-14
ftrace: clean up macro usage
Ingo Molnar
1
-1
/
+1
2008-10-14
ftrace: fix build failure
Stephen Rothwell
1
-2
/
+2
2008-10-14
ftrace: x86 use copy to and from user functions
Steven Rostedt
1
-25
/
+13
2008-10-14
ftrace: handle weak symbol functions
Steven Rostedt
1
-20
/
+86
2008-10-14
ftrace: update recordmount.pl arch changes
Steven Rostedt
1
-14
/
+14
2008-10-14
ftrace: fix build problem with CONFIG_FTRACE
Jeremy Fitzhardinge
1
-1
/
+1
2008-10-14
ftrace: fix incorrect comment style of __ftrace_enabled_save()
Huang Ying
1
-2
/
+4
2008-10-14
ftrace: add necessary locking for ftrace records
Steven Rostedt
1
-14
/
+30
2008-10-14
ftrace: do not init module on ftrace disabled
Steven Rostedt
1
-2
/
+2
2008-10-14
ftrace: fix some mistakes in error messages
Frédéric Weisbecker
1
-5
/
+5
2008-10-14
ftrace: scripts/recordmcount.pl cross-build hack
Ingo Molnar
1
-0
/
+14
2008-10-14
ftrace: ftrace_kill_atomic() build fix
Ingo Molnar
1
-0
/
+1
2008-10-14
ftrace: build fix
Ingo Molnar
1
-1
/
+4
2008-10-14
ftrace: dump out ftrace buffers to console on panic
Steven Rostedt
2
-1
/
+176
2008-10-14
ftrace: ftrace_printk doc moved
Steven Rostedt
2
-17
/
+18
2008-10-14
ftrace: printk formatting infrastructure
Steven Rostedt
4
-33
/
+272
2008-10-14
ftrace: new continue entry - separate out from trace_entry
Steven Rostedt
3
-136
/
+160
2008-10-14
ftrace: remove old pointers to mcount
Steven Rostedt
4
-7
/
+41
2008-10-14
ftrace: move notrace to compiler.h
Steven Rostedt
2
-2
/
+2
2008-10-14
ftrace: do not show freed records in available_filter_functions
Steven Rostedt
1
-6
/
+4
2008-10-14
ftrace: use only 5 byte nops for x86
Steven Rostedt
1
-7
/
+61
2008-10-14
ftrace: x86 mcount stub
Steven Rostedt
3
-52
/
+2
2008-10-14
ftrace: enable using mcount recording on x86
Steven Rostedt
1
-0
/
+1
2008-10-14
ftrace: rebuild everything on change to FTRACE_MCOUNT_RECORD
Steven Rostedt
1
-0
/
+5
2008-10-14
ftrace: enable mcount recording for modules
Steven Rostedt
3
-0
/
+19
2008-10-14
ftrace: mcount call site on boot nops core
Steven Rostedt
4
-43
/
+124
[next]