summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-5/+38
2021-03-25tracing: Update create_system_filter() kernel-doc commentQiujun Huang-2/+3
2021-03-25tracing: A minor cleanup for create_system_filter()Qiujun Huang-4/+3
2021-03-24kernel: trace: Mundane typo fixes in the file trace_events_filter.cBhaskar Chowdhury-1/+1
2021-03-23tracing: Fix various typos in commentsIngo Molnar-44/+45
2021-03-18tracing: Add a verifier to check string pointers for trace eventsSteven Rostedt (VMware)-1/+215
2021-03-18tracing: Add check of trace event print fmts for dereferencing pointersSteven Rostedt (VMware)-0/+210
2021-03-18tracing: Add tracing_event_time_stamp() APISteven Rostedt (VMware)-0/+9
2021-03-18ring-buffer: Add verifier for using ring_buffer_event_time_stamp()Steven Rostedt (VMware)-4/+52
2021-03-18tracing: Use a no_filter_buffering_ref to stop using the filter bufferSteven Rostedt (VMware)-21/+17
2021-03-18ring-buffer: Allow ring_buffer_event_time_stamp() to return time stamp of all...Steven Rostedt (VMware)-16/+46
2021-03-18tracing: Pass buffer of event to trigger operationsSteven Rostedt (VMware)-51/+92
2021-03-18ring-buffer: Add a event_stamp to cpu_buffer for each level of nestingSteven Rostedt (VMware)-1/+10
2021-03-18ring-buffer: Separate out internal use of ring_buffer_event_time_stamp()Steven Rostedt (VMware)-18/+23
2021-03-17ftrace: Fix modify_ftrace_direct.Alexei Starovoitov-5/+38
2021-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-0/+6
2021-03-04tracing: Skip selftests if tracing is disabledSteven Rostedt (VMware)-0/+6
2021-03-04tracing: Fix memory leak in __create_synth_event()Vamshi K Sthambamkadi-1/+3
2021-03-04ring-buffer: Add a little more information and a WARN when time stamp going b...Steven Rostedt (VMware)-3/+7
2021-03-04ring-buffer: Force before_stamp and write_stamp to be different on discardSteven Rostedt (VMware)-0/+11
2021-03-04tracing: Fix help text of TRACEPOINT_BENCHMARK in KconfigRolf Eike Beer-1/+1
2021-03-04tracing: Remove duplicate declaration from trace.hYordan Karadzhov (VMware)-1/+0
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds-7/+13
2021-02-26bpf: Add bpf_for_each_map_elem() helperYonghong Song-0/+2
2021-02-26bpf: Enable task local storage for tracing programsSong Liu-0/+4
2021-02-26tracing: add error_report_end trace pointAlexander Potapenko-0/+12
2021-02-24blktrace: fix documentation for blk_fill_rw()Chaitanya Kulkarni-1/+1
2021-02-23Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+13
2021-02-23tracing: add support for objtool mcountSami Tolvanen-0/+13
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2021-02-23Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+16
2021-02-23blktrace: remove debugfs file dentries from struct blk_traceGreg Kroah-Hartman-6/+2
2021-02-22Merge tag 'trace-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-517/+682
2021-02-22blktrace: add blk_fill_rwbs documentation commentChaitanya Kulkarni-0/+10
2021-02-22block: remove superfluous param in blk_fill_rwbs()Chaitanya Kulkarni-1/+1
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds-7/+9
2021-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-0/+6
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-0/+6
2021-02-12bpf: Allow bpf_d_path in bpf_iter programSong Liu-0/+4
2021-02-12Merge tag 'trace-v5.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2021-02-12tracing: Make hash-ptr option defaultSteven Rostedt (VMware)-1/+2
2021-02-11bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest-0/+2
2021-02-11tracing: Add ptr-hash option to show the hashed pointer valueMasami Hiramatsu-0/+4
2021-02-11tracing: Show real address for trace event argumentsMasami Hiramatsu-2/+83
2021-02-11tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)-1/+1
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-3/+0
2021-02-09tracing: Add a backward-compatibility check for synthetic event creationTom Zanussi-19/+74
2021-02-09tracing: Update synth command errorsTom Zanussi-11/+19
2021-02-09tracing: Rework synthetic event command parsingTom Zanussi-102/+143
2021-02-09tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu-73/+120