aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 16-381/+992
2019-05-11Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-7/+0
2019-05-08tracing: Fix documentation about disabling options using trace_optionsGravatar Srivatsa S. Bhat (VMware) 1-1/+1
2019-05-08tracing: Replace kzalloc with kcallocGravatar Gustavo A. R. Silva 1-2/+2
2019-05-08tracing: Fix partial reading of trace event's id fileGravatar Elazar Leibovich 1-3/+0
2019-05-08tracing: Allow RCU to run between postponed startup testsGravatar Anders Roxell 1-0/+4
2019-05-08tracing: Fix white space issues in parse_pred() functionGravatar Colin Ian King 1-24/+24
2019-05-08tracing: Eliminate const char[] auto variablesGravatar Rasmus Villemoes 2-22/+14
2019-05-08ring-buffer: Fix mispelling of CalculateGravatar Yangtao Li 1-1/+1
2019-05-08tracing: probeevent: Fix to make the type of $comm stringGravatar Masami Hiramatsu 1-6/+7
2019-05-08tracing: probeevent: Do not accumulate on ret variableGravatar Masami Hiramatsu 1-1/+1
2019-05-08tracing: uprobes: Re-enable $comm support for uprobe eventsGravatar Masami Hiramatsu 2-2/+12
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+30
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+8
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 4-134/+78
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+4
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-17/+20
2019-05-02tracing: kdb: Allow ftdump to skip all but the last few entriesGravatar Douglas Anderson 1-14/+31
2019-05-02tracing: Add trace_total_entries() / trace_total_entries_cpu()Gravatar Douglas Anderson 2-15/+53
2019-05-02tracing: kdb: The skip_lines parameter should have been skip_entriesGravatar Douglas Anderson 1-8/+8
2019-04-30bpf: Fail bpf_probe_write_user() while mm is switchedGravatar Nadav Amit 1-0/+8
2019-04-29tracing: Remove the last struct stack_trace usageGravatar Thomas Gleixner 1-21/+16
2019-04-29tracing: Simplify stack trace retrievalGravatar Thomas Gleixner 1-27/+13
2019-04-29tracing: Make ftrace_trace_userstack() static and conditionalGravatar Thomas Gleixner 2-14/+8
2019-04-29tracing: Use percpu stack trace buffer more intelligentlyGravatar Thomas Gleixner 1-36/+37
2019-04-29tracing: Simplify stacktrace retrieval in histogramsGravatar Thomas Gleixner 1-9/+3
2019-04-29tracing: Cleanup stack trace codeGravatar Thomas Gleixner 1-29/+13
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+24
2019-04-26bpf: add writable context for raw tracepointsGravatar Matt Mullins 1-0/+24
2019-04-26Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 2-17/+20
2019-04-26trace: Fix preempt_enable_no_resched() abuseGravatar Peter Zijlstra 1-1/+1
2019-04-26tracing: Fix a memory leak by early error exit in trace_pid_write()Gravatar Wenwen Wang 1-1/+4
2019-04-26tracing: Fix buffer_ref pipe opsGravatar Jann Horn 1-14/+14
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+5
2019-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+6
2019-04-21function_graph: Have selftest also emulate tr->reset() as it did with tr->init()Gravatar Steven Rostedt (VMware) 1-1/+4
2019-04-19kprobes: Mark ftrace mcount handler functions nokprobeGravatar Masami Hiramatsu 1-1/+5
2019-04-16bpf: add map helper functions push, pop, peek in more BPF programsGravatar Alban Crequy 1-0/+6
2019-04-14Merge branch 'page-refs' (page ref overflow)Gravatar Linus Torvalds 1-1/+5
2019-04-14tracing: Remove the ULONG_MAX stack trace hackeryGravatar Thomas Gleixner 2-16/+6
2019-04-14fs: prevent page refcount overflow in pipe_buf_getGravatar Matthew Wilcox 1-1/+5
2019-04-11ftrace: Do not process STUB functions in ftrace_ops_list_func()Gravatar Steven Rostedt (VMware) 1-0/+3
2019-04-10ftrace: Remove ASSIGN_OPS_HASH() macro from ftrace.cGravatar Steven Rostedt (VMware) 1-4/+0
2019-04-08tracing: Add error_log to READMEGravatar Tom Zanussi 1-0/+1
2019-04-08tracing: Have the error logs show up in the proper instancesGravatar Steven Rostedt (VMware) 5-23/+46
2019-04-08tracing: Have histogram code pass around trace_array for error handlingGravatar Steven Rostedt (VMware) 1-62/+80
2019-04-08tracing: Add trace_array parameter to create_event_filter()Gravatar Steven Rostedt (VMware) 3-13/+18
2019-04-08tracing: stop making gpio tracing configurableGravatar Uwe Kleine-König 1-7/+0
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsGravatar Steven Rostedt (Red Hat) 1-2/+2
2019-04-04tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()Gravatar Steven Rostedt (Red Hat) 1-3/+6