aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2017-07-20trace: fix the errors caused by incompatible type of RCU variablesGravatar Chunyan Zhang 2-17/+30
2017-07-20tracing: Fix kmemleak in instance_rmdirGravatar Chunyu Hu 1-0/+1
2017-07-19tracing/ring_buffer: Try harder to allocateGravatar Joel Fernandes 1-5/+5
2017-07-13Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Gravatar Linus Torvalds 4-20/+143
2017-07-12ftrace: Fix uninitialized variable in match_records()Gravatar Dan Carpenter 1-1/+1
2017-07-12ftrace: Remove an unneeded NULL checkGravatar Dan Carpenter 1-1/+1
2017-07-11ftrace: Hide cached module code for !CONFIG_MODULESGravatar Arnd Bergmann 1-0/+2
2017-07-11tracing: Do note expose stack_trace_filter without DYNAMIC_FTRACEGravatar Steven Rostedt (VMware) 1-0/+6
2017-07-11tracing: Fixup trace file header alignmentGravatar Steven Rostedt (VMware) 1-8/+17
2017-07-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2017-07-09trace/kprobes: Sanitize derived event namesGravatar Naveen N. Rao 1-0/+9
2017-07-08kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Gravatar Naveen N. Rao 1-1/+1
2017-07-07Merge tag 'linux-kselftest-4.13-rc1-update' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 1-1/+2
2017-07-07tracing: Attempt to record other information even if some failGravatar Joel Fernandes 1-8/+24
2017-07-07tracing: Treat recording tgid for idle task as a successGravatar Joel Fernandes 1-1/+5
2017-07-07tracing: Treat recording comm for idle task as a successGravatar Joel Fernandes 1-1/+5
2017-07-06Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 7-207/+734
2017-07-06tracing: Add saved_tgids file to show cached pid to tgid mappingsGravatar Michael Sartain 1-0/+73
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-31/+35
2017-07-05ftrace: Test for NULL iter->tr in regex for stack_trace_filter changesGravatar Steven Rostedt (VMware) 1-1/+1
2017-07-05Merge commit '0f17976568b3f72e676450af0c0db6f8752253d6' into trace/ftrace/coreGravatar Steven Rostedt (VMware) 4-5/+19
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2017-07-03bpf: extend bpf_trace_printk to support %iGravatar John Fastabend 1-3/+4
2017-07-03bpf: simplify narrower ctx accessGravatar Daniel Borkmann 1-19/+12
2017-06-29tracing/kprobes: Allow to create probe with a module name starting with a digitGravatar Sabrina Dubroca 1-9/+5
2017-06-29ftrace: Fix regression with module command in stack_trace_filterGravatar Steven Rostedt (VMware) 4-5/+19
2017-06-28ftrace: Decrement count for dyn_ftrace_total_info for init functionsGravatar Steven Rostedt (VMware) 1-0/+1
2017-06-28ftrace: Unlock hash mutex on failed allocation in process_mod_list()Gravatar Steven Rostedt (VMware) 1-1/+2
2017-06-27tracing: Add support for display of tgid in trace outputGravatar Joel Fernandes 2-14/+31
2017-06-27tracing: Add support for recording tgid of tasksGravatar Joel Fernandes 4-25/+201
2017-06-27ftrace: Decrement count for dyn_ftrace_total_info fileGravatar Steven Rostedt (VMware) 1-0/+1
2017-06-27ftrace: Remove unused function ftrace_arch_read_dyn_info()Gravatar Steven Rostedt (VMware) 1-18/+3
2017-06-26ftrace: Have cached module filters be an active filterGravatar Steven Rostedt (VMware) 2-6/+21
2017-06-26ftrace: Implement cached modules tracing on module loadGravatar Steven Rostedt (VMware) 1-0/+93
2017-06-26ftrace: Have the cached module list show in set_ftrace_filterGravatar Steven Rostedt (VMware) 1-12/+100
2017-06-26ftrace: Add :mod: caching infrastructure to trace_arrayGravatar Steven Rostedt (VMware) 2-6/+148
2017-06-23bpf: possibly avoid extra masking for narrower load in verifierGravatar Yonghong Song 1-6/+11
2017-06-22tracing: Show address when function names are not foundGravatar Steven Rostedt (VMware) 1-4/+14
2017-06-14bpf: permits narrower load from bpf program context fieldsGravatar Yonghong Song 1-6/+15
2017-06-13tracing: Rename update the enum_map fileGravatar Jeremy Linton 2-21/+21
2017-06-13tracing: Rename enum_replace to eval_replaceGravatar Jeremy Linton 1-6/+6
2017-06-13trace: rename enum_map functionsGravatar Jeremy Linton 3-40/+40
2017-06-13trace: rename trace.c enum functionsGravatar Jeremy Linton 1-6/+6
2017-06-13trace: rename trace_enum_mutex to trace_eval_mutexGravatar Jeremy Linton 1-7/+7
2017-06-13trace: rename trace enum data structures in trace.cGravatar Jeremy Linton 1-26/+26
2017-06-13trace: rename struct module entry for trace enumsGravatar Jeremy Linton 1-3/+3
2017-06-13trace: rename trace_enum_map to trace_eval_mapGravatar Jeremy Linton 3-21/+21
2017-06-13trace: rename kernel enum section to evalGravatar Jeremy Linton 1-4/+4
2017-06-13tracing: Remove unused declaration of trace_stop_cmdline_recordingGravatar Joel Fernandes 1-2/+0
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockGravatar Jens Axboe 1-1/+1