summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
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-13bpf: allow bpf_get_prandom_u32() to be used in tracingAlexei Starovoitov
2016-08-13bpf: 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-29Merge 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-26bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon
2016-07-20kernel/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
2016-07-15perf, events: add non-linear data support for raw recordsDaniel Borkmann
2016-07-09bpf: introduce bpf_get_current_task() helperAlexei Starovoitov
2016-07-05ftrace: Reduce size of function graph entriesNamhyung Kim
2016-07-05tracing: Have HIST_TRIGGERS select TRACINGTom Zanussi
2016-07-05tracing: Using for_each_set_bit() to simplify trace_pid_write()Wei Yongjun
2016-07-05ftrace: Move toplevel init out of ftrace_init_tracefs()Steven Rostedt (Red Hat)
2016-06-30bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_readDaniel Borkmann
2016-06-30bpf, trace: fetch current cpu only onceDaniel Borkmann
2016-06-30bpf: minor cleanups on fd maps and helpersDaniel Borkmann
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-06-27tracing/function_graph: Fix filters for function_graph thresholdJoel Fernandes
2016-06-23tracing: Skip more functions when doing stack tracing of eventsSteven Rostedt (Red Hat)
2016-06-20tracing: Expose CPU physical addresses (resource values) for PCI devicesBjorn Helgaas
2016-06-20tracing: Show the preempt count of when the event was calledSteven Rostedt (Red Hat)
2016-06-20tracing: Choose static tp_printk buffer by explicit nesting countAndy Lutomirski
2016-06-20tracing: expose current->comm to [ku]probe eventsOmar Sandoval
2016-06-20ftrace: Have set_ftrace_pid use the bitmap like events doSteven Rostedt (Red Hat)
2016-06-20tracing: Move pid_list write processing into its own functionSteven Rostedt (Red Hat)
2016-06-20tracing: Move the pid_list seq_file functions to be globalSteven Rostedt (Red Hat)
2016-06-20tracing: Move filtered_pid helper functions into trace.cSteven Rostedt
2016-06-20tracing: Make the pid filtering helper functions globalSteven Rostedt
2016-06-20tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)