summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2018-05-11tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)
2018-05-04Merge tag 'trace-v4.17-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-05-03tracing: Fix the file mode of stack tracerZhengyuan Liu
2018-05-03ftrace: Have set_graph_* files have normal file modesChen LinX
2018-05-02Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-04-29Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2018-04-26tracing: Add field modifier parsing hist error for hist triggersTom Zanussi
2018-04-26tracing: Add field parsing hist error for hist triggersTom Zanussi
2018-04-26tracing: Restore proper field flag printing when displaying triggersTom Zanussi
2018-04-26Merge tag 'trace-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-04-26tracing: Fix bad use of igrab in trace_uprobe.cSong Liu
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner
2018-04-25tracing: Fix missing tab for hwlat_detector print formatPeter Xu
2018-04-25tracing: Fix kernel crash while using empty filter with perfRavi Bangoria
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-04-17trace_kprobe: Remove warning message "Could not insert probe at..."Song Liu
2018-04-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-04-12Merge tag 'trace-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2018-04-11tracing: Enforce passing in filter=NULL to create_filter()Steven Rostedt (VMware)
2018-04-11trace_uprobe: Simplify probes_seq_show()Ravi Bangoria
2018-04-11trace_uprobe: Use %lx to display offsetRavi Bangoria
2018-04-11tracing/uprobe: Add support for overlayfsHoward McLauchlan
2018-04-11tracing: Use ARRAY_SIZE() macro instead of open coding itJérémy Lefaure
2018-04-11bpf/tracing: fix a deadlock in perf_event_detach_bpf_progYonghong Song
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-04-10tracing/uprobe_event: Fix strncpy corner caseMasami Hiramatsu
2018-04-10perf/core: Fix perf_uprobe_init()Song Liu
2018-04-10perf/core: Fix perf_kprobe_init()Masami Hiramatsu
2018-04-06tracing: Add rcu dereference annotation for test func that touches filter->progSteven Rostedt (VMware)
2018-04-06tracing: Add rcu dereference annotation for filter->progSteven Rostedt (VMware)
2018-04-06tracing: Fixup logic inversion on setting trace_global_clock defaultsChris Wilson
2018-04-06tracing: Hide global trace clock from lockdepSteven Rostedt (VMware)
2018-04-06ring-buffer: Add set/clear_current_oom_origin() during allocationsSteven Rostedt (VMware)
2018-04-06ring-buffer: Check if memory is available before allocationSteven Rostedt (VMware)
2018-04-06tracing: Uninitialized variable in create_tracing_map_fields()Dan Carpenter
2018-04-06tracing: Make sure variable string fields are NULL-terminatedTom Zanussi
2018-04-06tracing: Add action comparisons when testing matching hist triggersTom Zanussi
2018-04-06tracing: Don't add flag strings when displaying variable referencesTom Zanussi
2018-04-06tracing: Fix display of hist trigger expressions containing timestampsTom Zanussi
2018-04-06ftrace: Drop a VLA in module_exists()Salvatore Mesoraca
2018-04-06tracing: Mention trace_clock=global when warning about unstable clocksChris Wilson
2018-04-06tracing: Default to using trace_global_clock if sched_clock is unstableChris Wilson
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2018-04-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-31bpf: Check attach type at prog load timeAndrey Ignatov
2018-03-29Merge branch 'perf/urgent' into perf/coreIngo Molnar
2018-03-28bpf: introduce BPF_RAW_TRACEPOINTAlexei Starovoitov