summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-091-1/+1
|\
| * treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-081-1/+1
* | Merge tag 'trace-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-09-085-19/+82
|\ \ | |/ |/|
| * tracing: Apply trace_clock changes to instance max bufferBaohong Liu2017-09-061-1/+1
| * tracing: Fix clear of RECORDED_TGID flag when disabling trace eventChunyu Hu2017-09-051-1/+1
| * tracing: Add barrier to trace_printk() buffer nesting modificationSteven Rostedt (VMware)2017-09-051-1/+7
| * ftrace: Fix memleak when unregistering dynamic ops when tracing disabledSteven Rostedt (VMware)2017-09-011-4/+6
| * ftrace: Fix selftest goto location on errorSteven Rostedt (VMware)2017-09-011-1/+1
| * ftrace: Zero out ftrace hashes when a module is removedSteven Rostedt (VMware)2017-08-311-3/+55
| * tracing: Only have rmmod clear buffers that its events were active inSteven Rostedt (VMware)2017-08-313-8/+11
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-78/+183
|\ \
| * | block: replace bi_bdev with a gendisk pointer and partitions indexChristoph Hellwig2017-08-231-1/+1
| * | block: use standard blktrace API to output cgroup info for debug notesShaohua Li2017-07-291-2/+10
| * | blktrace: add an option to allow displaying cgroup pathShaohua Li2017-07-291-1/+13
| * | blktrace: export cgroup info in traceShaohua Li2017-07-291-73/+158
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-061-2/+51
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-016-16/+38
| |\ \ \ | | | |/ | | |/|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-151-4/+30
| |\ \ \
| * | | | bpf: add support for sys_enter_* and sys_exit_* tracepointsYonghong Song2017-08-071-2/+51
| | |_|/ | |/| |
* | | | perf/ftrace: Fix double traces of perf on ftrace:functionZhou Chengming2017-08-294-6/+8
| |_|/ |/| |
* | | Merge tag 'trace-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-08-246-16/+38
|\ \ \ | |_|/ |/| |
| * | tracing: Fix freeing of filter in create_filter() when set_str is falseSteven Rostedt (VMware)2017-08-241-0/+4
| * | tracing: Fix kmemleak in tracing_map_array_free()Chunyu Hu2017-08-241-4/+7
| * | ftrace: Check for null ret_stack on profile function graph entry functionSteven Rostedt (VMware)2017-08-241-0/+4
| * | ring-buffer: Have ring_buffer_alloc_read_page() return error on offline CPUSteven Rostedt (VMware)2017-08-023-11/+21
| * | tracing: Missing error code in tracer_alloc_buffers()Dan Carpenter2017-08-021-0/+1
| * | tracing: Call clear_boot_tracer() at lateinit_syncSteven Rostedt (VMware)2017-08-021-1/+1
| |/
* | bpf: fix bpf_trace_printk on 32 bit archsDaniel Borkmann2017-08-151-4/+30
|/
* 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
OpenPOWER on IntegriCloud