aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds11-1691/+5820
2018-04-06tracing: Add rcu dereference annotation for test func that touches filter->progSteven Rostedt (VMware)1-1/+6
2018-04-06tracing: Add rcu dereference annotation for filter->progSteven Rostedt (VMware)1-1/+2
2018-04-06tracing: Fixup logic inversion on setting trace_global_clock defaultsChris Wilson1-1/+1
2018-04-06tracing: Hide global trace clock from lockdepSteven Rostedt (VMware)1-2/+2
2018-04-06ring-buffer: Add set/clear_current_oom_origin() during allocationsSteven Rostedt (VMware)1-10/+38
2018-04-06ring-buffer: Check if memory is available before allocationSteven Rostedt (VMware)1-0/+5
2018-04-06tracing: Uninitialized variable in create_tracing_map_fields()Dan Carpenter1-1/+1
2018-04-06tracing: Make sure variable string fields are NULL-terminatedTom Zanussi1-2/+2
2018-04-06tracing: Add action comparisons when testing matching hist triggersTom Zanussi1-0/+50
2018-04-06tracing: Don't add flag strings when displaying variable referencesTom Zanussi1-1/+1
2018-04-06tracing: Fix display of hist trigger expressions containing timestampsTom Zanussi1-14/+5
2018-04-06ftrace: Drop a VLA in module_exists()Salvatore Mesoraca1-4/+3
2018-04-06tracing: Mention trace_clock=global when warning about unstable clocksChris Wilson1-1/+2
2018-04-06tracing: Default to using trace_global_clock if sched_clock is unstableChris Wilson1-0/+19
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+3
2018-04-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-11/+215
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-8/+6
2018-03-31bpf: Check attach type at prog load timeAndrey Ignatov1-9/+18
2018-03-29Merge branch 'perf/urgent' into perf/coreIngo Molnar4-36/+46
2018-03-28bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov1-0/+183
2018-03-27tracing: Block comments should align the * on each lineRohit Visavalia1-1/+1
2018-03-26treewide: Align function definition open/close bracesJoe Perches1-2/+2
2018-03-23Merge tag 'trace-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-8/+6
2018-03-23tracing: probeevent: Fix to support minus offset from symbolMasami Hiramatsu3-8/+6
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-28/+40
2018-03-23tracing: Fix a potential NULL dereferenceDan Carpenter1-0/+1
2018-03-20trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type programsYonghong Song1-28/+40
2018-03-14tracing: Rewrite filter logic to be simpler and fasterSteven Rostedt (VMware)2-1197/+979
2018-03-14tracing: Clean up and document pred_funcs_##type creation and useSteven Rostedt (VMware)1-14/+32
2018-03-14tracing: Combine enum and arrays into single macro in filter codeSteven Rostedt (VMware)1-64/+48
2018-03-13tracing: Unify the "boot" and "mono" tracing clocksThomas Gleixner1-1/+1
2018-03-10tracing: Embed replace_filter_string() helper functionSteven Rostedt (VMware)1-18/+9
2018-03-10tracing: Only add filter list when neededSteven Rostedt (VMware)1-13/+14
2018-03-10tracing: Remove filter allocator helperSteven Rostedt (VMware)1-10/+2
2018-03-10tracing: Use trace_seq instead of open code string appendingSteven Rostedt (VMware)1-34/+23
2018-03-10tracing: Remove BUG_ON() from append_filter_string()Steven Rostedt (VMware)1-1/+2
2018-03-10tracing: Add inter-event blurb to HIST_TRIGGERS config optionTom Zanussi1-1/+4
2018-03-10tracing: Use the ring-buffer nesting to allow synthetic events to be tracedSteven Rostedt (VMware)1-1/+11
2018-03-10ring-buffer: Add nesting for adding events within eventsSteven Rostedt (VMware)1-3/+54
2018-03-10tracing: Add a clock attribute for hist triggersTom Zanussi1-3/+39
2018-03-10tracing: Make tracing_set_clock() non-staticTom Zanussi2-1/+2
2018-03-10tracing: Add 'last error' error facility for hist triggersTom Zanussi1-14/+150
2018-03-10tracing: Add hist trigger support for variable reference aliasesTom Zanussi1-7/+67
2018-03-10tracing: Add cpu field for hist triggersTom Zanussi1-1/+27
2018-03-10tracing: Allow whitespace to surround hist trigger filterTom Zanussi1-5/+32
2018-03-10tracing: Add 'onmax' hist trigger action supportTom Zanussi1-35/+296
2018-03-10tracing: Add 'onmatch' hist trigger action supportTom Zanussi1-13/+475
2018-03-10tracing: Add support for 'field variables'Tom Zanussi1-1/+530