Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
3d739c1f6156c70eb0548aa288dcfbac9e0bd162
/
kernel
/
trace
3d739c1
tracing: Use the return of str_has_prefix() to remove open coded numbers
by Steven Rostedt (VMware)
· 6 years ago
036876f
tracing: Have the historgram use the result of str_has_prefix() for len of prefix
by Steven Rostedt (VMware)
· 6 years ago
b6b2735
tracing: Use str_has_prefix() instead of using fixed sizes
by Steven Rostedt (VMware)
· 6 years ago
754481e
tracing: Use str_has_prefix() helper for histogram code
by Steven Rostedt (VMware)
· 6 years ago
1cce377
tracing: Make function ‘ftrace_exports’ static
by Mathieu Malaterre
· 7 years ago
bea6957d
tracing: Simplify printf'ing in seq_print_sym
by Rasmus Villemoes
· 6 years ago
cc9f59f
tracing: Avoid -Wformat-nonliteral warning
by Rasmus Villemoes
· 6 years ago
59dd974
tracing: Merge seq_print_sym_short() and seq_print_sym_offset()
by Rasmus Villemoes
· 6 years ago
05ddb25
tracing: Add hist trigger comments for variable-related fields
by Tom Zanussi
· 6 years ago
9122013
tracing: Remove hist trigger synth_var_refs
by Tom Zanussi
· 6 years ago
656fe2b
tracing: Use hist trigger's var_ref array to destroy var_refs
by Tom Zanussi
· 6 years ago
de40f03
tracing: Remove open-coding of hist trigger var_ref management
by Tom Zanussi
· 6 years ago
e4f6d24
tracing: Use var_refs[] for hist trigger reference checking
by Tom Zanussi
· 6 years ago
2f31ed9
tracing: Change strlen to sizeof for hist trigger static strings
by Tom Zanussi
· 6 years ago
6801f0d
tracing: Remove unnecessary hist trigger struct field
by Tom Zanussi
· 6 years ago
e8d086d
tracing: Fix ftrace_graph_get_ret_stack() to use task and not current
by Steven Rostedt (VMware)
· 6 years ago
45fe439
fgraph: Add comment to describe ftrace_graph_get_ret_stack
by Steven Rostedt (VMware)
· 6 years ago
a0572f6
ftrace: Allow ftrace_replace_code() to be schedulable
by Steven Rostedt (VMware)
· 6 years ago
1ce25e9
tracing: Add generic event-name based remove event method
by Masami Hiramatsu
· 6 years ago
7e1413e
tracing: Consolidate trace_add/remove_event_call back to the nolock functions
by Steven Rostedt (VMware)
· 6 years ago
0e2b81f7
tracing: Remove unneeded synth_event_mutex
by Masami Hiramatsu
· 6 years ago
7bbab38
tracing: Use dyn_event framework for synthetic events
by Masami Hiramatsu
· 6 years ago
0597c49
tracing/uprobes: Use dyn_event framework for uprobe events
by Masami Hiramatsu
· 6 years ago
6212dd2
tracing/kprobes: Use dyn_event framework for kprobe events
by Masami Hiramatsu
· 6 years ago
5448d44
tracing: Add unified dynamic event framework
by Masami Hiramatsu
· 6 years ago
d00bbea9
tracing: Integrate similar probe argument parsers
by Masami Hiramatsu
· 6 years ago
faacb36
tracing: Simplify creation and deletion of synthetic events
by Masami Hiramatsu
· 6 years ago
fc800a1
tracing: Lock event_mutex before synth_event_mutex
by Masami Hiramatsu
· 6 years ago
547cd9e
tracing/uprobes: Add busy check when cleanup all uprobes
by Masami Hiramatsu
· 6 years ago
a7b1d74
tracing: Change default buffer_percent to 50
by Steven Rostedt (VMware)
· 6 years ago
03329f9
tracing: Add tracefs file buffer_percentage
by Steven Rostedt (VMware)
· 6 years ago
2c2b0a7
ring-buffer: Add percentage of ring buffer full to wake up reader
by Steven Rostedt (VMware)
· 6 years ago
ca16b0f
tracing: Have trace_stack nr_entries compare not be so subtle
by Dan Carpenter
· 7 years ago
b0e21a6
function_graph: Have profiler use new helper ftrace_graph_get_ret_stack()
by Steven Rostedt (VMware)
· 6 years ago
76b42b6
function_graph: Move ftrace_graph_ret_addr() to fgraph.c
by Steven Rostedt (VMware)
· 6 years ago
688f708
fgraph: Add new fgraph_ops structure to enable function graph hooks
by Steven Rostedt (VMware)
· 6 years ago
317e04ca
tracing: Rearrange functions in trace_sched_wakeup.c
by Steven Rostedt (VMware)
· 6 years ago
e73e679
fgraph: Move function graph specific code into fgraph.c
by Steven Rostedt (VMware)
· 6 years ago
c8dd0f4
function_graph: Do not expose the graph_time option when profiler is not configured
by Steven Rostedt (VMware)
· 6 years ago
3306fc4a
ftrace: Create new ftrace_internal.h header
by Steven Rostedt (VMware)
· 6 years ago
761efe8a
function_graph: Remove the use of FTRACE_NOTRACE_DEPTH
by Steven Rostedt (VMware)
· 6 years ago
9cd2992
fgraph: Have set_graph_notrace only affect function_graph tracer
by Steven Rostedt (VMware)
· 6 years ago
d864a3c
fgraph: Create a fgraph.c file to store function graph infrastructure
by Steven Rostedt (VMware)
· 6 years ago
c43ac4a
tracing: Do not line wrap short line in function_graph_enter()
by Steven Rostedt (VMware)
· 6 years ago
5cf99a0f
tracing/fgraph: Fix set_graph_function from showing interrupts
by Steven Rostedt (VMware)
· 6 years ago
b1b35f2
function_graph: Have profiler use curr_ret_stack and not depth
by Steven Rostedt (VMware)
· 6 years ago
7c6ea35
function_graph: Reverse the order of pushing the ret_stack and the callback
by Steven Rostedt (VMware)
· 6 years ago
552701d
function_graph: Move return callback before update of curr_ret_stack
by Steven Rostedt (VMware)
· 6 years ago
39eb456
function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stack
by Steven Rostedt (VMware)
· 6 years ago
d125f3f8
function_graph: Make ftrace_push_return_trace() static
by Steven Rostedt (VMware)
· 6 years ago
8114865
function_graph: Create function_graph_enter() to consolidate architecture code
by Steven Rostedt (VMware)
· 6 years ago
ee474b8
tracing/kprobes: Fix strpbrk() argument order
by Masami Hiramatsu
· 6 years ago
5f21585
Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
b5f2954
blkcg: revert blkcg cleanups series
by Dennis Zhou
· 6 years ago
eb7046e
Merge tag 'platform-drivers-x86-v4.20-1' of git://git.infradead.org/linux-platform-drivers-x86
by Linus Torvalds
· 6 years ago
343a9f3
Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
f4267b3
Merge tag 'trace-v4.19-rc8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
1885851
tracing: Return -ENOENT if there is no target synthetic event
by Masami Hiramatsu
· 6 years ago
a2acce5
tracing: Have stack tracer trace full stack
by Steven Rostedt (VMware)
· 6 years ago
da387e5
tracing: Export trace_dump_stack to modules
by Nikolay Borisov
· 6 years ago
6ab9e09
Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
a360d9e
tracing: Fix synthetic event to allow semicolon at end
by Masami Hiramatsu
· 6 years ago
282447b
tracing: Fix synthetic event to accept unsigned modifier
by Masami Hiramatsu
· 6 years ago
12ad0cb
tracing: Use trace_clock_local() for looping in preemptirq_delay_test.c
by Steven Rostedt (VMware)
· 6 years ago
bf173ca
tracing: probeevent: Fix uninitialized used of offset in parse args
by Steven Rostedt (VMware)
· 6 years ago
a668281
tracing/kprobes: Allow kprobe-events to record module symbol
by Masami Hiramatsu
· 6 years ago
59158ec
tracing/kprobes: Check the probe on unloaded module correctly
by Masami Hiramatsu
· 6 years ago
f3f5893
tracing/uprobes: Fix to return -EFAULT if copy_from_user failed
by Masami Hiramatsu
· 6 years ago
a1303af
tracing: probeevent: Add $argN for accessing function args
by Masami Hiramatsu
· 7 years ago
40b53b7
tracing: probeevent: Add array type support
by Masami Hiramatsu
· 7 years ago
60c2e0c
tracing: probeevent: Add symbol type
by Masami Hiramatsu
· 7 years ago
9b960a3
tracing: probeevent: Unify fetch_insn processing common part
by Masami Hiramatsu
· 7 years ago
0a46c85
tracing: probeevent: Append traceprobe_ for exported function
by Masami Hiramatsu
· 7 years ago
9178412
tracing: probeevent: Return consumed bytes of dynamic area
by Masami Hiramatsu
· 7 years ago
f451bc8
tracing: probeevent: Unify fetch type tables
by Masami Hiramatsu
· 7 years ago
5330592
tracing: probeevent: Introduce new argument fetching code
by Masami Hiramatsu
· 7 years ago
7bfbc63
tracing: probeevent: Remove NOKPROBE_SYMBOL from print functions
by Masami Hiramatsu
· 7 years ago
eeb07b0
tracing: probeevent: Cleanup argument field definition
by Masami Hiramatsu
· 7 years ago
56de763
tracing: probeevent: Cleanup print argument functions
by Masami Hiramatsu
· 7 years ago
a6ca88b
trace_uprobe: support reference counter in fd-based uprobe
by Song Liu
· 6 years ago
c0aac68
Merge tag 'v4.19-rc6' into for-4.20/block
by Jens Axboe
· 6 years ago
ca9184f
tracing: Trivia spelling fix containerof() -> container_of()
by Andy Shevchenko
· 6 years ago
ccea872
trace_uprobe/sdt: Prevent multiple reference counter for same uprobe
by Ravi Bangoria
· 6 years ago
1cc3316
uprobes: Support SDT markers having reference count (semaphore)
by Ravi Bangoria
· 6 years ago
d6b183e
tracing/kprobe: Remove unneeded extra strchr() from create_trace_kprobe()
by Steven Rostedt (VMware)
· 6 years ago
c839e7a
blkcg: remove bio->bi_css and instead use bio->bi_blkg
by Dennis Zhou (Facebook)
· 6 years ago
83f3655
ring-buffer: Allow for rescheduling when removing pages
by Vaibhav Nagarnaik
· 6 years ago
452938cb
Merge tag 'trace-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
5bed49a
Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
9161a86
tracing/kprobes: Fix to check notrace function with correct range
by Masami Hiramatsu
· 6 years ago
6b7dca4
tracing: Allow gcov profiling on only ftrace subsystem
by Masami Hiramatsu
· 6 years ago
7140ad3
Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 6 years ago
bb730b5
tracing: Fix SPDX format headers to use C++ style comments
by Steven Rostedt (VMware)
· 6 years ago
bcea3f9
tracing: Add SPDX License format tags to tracing files
by Steven Rostedt (VMware)
· 6 years ago
179a0cc
tracing: Add SPDX License format to bpf_trace.c
by Steven Rostedt (VMware)
· 6 years ago
757d914
tracing/blktrace: Fix to allow setting same value
by Steven Rostedt (VMware)
· 6 years ago
91c1e6b
blktrace: Add SPDX License format header
by Steven Rostedt (VMware)
· 6 years ago
2f4df00
tracing: Add -mcount-nop option support
by Vasily Gorbik
· 6 years ago
b125d90
Merge tag 'printk-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 6 years ago
e6ecec3
Merge tag 'docs-4.19' of git://git.lwn.net/linux
by Linus Torvalds
· 6 years ago
Next »