aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2024-01-05ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()Steven Rostedt (Google)
2024-01-05tracing: Fix blocked reader of snapshot bufferSteven Rostedt (Google)
2024-01-05ring-buffer: Fix wake ups when buffer_percent is set to 100Steven Rostedt (Google)
2024-01-01tracing / synthetic: Disable events after testing in synth_event_gen_test_init()Steven Rostedt (Google)
2023-12-20ring-buffer: Have rb_time_cmpxchg() set the msb counter tooSteven Rostedt (Google)
2023-12-20ring-buffer: Do not try to put back write_stampSteven Rostedt (Google)
2023-12-20ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archsSteven Rostedt (Google)
2023-12-20ring-buffer: Fix writing to the buffer with max_data_sizeSteven Rostedt (Google)
2023-12-20ring-buffer: Have saved event hold the entire eventSteven Rostedt (Google)
2023-12-20ring-buffer: Do not update before stamp when switching sub-buffersSteven Rostedt (Google)
2023-12-20tracing: Update snapshot buffer on resize if it is allocatedSteven Rostedt (Google)
2023-12-20ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)
2023-12-13tracing: Stop current tracer when resizing bufferSteven Rostedt (Google)
2023-12-13tracing: Set actual size after ring buffer resizeZheng Yejian
2023-12-13ring-buffer: Force absolute timestamp on discard of eventSteven Rostedt (Google)
2023-12-13tracing: Fix a possible race when disabling buffered eventsPetr Pavlu
2023-12-13tracing: Fix incomplete locking when disabling buffered eventsPetr Pavlu
2023-12-13tracing: Disable snapshot buffer when stopping instance tracersSteven Rostedt (Google)
2023-12-13tracing: Always update snapshot buffer sizeSteven Rostedt (Google)
2023-12-13ring-buffer: Test last update in 32bit version of __rb_time_read()Steven Rostedt (Google)
2023-12-13rethook: Use __rcu pointer for rethook::handlerMasami Hiramatsu (Google)
2023-12-13tracing: Fix a warning when allocating buffered events failsPetr Pavlu
2023-11-28tracing: Have trace_event_file have ref countersSteven Rostedt (Google)
2023-11-28tracing: Have the user copy of synthetic event address use correct contextSteven Rostedt (Google)
2023-11-20tracing/kprobes: Fix the order of argument descriptionsYujie Liu
2023-11-02tracing/kprobes: Fix the description of variable length argumentsYujie Liu
2023-10-25tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel
2023-10-25fprobe: Fix to ensure the number of active retprobes is not zeroMasami Hiramatsu (Google)
2023-10-25fprobe: Add nr_maxactive to specify rethook_node pool sizeMasami Hiramatsu (Google)
2023-10-25fprobe: Pass entry_data to handlersMasami Hiramatsu (Google)
2023-10-25tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger
2023-10-10ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian
2023-10-10ring-buffer: remove obsolete comment for free_buffer_page()Vlastimil Babka
2023-10-06bpf: Add override check to kprobe multi link attachJiri Olsa
2023-10-06ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)
2023-10-06ring-buffer: Do not attempt to read past "commit"Steven Rostedt (Google)
2023-10-06ring-buffer: Avoid softlockup in ring_buffer_resize()Zheng Yejian
2023-09-23tracing: Have option files inc the trace array ref countSteven Rostedt (Google)
2023-09-23tracing: Have current_trace inc the trace array ref countSteven Rostedt (Google)
2023-09-23tracing: Increase trace array ref count on enable and filter filesSteven Rostedt (Google)
2023-09-23tracing: Have event inject files inc the trace array ref countSteven Rostedt (Google)
2023-09-23tracing: Have tracing_max_latency inc the trace array ref countSteven Rostedt (Google)
2023-09-13tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSYBrian Foster
2023-09-13tracing: Fix race issue between cpu buffer write and swapZheng Yejian
2023-09-13tracing: Remove extra space at the end of hwlat_detector/modeMikhail Kobuk
2023-09-13bpf: Clear the probe_addr for uprobeYafang Shao
2023-09-13tracing: Introduce pipe_cpumask to avoid race on trace_pipesZheng Yejian
2023-08-30tracing: Fix memleak due to race between current_tracer and traceZheng Yejian
2023-08-30tracing: Fix cpu buffers unavailable due to 'record_disabled' missedZheng Yejian
2023-08-23ring-buffer: Do not swap cpu_buffer during resize processChen Lin