summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* trace: fix the errors caused by incompatible type of RCU variablesChunyan Zhang2017-07-202-17/+30
* tracing: Fix kmemleak in instance_rmdirChunyu Hu2017-07-201-0/+1
* tracing/ring_buffer: Try harder to allocateJoel Fernandes2017-07-191-5/+5
* Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2017-07-134-20/+143
|\
| * ftrace: Fix uninitialized variable in match_records()Dan Carpenter2017-07-121-1/+1
| * ftrace: Remove an unneeded NULL checkDan Carpenter2017-07-121-1/+1
| * ftrace: Hide cached module code for !CONFIG_MODULESArnd Bergmann2017-07-111-0/+2
| * tracing: Do note expose stack_trace_filter without DYNAMIC_FTRACESteven Rostedt (VMware)2017-07-111-0/+6
| * tracing: Fixup trace file header alignmentSteven Rostedt (VMware)2017-07-111-8/+17
| * trace/kprobes: Sanitize derived event namesNaveen N. Rao2017-07-091-0/+9
| * tracing: Attempt to record other information even if some failJoel Fernandes2017-07-071-8/+24
| * tracing: Treat recording tgid for idle task as a successJoel Fernandes2017-07-071-1/+5
| * tracing: Treat recording comm for idle task as a successJoel Fernandes2017-07-071-1/+5
| * tracing: Add saved_tgids file to show cached pid to tgid mappingsMichael Sartain2017-07-061-0/+73
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-091-1/+1
|\ \
| * | kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao2017-07-081-1/+1
* | | Merge tag 'linux-kselftest-4.13-rc1-update' of git://git.kernel.org/pub/scm/l...Linus Torvalds2017-07-071-1/+2
|\ \ \
| * | | ftrace/kprobes: selftests: Check kretprobe maxactive is supportedMasami Hiramatsu2017-06-071-1/+2
* | | | Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-07-067-207/+734
|\ \ \ \ | | |_|/ | |/| |
| * | | ftrace: Test for NULL iter->tr in regex for stack_trace_filter changesSteven Rostedt (VMware)2017-07-051-1/+1
| * | | Merge commit '0f17976568b3f72e676450af0c0db6f8752253d6' into trace/ftrace/coreSteven Rostedt (VMware)2017-07-054-5/+19
| |\ \ \
| * | | | ftrace: Decrement count for dyn_ftrace_total_info for init functionsSteven Rostedt (VMware)2017-06-281-0/+1
| * | | | ftrace: Unlock hash mutex on failed allocation in process_mod_list()Steven Rostedt (VMware)2017-06-281-1/+2
| * | | | tracing: Add support for display of tgid in trace outputJoel Fernandes2017-06-272-14/+31
| * | | | tracing: Add support for recording tgid of tasksJoel Fernandes2017-06-274-25/+201
| * | | | ftrace: Decrement count for dyn_ftrace_total_info fileSteven Rostedt (VMware)2017-06-271-0/+1
| * | | | ftrace: Remove unused function ftrace_arch_read_dyn_info()Steven Rostedt (VMware)2017-06-271-18/+3
| * | | | ftrace: Have cached module filters be an active filterSteven Rostedt (VMware)2017-06-262-6/+21
| * | | | ftrace: Implement cached modules tracing on module loadSteven Rostedt (VMware)2017-06-261-0/+93
| * | | | ftrace: Have the cached module list show in set_ftrace_filterSteven Rostedt (VMware)2017-06-261-12/+100
| * | | | ftrace: Add :mod: caching infrastructure to trace_arraySteven Rostedt (VMware)2017-06-262-6/+148
| * | | | tracing: Show address when function names are not foundSteven Rostedt (VMware)2017-06-221-4/+14
| * | | | tracing: Rename update the enum_map fileJeremy Linton2017-06-132-21/+21
| * | | | tracing: Rename enum_replace to eval_replaceJeremy Linton2017-06-131-6/+6
| * | | | trace: rename enum_map functionsJeremy Linton2017-06-133-40/+40
| * | | | trace: rename trace.c enum functionsJeremy Linton2017-06-131-6/+6
| * | | | trace: rename trace_enum_mutex to trace_eval_mutexJeremy Linton2017-06-131-7/+7
| * | | | trace: rename trace enum data structures in trace.cJeremy Linton2017-06-131-26/+26
| * | | | trace: rename struct module entry for trace enumsJeremy Linton2017-06-131-3/+3
| * | | | trace: rename trace_enum_map to trace_eval_mapJeremy Linton2017-06-133-21/+21
| * | | | trace: rename kernel enum section to evalJeremy Linton2017-06-131-4/+4
| * | | | tracing: Remove unused declaration of trace_stop_cmdline_recordingJoel Fernandes2017-06-131-2/+0
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-31/+35
|\ \ \ \ | |_|_|/ |/| | |
| * | | bpf: extend bpf_trace_printk to support %iJohn Fastabend2017-07-031-3/+4
| * | | bpf: simplify narrower ctx accessDaniel Borkmann2017-07-031-19/+12
| * | | bpf: possibly avoid extra masking for narrower load in verifierYonghong Song2017-06-231-6/+11
| * | | bpf: permits narrower load from bpf program context fieldsYonghong Song2017-06-141-6/+15
| * | | bpf: avoid excessive stack usage for perf_sample_dataDaniel Borkmann2017-06-101-4/+6
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-061-1/+1
| |\ \ \ | | |/ /
| * | | perf, bpf: Add BPF support to all perf_event typesAlexei Starovoitov2017-06-041-14/+8
OpenPOWER on IntegriCloud