index
:
kernel_goldelico_gta04.git
android-3.0-gta04
for-cmair
jack-working+v2
neil-rebase-3.7
replicant-2.3
replicant-4.0
replicant-4.0+3.10+not-compilation-tested
replicant-4.0+3.7+WIP
replicant-4.0+3.8+WIP
replicant-4.0+jack-working
replicant-4.0+suspend
replicant-4.2
kernel/goldelico/gta04
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tracing: Fix outputting formats of x86-tsc and counter when use trace_clock
Yoshihiro YUNOMAE
2013-06-11
1
-5
/
+3
*
tracing: Use current_uid() for critical time tracing
Steven Rostedt (Red Hat)
2013-06-06
1
-1
/
+9
*
tracing: Fix crash when ftrace=nop on the kernel command line
Steven Rostedt (Red Hat)
2013-05-23
1
-2
/
+7
*
tracing: Fix small merge bug
Steven Rostedt
2013-04-30
1
-1
/
+1
*
Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2013-04-29
1
-661
/
+1543
|
\
|
*
tracing: Check return value of tracing_init_dentry()
Namhyung Kim
2013-04-12
1
-0
/
+2
|
*
kernel: tracing: Use strlcpy instead of strncpy
Chen Gang
2013-04-09
1
-2
/
+2
|
*
tracing: Update debugfs README file
Steven Rostedt (Red Hat)
2013-03-20
1
-14
/
+78
|
*
tracing: Fix ftrace_dump()
Steven Rostedt (Red Hat)
2013-03-15
1
-36
/
+26
|
*
tracing: Use TRACE_MAX_PRINT instead of constant
zhangwei(Jovi)
2013-03-15
1
-2
/
+2
|
*
tracing: Use pr_warn_once instead of open coded implementation
zhangwei(Jovi)
2013-03-15
1
-7
/
+2
|
*
tracing: Add "perf" trace_clock
Steven Rostedt (Red Hat)
2013-03-15
1
-0
/
+1
|
*
tracing: Add "uptime" trace clock that uses jiffies
Steven Rostedt (Red Hat)
2013-03-15
1
-0
/
+1
|
*
tracing: Add function-trace option to disable function tracing of latency tra...
Steven Rostedt (Red Hat)
2013-03-15
1
-1
/
+2
|
*
tracing: Add skip argument to trace_dump_stack()
Steven Rostedt (Red Hat)
2013-03-15
1
-4
/
+9
|
*
tracing: Add snapshot trigger to function probes
Steven Rostedt (Red Hat)
2013-03-15
1
-1
/
+110
|
*
tracing: Add alloc/free_snapshot() to replace duplicate code
Steven Rostedt (Red Hat)
2013-03-15
1
-37
/
+42
|
*
tracing: Let tracing_snapshot() be used by modules but not NMI
Steven Rostedt (Red Hat)
2013-03-15
1
-0
/
+10
|
*
tracing: Add internal ftrace trace_puts() for ftrace to use
Steven Rostedt (Red Hat)
2013-03-15
1
-4
/
+4
|
*
tracing: Add trace_puts() for even faster trace_printk() tracing
Steven Rostedt (Red Hat)
2013-03-15
1
-0
/
+76
|
*
tracing: Add alloc_snapshot kernel command line parameter
Steven Rostedt (Red Hat)
2013-03-15
1
-33
/
+48
|
*
tracing: Move the tracing selftest code into its own function
Steven Rostedt (Red Hat)
2013-03-15
1
-55
/
+69
|
*
tracing: Add internal tracing_snapshot() functions
Steven Rostedt (Red Hat)
2013-03-15
1
-0
/
+84
|
*
tracing: Prevent deleting instances when they are being read
Steven Rostedt (Red Hat)
2013-03-15
1
-0
/
+23
|
*
tracing: Add per_cpu directory into tracing instances
Steven Rostedt (Red Hat)
2013-03-15
1
-4
/
+5
|
*
tracing: Add snapshot feature to instances
Steven Rostedt (Red Hat)
2013-03-15
1
-7
/
+7
|
*
tracing: Consolidate buffer allocation code
Steven Rostedt (Red Hat)
2013-03-15
1
-67
/
+63
|
*
tracing: Have trace_array keep track if snapshot buffer is allocated
Steven Rostedt (Red Hat)
2013-03-15
1
-17
/
+15
|
*
tracing: Add snapshot_raw to extract the raw data from snapshot
Steven Rostedt (Red Hat)
2013-03-15
1
-18
/
+95
|
*
tracing: Add snapshot in the per_cpu trace directories
Steven Rostedt (Red Hat)
2013-03-15
1
-10
/
+56
|
*
tracing: Consolidate max_tr into main trace_array structure
Steven Rostedt (Red Hat)
2013-03-15
1
-216
/
+270
|
*
tracing: Clear all trace buffers when unloaded module event was used
Steven Rostedt (Red Hat)
2013-03-15
1
-2
/
+8
|
*
tracing/ring-buffer: Move poll wake ups into ring buffer code
Steven Rostedt (Red Hat)
2013-03-15
1
-71
/
+12
|
*
tracing: Fix read blocking on trace_pipe_raw
Steven Rostedt
2013-03-15
1
-3
/
+15
|
*
tracing: Fix polling on trace_pipe_raw
Steven Rostedt
2013-03-15
1
-27
/
+51
|
*
tracing: Do not block on splice if either file or splice NONBLOCK flag is set
Steven Rostedt (Red Hat)
2013-03-15
1
-1
/
+1
|
*
tracing: Add rmdir to remove multibuffer instances
Steven Rostedt
2013-03-15
1
-0
/
+68
|
*
tracing: Add interface to allow multiple trace buffers
Steven Rostedt
2013-03-15
1
-0
/
+129
|
*
tracing: Replace the static global per_cpu arrays with allocated per_cpu
Steven Rostedt
2013-03-15
1
-38
/
+54
|
*
tracing: Pass the ftrace_file to the buffer lock reserve code
Steven Rostedt
2013-03-15
1
-0
/
+12
|
*
tracing: Encapsulate global_trace and remove dependencies on global vars
Steven Rostedt
2013-03-15
1
-231
/
+330
|
*
tracing: Use RING_BUFFER_ALL_CPUS for TRACE_PIPE_ALL_CPU
Steven Rostedt
2013-03-15
1
-14
/
+14
|
*
tracing: Separate out trace events from global variables
Steven Rostedt
2013-03-15
1
-0
/
+8
*
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2013-04-14
1
-2
/
+2
|
\
\
|
*
|
perf: Fix strncpy() use, use strlcpy() instead of strncpy()
Chen Gang
2013-04-08
1
-2
/
+2
|
|
/
*
|
tracing: Fix race with update_max_tr_single and changing tracers
Steven Rostedt (Red Hat)
2013-04-08
1
-1
/
+4
|
/
*
tracing: Prevent buffer overwrite disabled for latency tracers
Steven Rostedt (Red Hat)
2013-03-14
1
-6
/
+32
*
tracing: Keep overwrite in sync between regular and snapshot buffers
Steven Rostedt (Red Hat)
2013-03-14
1
-1
/
+5
*
tracing: Protect tracer flags with trace_types_lock
Steven Rostedt (Red Hat)
2013-03-14
1
-4
/
+8
*
tracing: Fix race in snapshot swapping
Steven Rostedt (Red Hat)
2013-03-12
1
-1
/
+2
[next]