summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2024-06-27tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_testJeff Johnson
2024-06-27tracing: Build event generation tests only as modulesMasami Hiramatsu (Google)
2024-06-27kprobe/ftrace: bail out if ftrace was killedStephen Brennan
2024-06-21bpf: fix multi-uprobe PID filtering logicAndrii Nakryiko
2024-06-21bpf: Store ref_ctr_offsets values in bpf_uprobe arrayJiri Olsa
2024-06-12tracing/probes: fix error check in parse_btf_field()Carlos López
2024-06-12rv: Update rv_en(dis)able_monitor doc to match kernel-docYang Li
2024-06-12eventfs/tracing: Add callback for release of an eventfs_inodeSteven Rostedt (Google)
2024-06-12tracing/user_events: Fix non-spaced field matchingBeau Belgrave
2024-06-12tracing/user_events: Prepare find/delete for same name eventsBeau Belgrave
2024-06-12tracing/user_events: Allow events to persist for perfmon_capable usersBeau Belgrave
2024-06-12ring-buffer: Fix a race between readers and resize checksPetr Pavlu
2024-06-12ftrace: Fix possible use-after-free issue in ftrace_location()Zheng Yejian
2024-04-17tracing: hide unused ftrace_event_id_fopsArnd Bergmann
2024-04-17ring-buffer: Only update pages_touched when a new page is touchedSteven Rostedt (Google)
2024-04-13ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent en...linke li
2024-04-10bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko
2024-04-10bpf: put uprobe link's path and task in release callbackAndrii Nakryiko
2024-04-03tracing: Use .flush() call to wake up readersSteven Rostedt (Google)
2024-04-03ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()Steven Rostedt (Google)
2024-04-03ring-buffer: Fix full_waiters_pending in pollSteven Rostedt (Google)
2024-04-03ring-buffer: Fix resetting of shortest_fullSteven Rostedt (Google)
2024-04-03ring-buffer: Do not set shortest_full when full target is hitSteven Rostedt (Google)
2024-04-03ring-buffer: Fix waking up ring buffer readersSteven Rostedt (Google)
2024-02-23tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()Dan Carpenter
2024-02-23tracing: Make system_callback() function staticSteven Rostedt (Google)
2024-02-23eventfs: Use eventfs_remove_events_dir()Steven Rostedt (Google)
2024-02-23eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)
2024-02-23tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)
2024-02-23tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdefPetr Pavlu
2024-02-23ftrace: Fix DIRECT_CALLS to use SAVE_REGS by defaultMasami Hiramatsu (Google)
2024-02-23ring-buffer: Clean ring_buffer_poll_wait() error returnVincent Donnefort
2024-02-23tracing/probes: Fix to search structure fields correctlyMasami Hiramatsu (Google)
2024-02-23tracing/probes: Fix to set arg size and fmt after setting type from BTFMasami Hiramatsu (Google)
2024-02-23tracing/probes: Fix to show a parse error for bad type for $commMasami Hiramatsu (Google)
2024-02-23tracing/synthetic: Fix trace_string() return valueThorsten Blum
2024-02-23tracing: Fix wasted memory in saved_cmdlines logicSteven Rostedt (Google)
2024-02-23tracing/timerlat: Move hrtimer_init to timerlat_fd open()Daniel Bristot de Oliveira
2024-02-23tracing/trigger: Fix to return error if failed to alloc snapshotMasami Hiramatsu (Google)
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)