summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2023-12-20ring-buffer: Have rb_time_cmpxchg() set the msb counter tooSteven Rostedt (Google)1-0/+2
2023-12-20ring-buffer: Do not try to put back write_stampSteven Rostedt (Google)1-23/+6
2023-12-20ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archsSteven Rostedt (Google)1-1/+3
2023-12-20ring-buffer: Fix writing to the buffer with max_data_sizeSteven Rostedt (Google)1-1/+6
2023-12-20ring-buffer: Have saved event hold the entire eventSteven Rostedt (Google)1-2/+3
2023-12-20ring-buffer: Do not update before stamp when switching sub-buffersSteven Rostedt (Google)1-8/+1
2023-12-20tracing: Update snapshot buffer on resize if it is allocatedSteven Rostedt (Google)1-2/+2
2023-12-20ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)1-0/+2
2023-12-13tracing: Fix a possible race when disabling buffered eventsPetr Pavlu1-4/+8
2023-12-13tracing: Fix incomplete locking when disabling buffered eventsPetr Pavlu1-8/+4
2023-12-13tracing: Disable snapshot buffer when stopping instance tracersSteven Rostedt (Google)1-76/+34
2023-12-13tracing: Stop current tracer when resizing bufferSteven Rostedt (Google)1-3/+7
2023-12-13tracing: Always update snapshot buffer sizeSteven Rostedt (Google)1-2/+1
2023-12-13ring-buffer: Force absolute timestamp on discard of eventSteven Rostedt (Google)1-11/+8
2023-12-13ring-buffer: Test last update in 32bit version of __rb_time_read()Steven Rostedt (Google)1-2/+2
2023-12-13rethook: Use __rcu pointer for rethook::handlerMasami Hiramatsu (Google)1-9/+14
2023-12-13tracing: Fix a warning when allocating buffered events failsPetr Pavlu1-6/+5
2023-11-28tracing: fprobe-event: Fix to check tracepoint event and returnMasami Hiramatsu (Google)1-4/+5
2023-11-28tracing: Have the user copy of synthetic event address use correct contextSteven Rostedt (Google)1-1/+1
2023-11-20tracing/kprobes: Fix the order of argument descriptionsYujie Liu1-1/+1
2023-11-08tracing: Have trace_event_file have ref countersSteven Rostedt (Google)4-4/+48
2023-10-28tracing/kprobes: Fix symbol counting logic by looking at modules as wellAndrii Nakryiko1-4/+20
2023-10-27tracing/kprobes: Fix the description of variable length argumentsYujie Liu1-2/+2
2023-10-20tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel2-0/+64
2023-10-17fprobe: Fix to ensure the number of active retprobes is not zeroMasami Hiramatsu (Google)1-3/+3
2023-09-30tracing/user_events: Align set_bit() address for all archsBeau Belgrave1-7/+51
2023-09-30tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger1-0/+1
2023-09-30ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)1-0/+3
2023-09-24Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-13/+15
2023-09-22ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian1-13/+15
2023-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+19
2023-09-15bpf: Fix uprobe_multi get_pid_task error pathJiri Olsa1-1/+3
2023-09-13Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds6-30/+88
2023-09-12eventfs: Fix the NULL pointer dereference bug in eventfs_remove_rec()Jinjie Ruan1-4/+9
2023-09-11tracing/synthetic: Print out u64 values properlyTero Kristo1-1/+1
2023-09-08tracing: Remove unused trace_event_file dir fieldSteven Rostedt (Google)1-13/+0
2023-09-08tracing: Use the new eventfs descriptor for print triggerSteven Rostedt (Google)1-2/+2
2023-09-08ring-buffer: Do not attempt to read past "commit"Steven Rostedt (Google)1-0/+5
2023-09-08bpf: Add override check to kprobe multi link attachJiri Olsa1-0/+16
2023-09-07ring-buffer: Avoid softlockup in ring_buffer_resize()Zheng Yejian1-0/+2
2023-09-07tracing: Have event inject files inc the trace array ref countSteven Rostedt (Google)1-1/+2
2023-09-07tracing: Have option files inc the trace array ref countSteven Rostedt (Google)1-1/+22
2023-09-07tracing: Have current_trace inc the trace array ref countSteven Rostedt (Google)1-1/+2
2023-09-07tracing: Have tracing_max_latency inc the trace array ref countSteven Rostedt (Google)1-5/+10
2023-09-07tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)3-2/+33
2023-09-02Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds10-164/+582
2023-09-01tracing/filters: Fix coding style issuesValentin Schneider1-2/+4
2023-09-01tracing/filters: Change parse_pred() cpulist ternary into an if blockValentin Schneider1-2/+6
2023-09-01tracing/filters: Fix double-free of struct filter_pred.maskValentin Schneider1-0/+1
2023-09-01tracing/filters: Fix error-handling of cpulist parsing bufferValentin Schneider1-2/+8