summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2024-01-31tracing: Ensure visibility when inserting an element into tracing_mapPetr Pavlu
2024-01-25bpf: Limit the number of kprobes when attaching program to multiple kprobesHou Tao
2024-01-25bpf: Limit the number of uprobes when attaching program to multiple uprobesHou Tao
2024-01-20ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)
2024-01-20tracing: Fix uaf issue when open the hist or hist_debug fileZheng Yejian
2024-01-20tracing: Add size check when printing trace_marker outputSteven Rostedt (Google)
2024-01-20tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)
2024-01-05tracing: Fix blocked reader of snapshot bufferSteven Rostedt (Google)
2024-01-05ftrace: Fix modification of direct_function hash while in useSteven 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)
2024-01-01ring-buffer: Fix slowpath of interrupted eventSteven Rostedt (Google)
2024-01-01ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()Steven Rostedt (Google)
2024-01-01ring-buffer: Fix 32-bit rb_time_read() race with rb_time_cmpxchg()Mathieu Desnoyers
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: 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: Stop current tracer when resizing bufferSteven Rostedt (Google)
2023-12-13tracing: Always update snapshot buffer sizeSteven Rostedt (Google)
2023-12-13ring-buffer: Force absolute timestamp on discard of eventSteven 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: fprobe-event: Fix to check tracepoint event and returnMasami Hiramatsu (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-08tracing: Have trace_event_file have ref countersSteven Rostedt (Google)
2023-10-28tracing/kprobes: Fix symbol counting logic by looking at modules as wellAndrii Nakryiko
2023-10-27tracing/kprobes: Fix the description of variable length argumentsYujie Liu
2023-10-20tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel
2023-10-17fprobe: Fix to ensure the number of active retprobes is not zeroMasami Hiramatsu (Google)
2023-09-30tracing/user_events: Align set_bit() address for all archsBeau Belgrave
2023-09-30tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger
2023-09-30ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)
2023-09-24Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-09-22ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian
2023-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2023-09-15bpf: Fix uprobe_multi get_pid_task error pathJiri Olsa
2023-09-13Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-09-12eventfs: Fix the NULL pointer dereference bug in eventfs_remove_rec()Jinjie Ruan
2023-09-11tracing/synthetic: Print out u64 values properlyTero Kristo
2023-09-08tracing: Remove unused trace_event_file dir fieldSteven Rostedt (Google)