summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko2024-04-101-2/+2
* bpf: put uprobe link's path and task in release callbackAndrii Nakryiko2024-04-101-3/+3
* tracing: Use .flush() call to wake up readersSteven Rostedt (Google)2024-04-031-6/+15
* ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()Steven Rostedt (Google)2024-04-031-48/+68
* ring-buffer: Fix full_waiters_pending in pollSteven Rostedt (Google)2024-04-031-7/+20
* ring-buffer: Fix resetting of shortest_fullSteven Rostedt (Google)2024-04-031-7/+23
* ring-buffer: Do not set shortest_full when full target is hitSteven Rostedt (Google)2024-04-031-3/+4
* ring-buffer: Fix waking up ring buffer readersSteven Rostedt (Google)2024-04-031-71/+68
* tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()Dan Carpenter2024-02-231-1/+1
* tracing: Make system_callback() function staticSteven Rostedt (Google)2024-02-231-1/+1
* eventfs: Use eventfs_remove_events_dir()Steven Rostedt (Google)2024-02-231-1/+1
* eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)2024-02-233-103/+221
* tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)2024-02-231-0/+3
* tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdefPetr Pavlu2024-02-231-1/+1
* ftrace: Fix DIRECT_CALLS to use SAVE_REGS by defaultMasami Hiramatsu (Google)2024-02-231-0/+10
* ring-buffer: Clean ring_buffer_poll_wait() error returnVincent Donnefort2024-02-231-1/+1
* tracing/probes: Fix to search structure fields correctlyMasami Hiramatsu (Google)2024-02-231-2/+2
* tracing/probes: Fix to set arg size and fmt after setting type from BTFMasami Hiramatsu (Google)2024-02-231-12/+13
* tracing/probes: Fix to show a parse error for bad type for $commMasami Hiramatsu (Google)2024-02-232-3/+7
* tracing/synthetic: Fix trace_string() return valueThorsten Blum2024-02-231-1/+2
* tracing: Fix wasted memory in saved_cmdlines logicSteven Rostedt (Google)2024-02-231-38/+37
* tracing/timerlat: Move hrtimer_init to timerlat_fd open()Daniel Bristot de Oliveira2024-02-231-3/+3
* tracing/trigger: Fix to return error if failed to alloc snapshotMasami Hiramatsu (Google)2024-02-231-2/+4
* tracing: Ensure visibility when inserting an element into tracing_mapPetr Pavlu2024-01-311-1/+6
* bpf: Limit the number of kprobes when attaching program to multiple kprobesHou Tao2024-01-251-0/+3
* bpf: Limit the number of uprobes when attaching program to multiple uprobesHou Tao2024-01-251-0/+4
* ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)2024-01-201-0/+6
* tracing: Fix uaf issue when open the hist or hist_debug fileZheng Yejian2024-01-203-4/+15
* tracing: Add size check when printing trace_marker outputSteven Rostedt (Google)2024-01-201-2/+4
* tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)2024-01-201-1/+5
* tracing: Fix blocked reader of snapshot bufferSteven Rostedt (Google)2024-01-052-4/+19
* ftrace: Fix modification of direct_function hash while in useSteven Rostedt (Google)2024-01-051-53/+47
* ring-buffer: Fix wake ups when buffer_percent is set to 100Steven Rostedt (Google)2024-01-051-2/+7
* tracing / synthetic: Disable events after testing in synth_event_gen_test_init()Steven Rostedt (Google)2024-01-011-0/+11
* ring-buffer: Fix slowpath of interrupted eventSteven Rostedt (Google)2024-01-011-55/+24
* ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()Steven Rostedt (Google)2024-01-011-36/+11
* ring-buffer: Fix 32-bit rb_time_read() race with rb_time_cmpxchg()Mathieu Desnoyers2024-01-011-2/+2
* ring-buffer: Have rb_time_cmpxchg() set the msb counter tooSteven Rostedt (Google)2023-12-201-0/+2
* ring-buffer: Do not try to put back write_stampSteven Rostedt (Google)2023-12-201-23/+6
* ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archsSteven Rostedt (Google)2023-12-201-1/+3
* ring-buffer: Fix writing to the buffer with max_data_sizeSteven Rostedt (Google)2023-12-201-1/+6
* ring-buffer: Have saved event hold the entire eventSteven Rostedt (Google)2023-12-201-2/+3
* ring-buffer: Do not update before stamp when switching sub-buffersSteven Rostedt (Google)2023-12-201-8/+1
* tracing: Update snapshot buffer on resize if it is allocatedSteven Rostedt (Google)2023-12-201-2/+2
* ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)2023-12-201-0/+2
* tracing: Fix a possible race when disabling buffered eventsPetr Pavlu2023-12-131-4/+8
* tracing: Fix incomplete locking when disabling buffered eventsPetr Pavlu2023-12-131-8/+4
* tracing: Disable snapshot buffer when stopping instance tracersSteven Rostedt (Google)2023-12-131-76/+34
* tracing: Stop current tracer when resizing bufferSteven Rostedt (Google)2023-12-131-3/+7
* tracing: Always update snapshot buffer sizeSteven Rostedt (Google)2023-12-131-2/+1