summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2019-05-29Merge tag 'trace-v5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-05-28tracing: Avoid memory leak in predicate_parse()Tomas Bortoli
2019-05-26Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-25tracing: Silence GCC 9 array bounds warningMiguel Ojeda
2019-05-25Merge tag 'trace-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-05-22kernel/trace/trace.h: Remove duplicate header of trace_seq.hJagadeesh Pagadala
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-05-21tracing: Add a check_val() check before updating cond_snapshot() track_valTom Zanussi
2019-05-21tracing: Check keys for variable references in expressions tooTom Zanussi
2019-05-21tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_eltsTom Zanussi
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-05-14bpf: mark bpf_event_notify and bpf_event_init as staticStanislav Fomichev
2019-05-11Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2019-05-08tracing: Fix documentation about disabling options using trace_optionsSrivatsa S. Bhat (VMware)
2019-05-08tracing: Replace kzalloc with kcallocGustavo A. R. Silva
2019-05-08tracing: Fix partial reading of trace event's id fileElazar Leibovich
2019-05-08tracing: Allow RCU to run between postponed startup testsAnders Roxell
2019-05-08tracing: Fix white space issues in parse_pred() functionColin Ian King
2019-05-08tracing: Eliminate const char[] auto variablesRasmus Villemoes
2019-05-08ring-buffer: Fix mispelling of CalculateYangtao Li
2019-05-08tracing: probeevent: Fix to make the type of $comm stringMasami Hiramatsu
2019-05-08tracing: probeevent: Do not accumulate on ret variableMasami Hiramatsu
2019-05-08tracing: uprobes: Re-enable $comm support for uprobe eventsMasami Hiramatsu
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-02tracing: kdb: Allow ftdump to skip all but the last few entriesDouglas Anderson
2019-05-02tracing: Add trace_total_entries() / trace_total_entries_cpu()Douglas Anderson
2019-05-02tracing: kdb: The skip_lines parameter should have been skip_entriesDouglas Anderson
2019-04-30bpf: Fail bpf_probe_write_user() while mm is switchedNadav Amit
2019-04-29tracing: Remove the last struct stack_trace usageThomas Gleixner
2019-04-29tracing: Simplify stack trace retrievalThomas Gleixner
2019-04-29tracing: Make ftrace_trace_userstack() static and conditionalThomas Gleixner
2019-04-29tracing: Use percpu stack trace buffer more intelligentlyThomas Gleixner
2019-04-29tracing: Simplify stacktrace retrieval in histogramsThomas Gleixner
2019-04-29tracing: Cleanup stack trace codeThomas Gleixner
2019-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-26bpf: add writable context for raw tracepointsMatt Mullins
2019-04-26Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-04-26trace: Fix preempt_enable_no_resched() abusePeter Zijlstra
2019-04-26tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang
2019-04-26tracing: Fix buffer_ref pipe opsJann Horn
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-04-21function_graph: Have selftest also emulate tr->reset() as it did with tr->init()Steven Rostedt (VMware)