aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-25bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon1-0/+45
2016-07-19kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bugAndrew Morton1-1/+3
2016-07-15bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann1-18/+15
2016-07-15bpf, perf: split bpf_perf_event_outputDaniel Borkmann1-13/+22
2016-07-15perf, events: add non-linear data support for raw recordsDaniel Borkmann1-2/+4
2016-07-09bpf: introduce bpf_get_current_task() helperAlexei Starovoitov1-0/+13
2016-06-30bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_readDaniel Borkmann1-3/+8
2016-06-30bpf, trace: fetch current cpu only onceDaniel Borkmann1-2/+3
2016-06-30bpf: minor cleanups on fd maps and helpersDaniel Borkmann1-12/+6
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+14
2016-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+8
2016-06-20tracing: Handle NULL formats in hold_module_trace_bprintk_format()Steven Rostedt (Red Hat)1-1/+6
2016-06-15bpf, maps: flush own entries on perf map releaseDaniel Borkmann1-10/+8
2016-06-15bpf, trace: check event type in bpf_perf_event_readAlexei Starovoitov1-0/+4
2016-06-15bpf: fix matching of data/data_end in verifierAlexei Starovoitov1-2/+4
2016-06-07bpf, trace: use READ_ONCE for retrieving file ptrDaniel Borkmann1-2/+2
2016-05-22Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-3/+2
2016-05-20ftrace: Don't disable irqs when taking the tasklist_lock read_lockSoumya PN1-3/+2
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+12
2016-05-18Merge tag 'trace-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds10-284/+3930
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds1-1/+13
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-37/+178
2016-05-17Merge branch 'for-4.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2016-05-17Merge tag 'trace-fixes-v4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-17/+18
2016-05-16Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2016-05-16Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+1
2016-05-13ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)1-5/+4
2016-05-13ring-buffer: Use long for nr_pages to avoid overflow failuresSteven Rostedt (Red Hat)1-12/+14
2016-05-11Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-2/+7
2016-05-10blktrace: add missed mask nameShaohua Li1-0/+1
2016-05-10blktrace: delete garbage for message traceShaohua Li1-0/+1
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+7
2016-05-03tracing: Use temp buffer when filtering eventsSteven Rostedt (Red Hat)4-8/+185
2016-05-03tracing: Don't display trigger file for events that can't be enabledChunyu Hu1-2/+7
2016-05-02tracing: Remove TRACE_EVENT_FL_USE_CALL_FILTER logicSteven Rostedt (Red Hat)1-61/+10
2016-04-29tracing: Remove unused function trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)1-10/+0
2016-04-29tracing: Remove one use of trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)1-8/+10
2016-04-29tracing: Have trace_buffer_unlock_commit() call the _regs version with NULLSteven Rostedt (Red Hat)2-15/+9
2016-04-29tracing: Remove unused function trace_current_buffer_discard_commit()Steven Rostedt (Red Hat)1-8/+0
2016-04-29tracing: Move trace_buffer_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)2-2/+10
2016-04-29tracing: Fold filter_check_discard() into its only userSteven Rostedt (Red Hat)2-20/+6
2016-04-27tracing: Make filter_check_discard() localSteven Rostedt (Red Hat)2-2/+6
2016-04-26tracing: Move event_trigger_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)1-0/+94
2016-04-27ftrace: Match dot symbols when searching functions on ppc64Thiago Jung Bauermann1-0/+12
2016-04-26tracing: Don't use the address of the buffer array name in copy_from_userWang Xiaoqiang1-3/+3
2016-04-26tracing: Handle tracing_map_alloc_elts() error path correctlyTom Zanussi1-2/+6
2016-04-26tracing: Add check for NULL event field when creating hist fieldTom Zanussi1-0/+3
2016-04-26tracing: checking for NULL instead of IS_ERR()Dan Carpenter1-1/+1
2016-04-25tracing: Do not inherit event-fork option for instancesSteven Rostedt (Red Hat)1-1/+10
2016-04-19bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann1-0/+27