Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
057db8488b53d5e4faa0cedb2f39d4ae75dfbdbb
/
kernel
/
trace
/
trace.c
057db84
tracing: Fix potential out-of-bounds in trace_get_user()
by Steven Rostedt
· 11 years ago
b9be6d0
tracing: Show more exact help information about snapshot
by Wang YanQing
· 11 years ago
ccfe9e4
tracing: Make tracing_cpumask available for all instances
by Alexander Z Lam
· 11 years ago
9457158
tracing: Fix reset of time stamps during trace_clock changes
by Alexander Z Lam
· 11 years ago
711e124
tracing: Make TRACE_ITER_STOP_ON_FREE stop the correct buffer
by Alexander Z Lam
· 11 years ago
ed5467d
tracing: Fix fields of struct trace_iterator that are zeroed by mistake
by Andrew Vagin
· 11 years ago
09d8091
tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus()
by Steven Rostedt (Red Hat)
· 11 years ago
9c01fe4
tracing: Kill trace_cpu struct/members
by Oleg Nesterov
· 11 years ago
6484c71
tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu()
by Oleg Nesterov
· 11 years ago
0bc392e
tracing: Change tracing_entries_fops to rely on tracing_get_cpu()
by Oleg Nesterov
· 11 years ago
4d3435b
tracing: Change tracing_stats_fops to rely on tracing_get_cpu()
by Oleg Nesterov
· 11 years ago
46ef2be
tracing: Change tracing_buffers_fops to rely on tracing_get_cpu()
by Oleg Nesterov
· 11 years ago
1554420
tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu()
by Oleg Nesterov
· 11 years ago
649e9c7
tracing: Introduce trace_create_cpu_file() and tracing_get_cpu()
by Oleg Nesterov
· 11 years ago
e70e78e
tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open()
by Oleg Nesterov
· 12 years ago
f77d09a
tracing: Miscellaneous fixes for trace_array ref counting
by Alexander Z Lam
· 12 years ago
609e85a
tracing: Fix error handling to ensure instances can always be removed
by Alexander Z Lam
· 12 years ago
991821c
tracing: Use correct config guard CONFIG_STACK_TRACER
by zhangwei(Jovi)
· 12 years ago
c72bb31
Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 12 years ago
dcc3022
tracing: Make tracing_open_generic_{tr,tc}() static
by Steven Rostedt (Red Hat)
· 12 years ago
8de1eb0
tracing: Remove ftrace() function
by zhangwei(Jovi)
· 12 years ago
5280bce
tracing: Make tracer_tracing_{off,on,is_on}() static
by Steven Rostedt (Red Hat)
· 12 years ago
7b85af6
tracing: Get trace_array ref counts when accessing trace files
by Steven Rostedt (Red Hat)
· 12 years ago
ff45196
tracing: Add trace_array_get/put() to handle instance refs better
by Steven Rostedt (Red Hat)
· 12 years ago
a822741
tracing: Protect ftrace_trace_arrays list in trace_events.c
by Alexander Z Lam
· 12 years ago
2d71619
tracing: Make trace_marker use the correct per-instance buffer
by Alexander Z Lam
· 12 years ago
10246fa
tracing: Use flag buffer_disabled for irqsoff tracer
by Steven Rostedt (Red Hat)
· 12 years ago
de7edd3
tracing: Disable tracing on warning
by Steven Rostedt (Red Hat)
· 12 years ago
238ae93
tracing: Fix file mode of free_buffer
by Wang YanQing
· 12 years ago
58e8eed
tracing: Fix outputting formats of x86-tsc and counter when use trace_clock
by Yoshihiro YUNOMAE
· 12 years ago
f17a519
tracing: Use current_uid() for critical time tracing
by Steven Rostedt (Red Hat)
· 12 years ago
ca16431
tracing: Fix crash when ftrace=nop on the kernel command line
by Steven Rostedt (Red Hat)
· 12 years ago
6c24499
tracing: Fix small merge bug
by Steven Rostedt
· 12 years ago
9e8529a
Merge tag 'trace-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 12 years ago
ae9f493
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
ed6f1c9
tracing: Check return value of tracing_init_dentry()
by Namhyung Kim
· 12 years ago
9607a86
kernel: tracing: Use strlcpy instead of strncpy
by Chen Gang
· 12 years ago
2930e04
tracing: Fix race with update_max_tr_single and changing tracers
by Steven Rostedt (Red Hat)
· 12 years ago
67012ab
perf: Fix strncpy() use, use strlcpy() instead of strncpy()
by Chen Gang
· 12 years ago
22f4564
tracing: Update debugfs README file
by Steven Rostedt (Red Hat)
· 12 years ago
7fe70b5
tracing: Fix ftrace_dump()
by Steven Rostedt (Red Hat)
· 12 years ago
bd6df18
tracing: Use TRACE_MAX_PRINT instead of constant
by zhangwei(Jovi)
· 12 years ago
687c878
tracing: Use pr_warn_once instead of open coded implementation
by zhangwei(Jovi)
· 12 years ago
76f1191
tracing: Add "perf" trace_clock
by Steven Rostedt (Red Hat)
· 12 years ago
8aacf01
tracing: Add "uptime" trace clock that uses jiffies
by Steven Rostedt (Red Hat)
· 12 years ago
328df47
tracing: Add function-trace option to disable function tracing of latency tracers
by Steven Rostedt (Red Hat)
· 12 years ago
c142be8
tracing: Add skip argument to trace_dump_stack()
by Steven Rostedt (Red Hat)
· 12 years ago
77fd5c1
tracing: Add snapshot trigger to function probes
by Steven Rostedt (Red Hat)
· 12 years ago
3209cff
tracing: Add alloc/free_snapshot() to replace duplicate code
by Steven Rostedt (Red Hat)
· 12 years ago
1b22e38
tracing: Let tracing_snapshot() be used by modules but not NMI
by Steven Rostedt (Red Hat)
· 12 years ago
ca268da
tracing: Add internal ftrace trace_puts() for ftrace to use
by Steven Rostedt (Red Hat)
· 12 years ago
09ae723
tracing: Add trace_puts() for even faster trace_printk() tracing
by Steven Rostedt (Red Hat)
· 12 years ago
55034cd
tracing: Add alloc_snapshot kernel command line parameter
by Steven Rostedt (Red Hat)
· 12 years ago
f4e781c
tracing: Move the tracing selftest code into its own function
by Steven Rostedt (Red Hat)
· 12 years ago
ad909e2
tracing: Add internal tracing_snapshot() functions
by Steven Rostedt (Red Hat)
· 12 years ago
a695cb5
tracing: Prevent deleting instances when they are being read
by Steven Rostedt (Red Hat)
· 12 years ago
121aaee
tracing: Add per_cpu directory into tracing instances
by Steven Rostedt (Red Hat)
· 12 years ago
ce9bae5
tracing: Add snapshot feature to instances
by Steven Rostedt (Red Hat)
· 12 years ago
737223f
tracing: Consolidate buffer allocation code
by Steven Rostedt (Red Hat)
· 12 years ago
45ad21c
tracing: Have trace_array keep track if snapshot buffer is allocated
by Steven Rostedt (Red Hat)
· 12 years ago
6de58e6
tracing: Add snapshot_raw to extract the raw data from snapshot
by Steven Rostedt (Red Hat)
· 12 years ago
f1affca
tracing: Add snapshot in the per_cpu trace directories
by Steven Rostedt (Red Hat)
· 12 years ago
12883ef
tracing: Consolidate max_tr into main trace_array structure
by Steven Rostedt (Red Hat)
· 12 years ago
873c642
tracing: Clear all trace buffers when unloaded module event was used
by Steven Rostedt (Red Hat)
· 12 years ago
1569345
tracing/ring-buffer: Move poll wake ups into ring buffer code
by Steven Rostedt (Red Hat)
· 12 years ago
b627344
tracing: Fix read blocking on trace_pipe_raw
by Steven Rostedt
· 12 years ago
cc60cdc
tracing: Fix polling on trace_pipe_raw
by Steven Rostedt
· 12 years ago
189e578
tracing: Do not block on splice if either file or splice NONBLOCK flag is set
by Steven Rostedt (Red Hat)
· 12 years ago
0c8916c
tracing: Add rmdir to remove multibuffer instances
by Steven Rostedt
· 12 years ago
277ba04
tracing: Add interface to allow multiple trace buffers
by Steven Rostedt
· 12 years ago
a7603ff
tracing: Replace the static global per_cpu arrays with allocated per_cpu
by Steven Rostedt
· 12 years ago
ccb469a
tracing: Pass the ftrace_file to the buffer lock reserve code
by Steven Rostedt
· 12 years ago
2b6080f
tracing: Encapsulate global_trace and remove dependencies on global vars
by Steven Rostedt
· 13 years ago
ae3b509
tracing: Use RING_BUFFER_ALL_CPUS for TRACE_PIPE_ALL_CPU
by Steven Rostedt
· 12 years ago
ae63b31
tracing: Separate out trace events from global variables
by Steven Rostedt
· 13 years ago
613f04a
tracing: Prevent buffer overwrite disabled for latency tracers
by Steven Rostedt (Red Hat)
· 12 years ago
8090282
tracing: Keep overwrite in sync between regular and snapshot buffers
by Steven Rostedt (Red Hat)
· 12 years ago
69d34da
tracing: Protect tracer flags with trace_types_lock
by Steven Rostedt (Red Hat)
· 12 years ago
2721e72
tracing: Fix race in snapshot swapping
by Steven Rostedt (Red Hat)
· 12 years ago
c9960e4
tracing: Do not return EINVAL in snapshot when not allocated
by Steven Rostedt (Red Hat)
· 12 years ago
d8741e2
tracing: Add help of snapshot feature when snapshot is empty
by Steven Rostedt (Red Hat)
· 12 years ago
d652e1eb
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
8bd75c7
sched/rt: Move rt specific bits into new header file
by Clark Williams
· 12 years ago
d840f71
tracing: Init current_trace to nop_trace and remove NULL checks
by Steven Rostedt (Red Hat)
· 12 years ago
debdd57
tracing: Make a snapshot feature available from userspace
by Hiraku Toyooka
· 12 years ago
2fd196e
tracing: Replace static old_tracer check of tracer name
by Hiraku Toyooka
· 12 years ago
ad96470
ring-buffer: Add stats field for amount read from trace ring buffer
by Steven Rostedt (Red Hat)
· 12 years ago
38dbe0b
tracing: Remove second iterator initializer
by Jovi Zhang
· 12 years ago
8214652
tracing: Use __this_cpu_inc/dec operation instead of __get_cpu_var
by Shan Wei
· 12 years ago
b736f48
tracing: Mark tracing_dentry_percpu() static
by Josh Triplett
· 12 years ago
34600f0
tracing: Fix race with max_tr and changing tracers
by Steven Rostedt
· 12 years ago
b000c80
tracing: Remove the extra 4 bytes of padding in events
by Steven Rostedt
· 12 years ago
84c6cf0
tracing: Remove unneeded check of max_tr->buffer before tracing_reset
by Steven Rostedt
· 12 years ago
a541641
tracing: Add checks if tr->buffer is NULL in tracing_reset{_online_cpus}
by Hiraku Toyooka
· 12 years ago
d8a0349
tracing: Use this_cpu_ptr per-cpu helper
by Shan Wei
· 12 years ago
250bfd3
tracing: Fix regression of trace_pipe
by Liu Bo
· 12 years ago
2df8f8a
tracing: Fix regression with irqsoff tracer and tracing_on file
by Steven Rostedt
· 12 years ago
a8dd217
tracing: Fix regression of trace_options file setting
by Steven Rostedt
· 12 years ago
758338e
Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 12 years ago
a2013a1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
Next »