Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
16ecba59bc333d6282ee057fb02339f77a880beb
/
kernel
/
trace
0f72e37
tracing: Add sched_wakeup_new and sched_waking tracepoints for pid filter
by Steven Rostedt (Red Hat)
· 9 years ago
bd1b7cd
ring-buffer: Put back the length if crossed page with add_timestamp
by Steven Rostedt (Red Hat)
· 9 years ago
b81f472
ring-buffer: Update read stamp with first real commit on page
by Steven Rostedt (Red Hat)
· 9 years ago
0e97606
Merge tag 'trace-v4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 9 years ago
2df4ee7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
a31d82d
bpf_trace: Make dependent on PERF_EVENTS
by Steven Rostedt
· 9 years ago
e428abb
tracing: #ifdef out uses of max trace when CONFIG_TRACER_MAX_TRACE is not set
by Chen Gang
· 9 years ago
03e88ae6
tracing: Remove unused ftrace_cpu_disabled per cpu variable
by Dmitry Safonov
· 9 years ago
22402cd
Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 9 years ago
8b12919
tracing: Make tracing work when debugfs is not configured in
by Jiaxing Wang
· 9 years ago
d9734e0
Merge branch 'for-4.4/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
b0f85fa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
43ed384
tracing: Put back comma for empty fields in boot string parsing
by Steven Rostedt (Red Hat)
· 9 years ago
a4d1e68
tracing: Apply tracer specific options from kernel command line.
by Jiaxing Wang
· 9 years ago
5352869
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
54ed144
ring_buffer: Remove unneeded smp_wmb() before wakeup of reader benchmark
by Steven Rostedt (Red Hat)
· 9 years ago
919cd97
tracing: Allow dumping traces without tracking trace started cpus
by Sasha Levin
· 9 years ago
f47cb66
ring_buffer: Fix more races when terminating the producer in the benchmark
by Petr Mladek
· 9 years ago
8b46ff6
ring_buffer: Do no not complete benchmark reader too early
by Petr Mladek
· 9 years ago
fb8c229
tracing: Remove redundant TP_ARGS redefining
by Dmitry Safonov
· 9 years ago
d332736
tracing: Rename max_stack_lock to stack_trace_max_lock
by Steven Rostedt (Red Hat)
· 9 years ago
bb99d8c
tracing: Allow arch-specific stack tracer
by AKASHI Takahiro
· 9 years ago
c6650b2
tracing: ftrace_event_is_function() can return boolean
by Yaowei Bai
· 9 years ago
907bff9
tracing: is_legal_op() can return boolean
by Yaowei Bai
· 9 years ago
cdb2a0a9
ring-buffer: rb_event_is_commit() can return boolean
by Yaowei Bai
· 9 years ago
da58834
ring-buffer: rb_per_cpu_empty() can return boolean
by Yaowei Bai
· 9 years ago
3d4e204
ring_buffer: ring_buffer_empty{cpu}() can return boolean
by Yaowei Bai
· 9 years ago
06ca320
ring-buffer: rb_is_reader_page() can return boolean
by Yaowei Bai
· 9 years ago
7985182
tracing: report_latency() in trace_irqsoff.c can return boolean
by Yaowei Bai
· 9 years ago
26ab2ef
tracing: report_latency() in trace_sched_wakeup.c can return boolean
by Yaowei Bai
· 9 years ago
681a4a2
tracing: Update instance_rmdir() to use tracefs_remove_recursive
by Jiaxing Wang
· 9 years ago
bdb5d0f
tracing: Only benchmark the time tracepoints take if tracing is on
by Chunyan Zhang
· 9 years ago
799fd44
tracing: Call on_each_cpu() when adding or removing single pids from set_event_pid
by Steven Rostedt (Red Hat)
· 9 years ago
b75ec3a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
cdea01b
blktrace: re-write setting q->blk_trace
by Davidlohr Bueso
· 9 years ago
1075ef5
bpf: make tracing helpers gpl only
by Alexei Starovoitov
· 9 years ago
62544ce
bpf: fix bpf_perf_event_read() helper
by Alexei Starovoitov
· 9 years ago
fb66228
tracing: Fix sparse RCU warning
by Steven Rostedt (Red Hat)
· 9 years ago
8ca532a
tracing: Check all tasks on each CPU when filtering pids
by Steven Rostedt (Red Hat)
· 9 years ago
3fdaf80
tracing: Implement event pid filtering
by Steven Rostedt (Red Hat)
· 9 years ago
4909010
tracing: Add set_event_pid directory for future use
by Steven Rostedt (Red Hat)
· 9 years ago
a43eec3
bpf: introduce bpf_perf_event_output() helper
by Alexei Starovoitov
· 9 years ago
3061692
tracing: Remove {start,stop}_branch_trace
by Dmitry Safonov
· 9 years ago
ddd7028
tracing: gpio: Add Kconfig option for enabling/disabling trace events
by Tal Shorer
· 9 years ago
1904be1
tracing: Do not allow stack_tracer to record stack in NMI
by Steven Rostedt (Red Hat)
· 9 years ago
0b507e1
ftrace: add module globbing
by Dmitry Safonov
· 9 years ago
3ba0092
ftrace: Introduce ftrace_glob structure
by Dmitry Safonov
· 9 years ago
a2d7629
tracing: Have stack tracer force RCU to be watching
by Steven Rostedt (Red Hat)
· 9 years ago
f0a3b15
ftrace: Clarify code for mod command
by Dmitry Safonov
· 9 years ago
5e3949f
ftrace: Remove redundant strsep in mod_callback
by Dmitry Safonov
· 9 years ago
c73464b
sched/core: Fix trace_sched_switch()
by Peter Zijlstra
· 9 years ago
6db0290
ftrace: Remove redundant swap function
by Rasmus Villemoes
· 9 years ago
79ac6ef
tracing: Use kstrdup_const instead of private implementation
by Rasmus Villemoes
· 9 years ago
37aea98
tracing: Add trace options for tracer options to instances
by Steven Rostedt (Red Hat)
· 9 years ago
1627014
tracing: Add trace options for core options to instances
by Steven Rostedt (Red Hat)
· 9 years ago
2d34f48
tracing: Make ftrace_trace_stack() depend on general trace_array flag
by Steven Rostedt (Red Hat)
· 9 years ago
9a38a88
tracing: Add a method to pass in trace_array descriptor to option files
by Steven Rostedt (Red Hat)
· 9 years ago
983f938
tracing: Move trace_flags from global to a trace_array field
by Steven Rostedt (Red Hat)
· 9 years ago
5557720
tracing: Move sleep-time and graph-time options out of the core trace_flags
by Steven Rostedt (Red Hat)
· 9 years ago
b9f9108
tracing: Remove access to trace_flags in trace_printk.c
by Steven Rostedt (Red Hat)
· 9 years ago
b5e87c0
tracing: Add build bug if we have more trace_flags than bits
by Steven Rostedt (Red Hat)
· 9 years ago
41d9c0b
tracing: Always show all tracer options in the options directory
by Steven Rostedt (Red Hat)
· 9 years ago
73dddbb
tracing: Only create stacktrace option when STACKTRACE is configured
by Steven Rostedt (Red Hat)
· 9 years ago
8179e8a
tracing: Do not create function tracer options when not compiled in
by Steven Rostedt (Red Hat)
· 9 years ago
4ee4301
tracing: Only create branch tracer options when compiled in
by Steven Rostedt (Red Hat)
· 9 years ago
729358d
tracing: Only create function graph options when it is compiled in
by Steven Rostedt (Red Hat)
· 9 years ago
a3418a3
tracing: Use TRACE_FLAGS macro to keep enums and strings matched
by Steven Rostedt (Red Hat)
· 9 years ago
ce3fed6
tracing: Use enums instead of hard coded bitmasks for TRACE_ITER flags
by Steven Rostedt (Red Hat)
· 9 years ago
938db5f
tracing: Remove unused tracing option "ftrace_preempt"
by Steven Rostedt (Red Hat)
· 9 years ago
0390558
tracing: Move "display-graph" option to main options
by Steven Rostedt (Red Hat)
· 9 years ago
ef92480
tracing: Turn seq_print_user_ip() into a static function
by Steven Rostedt (Red Hat)
· 9 years ago
6b1032d
tracing: Inject seq_print_userip_objs() into its only user
by Steven Rostedt (Red Hat)
· 9 years ago
ca475e8
tracing: Make ftrace_trace_stack() static
by Steven Rostedt (Red Hat)
· 9 years ago
b7f0c95
tracing: Pass trace_array into trace_buffer_unlock_commit()
by Steven Rostedt (Red Hat)
· 9 years ago
4190741
tracing: Remove unused function trace_current_buffer_lock_reserve()
by Steven Rostedt (Red Hat)
· 9 years ago
d78a461
tracing: Remove ftrace_trace_stack_regs()
by Steven Rostedt (Red Hat)
· 9 years ago
f0132c4
kernel/trace_probe: is_good_name can be boolean
by Yaowei Bai
· 9 years ago
59a47ff
Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 9 years ago
dd5cdb4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
b7dc42f
ring-buffer: Revert "ring-buffer: Get timestamp after event is allocated"
by Steven Rostedt (Red Hat)
· 9 years ago
1081230
Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 9 years ago
a1d8561
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
8d3b7dc
bpf: add support for %s specifier to bpf_trace_printk()
by Alexei Starovoitov
· 9 years ago
1a6877b
lib: introduce strncpy_from_unsafe()
by Alexei Starovoitov
· 9 years ago
a2fb338
tracing/uprobes: Do not print '0x (null)' when offset is 0
by Wang Nan
· 9 years ago
9f61668
tracing: Allow triggers to filter for CPU ids and process names
by Daniel Wagner
· 9 years ago
35578d7
bpf: Implement function bpf_perf_event_read() that get the selected hardware PMU conuter
by Kaixu Xia
· 9 years ago
04a22fa
tracing, perf: Implement BPF programs attached to uprobes
by Wang Nan
· 10 years ago
fbd705a
sched: Introduce the 'trace_sched_waking' tracepoint
by Peter Zijlstra
· 10 years ago
4246a0b
block: add a bi_error field to struct bio
by Christoph Hellwig
· 9 years ago
e3eea14
ftrace: Fix breakage of set_ftrace_pid
by Steven Rostedt (Red Hat)
· 9 years ago
b838e1d
tracing: Introduce two additional marks for delay
by Jungseok Lee
· 9 years ago
82c355e
ftrace: Fix function_graph duration spacing with 7-digits
by Steven Rostedt (Red Hat)
· 9 years ago
8e436ca
ftrace: add tracing_thresh to function profile
by Umesh Tiwari
· 10 years ago
72ac426
tracing: Clean up stack tracing and fix fentry updates
by Steven Rostedt (Red Hat)
· 9 years ago
d90fd77
ring-buffer: Reorganize function locations
by Steven Rostedt (Red Hat)
· 10 years ago
7d75e68
ring-buffer: Make sure event has enough room for extend and padding
by Steven Rostedt (Red Hat)
· 10 years ago
a4543a2
ring-buffer: Get timestamp after event is allocated
by Steven Rostedt (Red Hat)
· 10 years ago
9826b27
ring-buffer: Move the adding of the extended timestamp out of line
by Steven Rostedt (Red Hat)
· 10 years ago
fcc742e
ring-buffer: Add event descriptor to simplify passing data
by Steven Rostedt (Red Hat)
· 10 years ago
Next »