summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Disable the __builtin_return_address() warning globally after allLinus Torvalds2016-10-121-4/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-10-071-4/+2
|\
| * tracing/syscalls: fix multiline in error message textColin Ian King2016-09-291-4/+2
* | Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-10-0611-9/+783
|\ \
| * | tracing: Call traceoff trigger after event is recordedMasami Hiramatsu2016-09-231-0/+1
| * | tracing: Have max_latency be defined for HWLAT_TRACER as wellSteven Rostedt (Red Hat)2016-09-122-3/+5
| * | tracing: Add NMI tracing in hwlat detectorSteven Rostedt (Red Hat)2016-09-023-3/+72
| * | tracing: Have hwlat trace migrate across tracing_cpumask CPUsSteven Rostedt (Red Hat)2016-09-021-0/+55
| * | tracing: Added hardware latency tracerSteven Rostedt (Red Hat)2016-09-027-1/+642
| * | ftrace: Access ret_stack->subtime only in the function profilerNamhyung Kim2016-09-012-1/+6
| * | function_graph: Handle TRACE_BPUTS in print_graph_commentNamhyung Kim2016-09-011-0/+5
| * | tracing/uprobe: Drop isdigit() check in create_trace_uprobeDmitry Safonov2016-09-011-4/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-10-051-35/+125
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-021-13/+16
| |\ \ \
| * | | | bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann2016-09-091-39/+36
| * | | | bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann2016-09-091-6/+6
| * | | | bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov2016-09-021-0/+61
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-1/+1
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-181-3/+3
| |\ \ \ \
| * | | | | bpf: allow bpf_get_prandom_u32() to be used in tracingAlexei Starovoitov2016-08-121-0/+2
| * | | | | bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon2016-08-121-0/+30
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-032-7/+65
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'x86/urgent' into x86/asmThomas Gleixner2016-09-301-13/+16
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-151-1/+1
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | ftrace: Add ftrace_graph_ret_addr() stack unwinding helpersJosh Poimboeuf2016-08-241-0/+58
| * | | | | | ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf2016-08-241-1/+4
| * | | | | | ftrace: Only allocate the ret_stack 'fp' field when neededJosh Poimboeuf2016-08-241-0/+2
| * | | | | | ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf2016-08-242-6/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-10-035-14/+59
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixed and resolve confl...Ingo Molnar2016-09-051-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | ftrace: kprobe: uprobe: Show u8/u16/u32/u64 types in decimalMasami Hiramatsu2016-08-232-5/+5
| * | | | | ftrace: probe: Add README entries for k/uprobe-eventsMasami Hiramatsu2016-08-231-0/+24
| * | | | | ftrace: kprobe: uprobe: Add x8/x16/x32/x64 for hexadecimal typesMasami Hiramatsu2016-08-234-13/+34
| | |/ / / | |/| | |
* | | | | Merge tag 'trace-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2016-09-251-13/+16
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix memory leaks in tracing_buffers_splice_read()Al Viro2016-09-251-6/+8
| * | | | tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)2016-09-251-7/+8
* | | | | block: Fix secure eraseAdrian Hunter2016-08-161-1/+1
| |/ / / |/| | |
* | | | block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-3/+3
| |/ / |/| |
* | | Merge tag 'trace-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2016-08-032-7/+11
|\ \ \ | |/ /
| * | tracing: Fix use-after-free in hist_register_trigger()Tom Zanussi2016-08-021-3/+3
| * | tracing: Fix use-after-free in hist_unreg_all/hist_enable_unreg_allSteven Rostedt2016-08-021-4/+4
| * | Makefile: Mute warning for __builtin_return_address(>0) for tracing onlySteven Rostedt2016-08-021-0/+4
* | | Merge tag 'trace-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-07-2812-453/+565
|\ \ \ | |/ / |/| |
| * | ftrace: Reduce size of function graph entriesNamhyung Kim2016-07-052-2/+13
| * | tracing: Have HIST_TRIGGERS select TRACINGTom Zanussi2016-07-051-0/+1
| * | tracing: Using for_each_set_bit() to simplify trace_pid_write()Wei Yongjun2016-07-051-6/+2
| * | ftrace: Move toplevel init out of ftrace_init_tracefs()Steven Rostedt (Red Hat)2016-07-053-6/+14
| * | tracing/function_graph: Fix filters for function_graph thresholdJoel Fernandes2016-06-271-9/+8
| * | tracing: Skip more functions when doing stack tracing of eventsSteven Rostedt (Red Hat)2016-06-231-1/+18
| * | tracing: Expose CPU physical addresses (resource values) for PCI devicesBjorn Helgaas2016-06-201-7/+3
OpenPOWER on IntegriCloud