summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2017-07-03bpf: extend bpf_trace_printk to support %iJohn Fastabend1-3/+4
2017-07-03bpf: simplify narrower ctx accessDaniel Borkmann1-19/+12
2017-06-30tracing/kprobes: Allow to create probe with a module name starting with a digitSabrina Dubroca1-9/+5
2017-06-29ftrace: Fix regression with module command in stack_trace_filterSteven Rostedt (VMware)4-5/+19
2017-06-28ftrace: Decrement count for dyn_ftrace_total_info for init functionsSteven Rostedt (VMware)1-0/+1
2017-06-28ftrace: Unlock hash mutex on failed allocation in process_mod_list()Steven Rostedt (VMware)1-1/+2
2017-06-27tracing: Add support for display of tgid in trace outputJoel Fernandes2-14/+31
2017-06-27tracing: Add support for recording tgid of tasksJoel Fernandes4-25/+201
2017-06-27ftrace: Decrement count for dyn_ftrace_total_info fileSteven Rostedt (VMware)1-0/+1
2017-06-27ftrace: Remove unused function ftrace_arch_read_dyn_info()Steven Rostedt (VMware)1-18/+3
2017-06-26ftrace: Have cached module filters be an active filterSteven Rostedt (VMware)2-6/+21
2017-06-26ftrace: Implement cached modules tracing on module loadSteven Rostedt (VMware)1-0/+93
2017-06-26ftrace: Have the cached module list show in set_ftrace_filterSteven Rostedt (VMware)1-12/+100
2017-06-26ftrace: Add :mod: caching infrastructure to trace_arraySteven Rostedt (VMware)2-6/+148
2017-06-23bpf: possibly avoid extra masking for narrower load in verifierYonghong Song1-6/+11
2017-06-23tracing: Show address when function names are not foundSteven Rostedt (VMware)1-4/+14
2017-06-14bpf: permits narrower load from bpf program context fieldsYonghong Song1-6/+15
2017-06-14tracing: Rename update the enum_map fileJeremy Linton2-21/+21
2017-06-14tracing: Rename enum_replace to eval_replaceJeremy Linton1-6/+6
2017-06-14trace: rename enum_map functionsJeremy Linton3-40/+40
2017-06-14trace: rename trace.c enum functionsJeremy Linton1-6/+6
2017-06-14trace: rename trace_enum_mutex to trace_eval_mutexJeremy Linton1-7/+7
2017-06-14trace: rename trace enum data structures in trace.cJeremy Linton1-26/+26
2017-06-14trace: rename struct module entry for trace enumsJeremy Linton1-3/+3
2017-06-14trace: rename trace_enum_map to trace_eval_mapJeremy Linton3-21/+21
2017-06-14trace: rename kernel enum section to evalJeremy Linton1-4/+4
2017-06-13tracing: Remove unused declaration of trace_stop_cmdline_recordingJoel Fernandes1-2/+0
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe1-1/+1
2017-06-11bpf: avoid excessive stack usage for perf_sample_dataDaniel Borkmann1-4/+6
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-2/+2
2017-06-07ftrace/kprobes: selftests: Check kretprobe maxactive is supportedMasami Hiramatsu1-1/+2
2017-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-05perf, bpf: Add BPF support to all perf_event typesAlexei Starovoitov1-14/+8
2017-05-27ftrace: Fix memory leak in ftrace_graph_release()Luis Henriques1-1/+1
2017-05-21Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-4/+52
2017-05-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2017-05-19blktrace: fix integer parseShaohua Li1-2/+2
2017-05-19tracing: Make sure RCU is watching before calling a stack traceSteven Rostedt (VMware)1-1/+30
2017-05-18ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stubSteven Rostedt (VMware)2-2/+4
2017-05-18ftrace/instances: Clear function triggers when removing instancesNaveen N. Rao3-0/+12
2017-05-18ftrace: Simplify glob handling in unregister_ftrace_function_probe_func()Naveen N. Rao1-2/+2
2017-05-18tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner1-0/+5
2017-05-18tracing: Move postpone selftests to core from early_initcallSteven Rostedt1-1/+1
2017-05-10Merge tag 'trace-v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds1-2/+3
2017-05-09Merge tag 'trace-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2-12/+10
2017-05-09tracing: Use cpumask_available() to check if cpumask variable may be usedMatthias Kaehlcke1-2/+3
2017-05-09trace: make trace_hwlat timestamp y2038 safeDeepa Dinamani3-15/+14
2017-05-04ftrace: Simplify ftrace_match_record() even moreSteven Rostedt (VMware)1-11/+9
2017-05-04ftrace: Remove an unneeded conditionDan Carpenter1-1/+1
2017-05-04tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()Amey Telawane1-1/+1