summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2016-10-12Disable the __builtin_return_address() warning globally after allLinus Torvalds
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-10-06Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-30Merge branch 'x86/urgent' into x86/asmThomas Gleixner
2016-09-29tracing/syscalls: fix multiline in error message textColin Ian King
2016-09-25Merge tag 'trace-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2016-09-25fix memory leaks in tracing_buffers_splice_read()Al Viro
2016-09-25tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)
2016-09-23tracing: Call traceoff trigger after event is recordedMasami Hiramatsu
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar
2016-09-12tracing: Have max_latency be defined for HWLAT_TRACER as wellSteven Rostedt (Red Hat)
2016-09-09bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann
2016-09-09bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann
2016-09-05Merge branch 'perf/urgent' into perf/core, to pick up fixed and resolve confl...Ingo Molnar
2016-09-02bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov
2016-09-02tracing: Add NMI tracing in hwlat detectorSteven Rostedt (Red Hat)
2016-09-02tracing: Have hwlat trace migrate across tracing_cpumask CPUsSteven Rostedt (Red Hat)
2016-09-02tracing: Added hardware latency tracerSteven Rostedt (Red Hat)
2016-09-01ftrace: Access ret_stack->subtime only in the function profilerNamhyung Kim
2016-09-01function_graph: Handle TRACE_BPUTS in print_graph_commentNamhyung Kim
2016-09-01tracing/uprobe: Drop isdigit() check in create_trace_uprobeDmitry Safonov
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-24ftrace: Add ftrace_graph_ret_addr() stack unwinding helpersJosh Poimboeuf
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf
2016-08-24ftrace: Only allocate the ret_stack 'fp' field when neededJosh Poimboeuf
2016-08-24ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf
2016-08-23ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimalMasami Hiramatsu
2016-08-23ftrace: probe: Add README entries for k/uprobe-eventsMasami Hiramatsu
2016-08-23ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-16block: Fix secure eraseAdrian Hunter
2016-08-12bpf: allow bpf_get_prandom_u32() to be used in tracingAlexei Starovoitov
2016-08-12bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-08-03Merge tag 'trace-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2016-08-02tracing: Fix use-after-free in hist_register_trigger()Tom Zanussi
2016-08-02tracing: Fix use-after-free in hist_unreg_all/hist_enable_unreg_allSteven Rostedt
2016-08-02Makefile: Mute warning for __builtin_return_address(>0) for tracing onlySteven Rostedt
2016-07-28Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-25bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon
2016-07-19kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bugAndrew Morton
2016-07-15bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann
2016-07-15bpf, perf: split bpf_perf_event_outputDaniel Borkmann