summaryrefslogtreecommitdiff
path: root/kernel/trace
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netHEADmasterLinus Torvalds2018-04-24
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-04-22
| |\
| | * bpf/tracing: fix a deadlock in perf_event_detach_bpf_progYonghong Song2018-04-11
* | | trace_kprobe: Remove warning message "Could not insert probe at..."Song Liu2018-04-17
|/ /
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-15
|\ \
| * | tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu2018-04-10
| * | perf/core: Fix perf_uprobe_init()Song Liu2018-04-10
| * | perf/core: Fix perf_kprobe_init()Masami Hiramatsu2018-04-10
* | | Merge tag 'trace-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2018-04-12
|\ \ \
| * | | tracing: Enforce passing in filter=NULL to create_filter()Steven Rostedt (VMware)2018-04-11
| * | | trace_uprobe: Simplify probes_seq_show()Ravi Bangoria2018-04-11
| * | | trace_uprobe: Use %lx to display offsetRavi Bangoria2018-04-11
| * | | tracing/uprobe: Add support for overlayfsHoward McLauchlan2018-04-11
| * | | tracing: Use ARRAY_SIZE() macro instead of open coding itJérémy Lefaure2018-04-11
* | | | Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-04-10
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | tracing: Add rcu dereference annotation for test func that touches filter->progSteven Rostedt (VMware)2018-04-06
| * | tracing: Add rcu dereference annotation for filter->progSteven Rostedt (VMware)2018-04-06
| * | tracing: Fixup logic inversion on setting trace_global_clock defaultsChris Wilson2018-04-06
| * | tracing: Hide global trace clock from lockdepSteven Rostedt (VMware)2018-04-06
| * | ring-buffer: Add set/clear_current_oom_origin() during allocationsSteven Rostedt (VMware)2018-04-06
| * | ring-buffer: Check if memory is available before allocationSteven Rostedt (VMware)2018-04-06
| * | tracing: Uninitialized variable in create_tracing_map_fields()Dan Carpenter2018-04-06
| * | tracing: Make sure variable string fields are NULL-terminatedTom Zanussi2018-04-06
| * | tracing: Add action comparisons when testing matching hist triggersTom Zanussi2018-04-06
| * | tracing: Don't add flag strings when displaying variable referencesTom Zanussi2018-04-06
| * | tracing: Fix display of hist trigger expressions containing timestampsTom Zanussi2018-04-06
| * | ftrace: Drop a VLA in module_exists()Salvatore Mesoraca2018-04-06
| * | tracing: Mention trace_clock=global when warning about unstable clocksChris Wilson2018-04-06
| * | tracing: Default to using trace_global_clock if sched_clock is unstableChris Wilson2018-04-06
| * | tracing: Fix a potential NULL dereferenceDan Carpenter2018-03-23
| * | tracing: Rewrite filter logic to be simpler and fasterSteven Rostedt (VMware)2018-03-14
| * | tracing: Clean up and document pred_funcs_##type creation and useSteven Rostedt (VMware)2018-03-14
| * | tracing: Combine enum and arrays into single macro in filter codeSteven Rostedt (VMware)2018-03-14
| * | tracing: Embed replace_filter_string() helper functionSteven Rostedt (VMware)2018-03-10
| * | tracing: Only add filter list when neededSteven Rostedt (VMware)2018-03-10
| * | tracing: Remove filter allocator helperSteven Rostedt (VMware)2018-03-10
| * | tracing: Use trace_seq instead of open code string appendingSteven Rostedt (VMware)2018-03-10
| * | tracing: Remove BUG_ON() from append_filter_string()Steven Rostedt (VMware)2018-03-10
| * | tracing: Add inter-event blurb to HIST_TRIGGERS config optionTom Zanussi2018-03-10
| * | tracing: Use the ring-buffer nesting to allow synthetic events to be tracedSteven Rostedt (VMware)2018-03-10
| * | ring-buffer: Add nesting for adding events within eventsSteven Rostedt (VMware)2018-03-10
| * | tracing: Add a clock attribute for hist triggersTom Zanussi2018-03-10
| * | tracing: Make tracing_set_clock() non-staticTom Zanussi2018-03-10
| * | tracing: Add 'last error' error facility for hist triggersTom Zanussi2018-03-10
| * | tracing: Add hist trigger support for variable reference aliasesTom Zanussi2018-03-10
| * | tracing: Add cpu field for hist triggersTom Zanussi2018-03-10
| * | tracing: Allow whitespace to surround hist trigger filterTom Zanussi2018-03-10
| * | tracing: Add 'onmax' hist trigger action supportTom Zanussi2018-03-10
| * | tracing: Add 'onmatch' hist trigger action supportTom Zanussi2018-03-10
| * | tracing: Add support for 'field variables'Tom Zanussi2018-03-10