summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2017-05-25tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner1-0/+5
2017-04-27ring-buffer: Have ring_buffer_iter_empty() return true when emptySteven Rostedt (VMware)1-2/+14
2017-04-27tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)1-3/+5
2017-04-21ftrace: Fix function pid filter on instancesNamhyung Kim3-0/+12
2017-04-21ftrace: Fix removing of second function probeSteven Rostedt (VMware)1-4/+16
2017-04-12ring-buffer: Fix return value check in test_ringbuffer()Wei Yongjun1-4/+4
2017-03-15fs: Better permission checking for submountsEric W. Biederman1-2/+2
2017-02-09tracing: Fix hwlat kthread migrationSteven Rostedt (VMware)1-3/+5
2017-01-09fgraph: Handle a case where a tracer ignores set_graph_notraceSteven Rostedt (Red Hat)1-3/+14
2016-11-14ftrace: Add more checks for FTRACE_FL_DISABLED in processing ip recordsSteven Rostedt (Red Hat)1-0/+22
2016-11-14ftrace: Ignore FTRACE_FL_DISABLED while walking dyn_ftrace recordsAlexei Starovoitov1-1/+1
2016-10-12Disable the __builtin_return_address() warning globally after allLinus Torvalds1-4/+0
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-4/+2
2016-10-06Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds11-9/+783
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-35/+125
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-7/+65
2016-10-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-14/+59
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-13/+16
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner1-13/+16
2016-09-29tracing/syscalls: fix multiline in error message textColin Ian King1-4/+2
2016-09-25Merge tag 'trace-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-13/+16
2016-09-25fix memory leaks in tracing_buffers_splice_read()Al Viro1-6/+8
2016-09-25tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)1-7/+8
2016-09-23tracing: Call traceoff trigger after event is recordedMasami Hiramatsu1-0/+1
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar1-1/+1
2016-09-12tracing: Have max_latency be defined for HWLAT_TRACER as wellSteven Rostedt (Red Hat)2-3/+5
2016-09-09bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann1-39/+36
2016-09-09bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann1-6/+6
2016-09-05Merge branch 'perf/urgent' into perf/core, to pick up fixed and resolve confl...Ingo Molnar1-1/+1
2016-09-02bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov1-0/+61
2016-09-02tracing: Add NMI tracing in hwlat detectorSteven Rostedt (Red Hat)3-3/+72
2016-09-02tracing: Have hwlat trace migrate across tracing_cpumask CPUsSteven Rostedt (Red Hat)1-0/+55
2016-09-02tracing: Added hardware latency tracerSteven Rostedt (Red Hat)7-1/+642
2016-09-01ftrace: Access ret_stack->subtime only in the function profilerNamhyung Kim2-1/+6
2016-09-01function_graph: Handle TRACE_BPUTS in print_graph_commentNamhyung Kim1-0/+5
2016-09-01tracing/uprobe: Drop isdigit() check in create_trace_uprobeDmitry Safonov1-4/+0
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-08-24ftrace: Add ftrace_graph_ret_addr() stack unwinding helpersJosh Poimboeuf1-0/+58
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf1-1/+4
2016-08-24ftrace: Only allocate the ret_stack 'fp' field when neededJosh Poimboeuf1-0/+2
2016-08-24ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf2-6/+1
2016-08-23ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimalMasami Hiramatsu2-5/+5
2016-08-23ftrace: probe: Add README entries for k/uprobe-eventsMasami Hiramatsu1-0/+24
2016-08-23ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu4-13/+34
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2016-08-16block: Fix secure eraseAdrian Hunter1-1/+1
2016-08-12bpf: allow bpf_get_prandom_u32() to be used in tracingAlexei Starovoitov1-0/+2
2016-08-12bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon1-0/+30
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-3/+3
2016-08-03Merge tag 'trace-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2-7/+11