summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2017-07-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-07-08kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao
2017-07-07Merge tag 'linux-kselftest-4.13-rc1-update' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2017-07-06Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-07-05ftrace: Test for NULL iter->tr in regex for stack_trace_filter changesSteven Rostedt (VMware)
2017-07-05Merge commit '0f17976568b3f72e676450af0c0db6f8752253d6' into trace/ftrace/coreSteven Rostedt (VMware)
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-07-03bpf: extend bpf_trace_printk to support %iJohn Fastabend
2017-07-03bpf: simplify narrower ctx accessDaniel Borkmann
2017-06-29tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca
2017-06-29ftrace: Fix regression with module command in stack_trace_filterSteven Rostedt (VMware)
2017-06-28ftrace: Decrement count for dyn_ftrace_total_info for init functionsSteven Rostedt (VMware)
2017-06-28ftrace: Unlock hash mutex on failed allocation in process_mod_list()Steven Rostedt (VMware)
2017-06-27tracing: Add support for display of tgid in trace outputJoel Fernandes
2017-06-27tracing: Add support for recording tgid of tasksJoel Fernandes
2017-06-27ftrace: Decrement count for dyn_ftrace_total_info fileSteven Rostedt (VMware)
2017-06-27ftrace: Remove unused function ftrace_arch_read_dyn_info()Steven Rostedt (VMware)
2017-06-26ftrace: Have cached module filters be an active filterSteven Rostedt (VMware)
2017-06-26ftrace: Implement cached modules tracing on module loadSteven Rostedt (VMware)
2017-06-26ftrace: Have the cached module list show in set_ftrace_filterSteven Rostedt (VMware)
2017-06-26ftrace: Add :mod: caching infrastructure to trace_arraySteven Rostedt (VMware)
2017-06-23bpf: possibly avoid extra masking for narrower load in verifierYonghong Song
2017-06-22tracing: Show address when function names are not foundSteven Rostedt (VMware)
2017-06-14bpf: permits narrower load from bpf program context fieldsYonghong Song
2017-06-13tracing: Rename update the enum_map fileJeremy Linton
2017-06-13tracing: Rename enum_replace to eval_replaceJeremy Linton
2017-06-13trace: rename enum_map functionsJeremy Linton
2017-06-13trace: rename trace.c enum functionsJeremy Linton
2017-06-13trace: rename trace_enum_mutex to trace_eval_mutexJeremy Linton
2017-06-13trace: rename trace enum data structures in trace.cJeremy Linton
2017-06-13trace: rename struct module entry for trace enumsJeremy Linton
2017-06-13trace: rename trace_enum_map to trace_eval_mapJeremy Linton
2017-06-13trace: rename kernel enum section to evalJeremy Linton
2017-06-13tracing: Remove unused declaration of trace_stop_cmdline_recordingJoel Fernandes
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe
2017-06-10bpf: avoid excessive stack usage for perf_sample_dataDaniel Borkmann
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-07ftrace/kprobes: selftests: Check kretprobe maxactive is supportedMasami Hiramatsu
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-04perf, bpf: Add BPF support to all perf_event typesAlexei Starovoitov
2017-05-26ftrace: Fix memory leak in ftrace_graph_release()Luis Henriques
2017-05-20Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-05-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-05-19blktrace: fix integer parseShaohua Li
2017-05-18tracing: Make sure RCU is watching before calling a stack traceSteven Rostedt (VMware)
2017-05-17ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stubSteven Rostedt (VMware)
2017-05-17ftrace/instances: Clear function triggers when removing instancesNaveen N. Rao
2017-05-17ftrace: Simplify glob handling in unregister_ftrace_function_probe_func()Naveen N. Rao
2017-05-17tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner