summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar-1/+1
2016-09-12tracing: Have max_latency be defined for HWLAT_TRACER as wellSteven Rostedt (Red Hat)-3/+5
2016-09-09bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann-39/+36
2016-09-09bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann-6/+6
2016-09-05Merge branch 'perf/urgent' into perf/core, to pick up fixed and resolve confl...Ingo Molnar-1/+1
2016-09-02bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov-0/+61
2016-09-02tracing: Add NMI tracing in hwlat detectorSteven Rostedt (Red Hat)-3/+72
2016-09-02tracing: Have hwlat trace migrate across tracing_cpumask CPUsSteven Rostedt (Red Hat)-0/+55
2016-09-02tracing: Added hardware latency tracerSteven Rostedt (Red Hat)-1/+642
2016-09-01ftrace: Access ret_stack->subtime only in the function profilerNamhyung Kim-1/+6
2016-09-01function_graph: Handle TRACE_BPUTS in print_graph_commentNamhyung Kim-0/+5
2016-09-01tracing/uprobe: Drop isdigit() check in create_trace_uprobeDmitry Safonov-4/+0
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2016-08-24ftrace: Add ftrace_graph_ret_addr() stack unwinding helpersJosh Poimboeuf-0/+58
2016-08-24ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf-1/+4
2016-08-24ftrace: Only allocate the ret_stack 'fp' field when neededJosh Poimboeuf-0/+2
2016-08-24ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf-6/+1
2016-08-23ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimalMasami Hiramatsu-5/+5
2016-08-23ftrace: probe: Add README entries for k/uprobe-eventsMasami Hiramatsu-0/+24
2016-08-23ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu-13/+34
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+3
2016-08-16block: Fix secure eraseAdrian Hunter-1/+1
2016-08-12bpf: allow bpf_get_prandom_u32() to be used in tracingAlexei Starovoitov-0/+2
2016-08-12bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon-0/+30
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe-3/+3
2016-08-03Merge tag 'trace-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds-7/+11
2016-08-02tracing: Fix use-after-free in hist_register_trigger()Tom Zanussi-3/+3
2016-08-02tracing: Fix use-after-free in hist_unreg_all/hist_enable_unreg_allSteven Rostedt-4/+4
2016-08-02Makefile: Mute warning for __builtin_return_address(>0) for tracing onlySteven Rostedt-0/+4
2016-07-28Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-453/+565
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-49/+115
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+4
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds-30/+47
2016-07-25bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon-0/+45
2016-07-19kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bugAndrew Morton-1/+3
2016-07-15bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann-18/+15
2016-07-15bpf, perf: split bpf_perf_event_outputDaniel Borkmann-13/+22
2016-07-15perf, events: add non-linear data support for raw recordsDaniel Borkmann-2/+4
2016-07-09bpf: introduce bpf_get_current_task() helperAlexei Starovoitov-0/+13
2016-07-05ftrace: Reduce size of function graph entriesNamhyung Kim-2/+13
2016-07-05tracing: Have HIST_TRIGGERS select TRACINGTom Zanussi-0/+1
2016-07-05tracing: Using for_each_set_bit() to simplify trace_pid_write()Wei Yongjun-6/+2
2016-07-05ftrace: Move toplevel init out of ftrace_init_tracefs()Steven Rostedt (Red Hat)-6/+14
2016-06-30bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_readDaniel Borkmann-3/+8
2016-06-30bpf, trace: fetch current cpu only onceDaniel Borkmann-2/+3
2016-06-30bpf: minor cleanups on fd maps and helpersDaniel Borkmann-12/+6
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+14
2016-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-2/+8
2016-06-27tracing/function_graph: Fix filters for function_graph thresholdJoel Fernandes-9/+8
2016-06-23tracing: Skip more functions when doing stack tracing of eventsSteven Rostedt (Red Hat)-1/+18