summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tracing/probe: Verify alloc_trace_*probe() resultMasami Hiramatsu2019-03-152-3/+4
* tracing/probe: Check event/group naming rule at parsingMasami Hiramatsu2019-03-153-10/+10
* tracing/probe: Check the size of argument name and bodyMasami Hiramatsu2019-03-152-0/+3
* tracing/probe: Check event name length correctlyMasami Hiramatsu2019-03-151-1/+7
* tracing/probe: Check maxactive error casesMasami Hiramatsu2019-03-151-3/+7
* tracing: kdb: Fix ftdump to not sleepDouglas Anderson2019-03-134-7/+12
* trace/probes: Remove kernel doc style from non kernel doc commentValdis Klētnieks2019-03-121-1/+1
* tracing/probes: Make reserved_field_names staticValdis Klētnieks2019-03-121-1/+1
* tracing: Use strncpy instead of memcpy when copying comm in trace.cTom Zanussi2019-03-051-2/+2
* tracing: Use strncpy instead of memcpy when copying comm for hist triggersTom Zanussi2019-03-051-2/+2
* tracing: Use strncpy instead of memcpy for string keys in hist triggersTom Zanussi2019-03-051-2/+3
* tracing: Use str_has_prefix() in synth_event_create()Tom Zanussi2019-03-051-2/+2
* x86/ftrace: Fix warning and considate ftrace_jmp_replace() and ftrace_call_re...Steven Rostedt (VMware)2019-03-051-25/+17Star
* tracing/perf: Use strndup_user() instead of buggy open-coded versionJann Horn2019-02-211-9/+7Star
* doc: trace: Fix documentation for uprobe_profileSrikar Dronamraju2019-02-211-4/+3Star
* tracing: Fix spelling mistake: "analagous" -> "analogous"Colin Ian King2019-02-201-1/+1
* tracing: Comment why cond_snapshot is checked outside of max_lock protectionSteven Rostedt (VMware)2019-02-201-0/+8
* tracing: Add hist trigger action 'expected fail' test caseTom Zanussi2019-02-201-0/+30
* tracing: Add alternative synthetic event trace action test caseTom Zanussi2019-02-201-0/+42
* tracing: Add hist trigger onchange() handler test caseTom Zanussi2019-02-201-0/+28
* tracing: Add hist trigger snapshot() action test caseTom Zanussi2019-02-201-0/+43
* tracing: Add SPDX license GPL-2.0 license identifier to inter-event testcasesTom Zanussi2019-02-208-0/+8
* tracing: Add alternative synthetic event trace action syntaxTom Zanussi2019-02-203-22/+76
* tracing: Add hist trigger onchange() handler DocumentationTom Zanussi2019-02-201-0/+98
* tracing: Add hist trigger onchange() handlerTom Zanussi2019-02-202-9/+52
* tracing: Add hist trigger snapshot() action DocumentationTom Zanussi2019-02-201-0/+110
* tracing: Add hist trigger snapshot() actionTom Zanussi2019-02-202-10/+259
* tracing: Add conditional snapshotTom Zanussi2019-02-203-6/+244
* tracing: Generalize hist trigger onmax and save actionTom Zanussi2019-02-201-76/+160
* tracing: Split up onmatch action dataTom Zanussi2019-02-202-52/+63
* tracing: Make hist trigger Documentation better reflect actions/handlersTom Zanussi2019-02-201-13/+43
* tracing: Refactor hist trigger action codeTom Zanussi2019-02-201-169/+238
* tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)2019-02-201-1/+0Star
* uprobes: convert uprobe.ref to refcount_tElena Reshetova2019-02-151-4/+4
* ftrace: Allow enabling of filters via index of available_filter_functionsSteven Rostedt (VMware)2019-02-154-0/+74
* tracing: Change the function format to display function names by perfChangbin Du2019-02-111-22/+19Star
* ring-buffer: Remove unused function ring_buffer_page_len()Miroslav Benes2019-02-062-16/+0Star
* tracing: Show stacktrace for wakeup tracersChangbin Du2019-02-061-0/+2
* tracing/doc: Add latency tracer funcgraph exampleChangbin Du2019-02-061-0/+51
* tracing: Put a margin between flags and duration for wakeup tracersChangbin Du2019-02-061-2/+3
* tracing: Show more info for funcgraph wakeup tracersChangbin Du2019-02-061-1/+4
* tracing: Add comment to predicate_parse() about "&&" or "||"Steven Rostedt (VMware)2019-02-061-0/+1
* tracing: Annotate implicit fall through in predicate_parse()Mathieu Malaterre2019-02-061-0/+1
* tracing: Annotate implicit fall through in parse_probe_arg()Mathieu Malaterre2019-02-061-0/+1
* function_graph: Support displaying relative timestampChangbin Du2019-02-064-6/+32
* Linux 5.0-rc5Linus Torvalds2019-02-031-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-0313-14/+35
|\
| * x86/resctrl: Avoid confusion over the new X86_RESCTRL configJohannes Weiner2019-02-026-10/+10
| * x86/kexec: Don't setup EFI info if EFI runtime is not enabledKairui Song2019-02-011-0/+3
| * x86/microcode/amd: Don't falsely trick the late loading mechanismThomas Lendacky2019-01-311-1/+1