summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-1516-381/+992
|\
| * tracing: Fix documentation about disabling options using trace_optionsSrivatsa S. Bhat (VMware)2019-05-081-1/+1
| * tracing: Replace kzalloc with kcallocGustavo A. R. Silva2019-05-081-2/+2
| * tracing: Fix partial reading of trace event's id fileElazar Leibovich2019-05-081-3/+0
| * tracing: Allow RCU to run between postponed startup testsAnders Roxell2019-05-081-0/+4
| * tracing: Fix white space issues in parse_pred() functionColin Ian King2019-05-081-24/+24
| * tracing: Eliminate const char[] auto variablesRasmus Villemoes2019-05-082-22/+14
| * ring-buffer: Fix mispelling of CalculateYangtao Li2019-05-081-1/+1
| * tracing: probeevent: Fix to make the type of $comm stringMasami Hiramatsu2019-05-081-6/+7
| * tracing: probeevent: Do not accumulate on ret variableMasami Hiramatsu2019-05-081-1/+1
| * tracing: uprobes: Re-enable $comm support for uprobe eventsMasami Hiramatsu2019-05-082-2/+12
| * tracing: kdb: Allow ftdump to skip all but the last few entriesDouglas Anderson2019-05-021-14/+31
| * tracing: Add trace_total_entries() / trace_total_entries_cpu()Douglas Anderson2019-05-022-15/+53
| * tracing: kdb: The skip_lines parameter should have been skip_entriesDouglas Anderson2019-05-021-8/+8
| * function_graph: Have selftest also emulate tr->reset() as it did with tr->init()Steven Rostedt (VMware)2019-04-211-1/+4
| * ftrace: Do not process STUB functions in ftrace_ops_list_func()Steven Rostedt (VMware)2019-04-111-0/+3
| * ftrace: Remove ASSIGN_OPS_HASH() macro from ftrace.cSteven Rostedt (VMware)2019-04-101-4/+0
| * tracing: Add error_log to READMETom Zanussi2019-04-081-0/+1
| * tracing: Have the error logs show up in the proper instancesSteven Rostedt (VMware)2019-04-085-23/+46
| * tracing: Have histogram code pass around trace_array for error handlingSteven Rostedt (VMware)2019-04-081-62/+80
| * tracing: Add trace_array parameter to create_event_filter()Steven Rostedt (VMware)2019-04-083-13/+18
| * tracing: Use tracing error_log with probe eventsMasami Hiramatsu2019-04-024-124/+348
| * tracing: Use tracing error_log with trace event filtersTom Zanussi2019-04-021-2/+9
| * tracing: Use tracing error_log with hist triggersTom Zanussi2019-04-021-102/+104
| * tracing: Save the last hist command's associated event nameTom Zanussi2019-04-021-6/+27
| * tracing: Add tracing error logTom Zanussi2019-04-022-0/+222
| * tracing: Kernel access to Ftrace instancesDivya Indi2019-04-022-24/+51
| * ring-buffer: Fix ring buffer size in rb_write_something()YueHaibing2019-04-021-1/+1
* | Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-05-111-7/+0
|\ \
| * | tracing: stop making gpio tracing configurableUwe Kleine-König2019-04-081-7/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-0/+30
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-022-17/+20
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-281-0/+24
| |\ \ \
| | * | | bpf: add writable context for raw tracepointsMatt Mullins2019-04-261-0/+24
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-251-1/+5
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-221-0/+6
| |\ \ \ \
| | * | | | bpf: add map helper functions push, pop, peek in more BPF programsAlban Crequy2019-04-161-0/+6
* | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-061-0/+8
|\ \ \ \ \ \
| * | | | | | bpf: Fail bpf_probe_write_user() while mm is switchedNadav Amit2019-04-301-0/+8
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-064-134/+78
|\ \ \ \ \ \
| * | | | | | tracing: Remove the last struct stack_trace usageThomas Gleixner2019-04-291-21/+16
| * | | | | | tracing: Simplify stack trace retrievalThomas Gleixner2019-04-291-27/+13
| * | | | | | tracing: Make ftrace_trace_userstack() static and conditionalThomas Gleixner2019-04-292-14/+8
| * | | | | | tracing: Use percpu stack trace buffer more intelligentlyThomas Gleixner2019-04-291-36/+37
| * | | | | | tracing: Simplify stacktrace retrieval in histogramsThomas Gleixner2019-04-291-9/+3
| * | | | | | tracing: Cleanup stack trace codeThomas Gleixner2019-04-291-29/+13
| * | | | | | tracing: Remove the ULONG_MAX stack trace hackeryThomas Gleixner2019-04-142-16/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-0/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAPPeter Zijlstra2019-04-031-0/+4
| | |_|_|/ | |/| | |
* | | | | Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-04-262-17/+20
|\ \ \ \ \ | |_|_|_|/ |/| | | |