summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2024-11-01tracing: probes: Fix to zero initialize a local variableMasami Hiramatsu (Google)1-1/+1
2024-11-01bpf,perf: Fix perf_event_detach_bpf_prog error handlingJiri Olsa1-2/+0
2024-11-01bpf: Add MEM_WRITE attributeDaniel Borkmann1-2/+2
2024-11-01tracing: Consider the NULL character when validating the event lengthLeo Yan1-1/+1
2024-11-01tracing/probes: Fix MAX_TRACE_ARGS limit handlingMikel Rychliski4-4/+19
2024-11-01uprobe: avoid out-of-bounds memory access of fetching argsQiao Ma1-3/+6
2024-11-01uprobes: prevent mutex_lock() under rcu_read_lock()Andrii Nakryiko1-5/+9
2024-11-01uprobes: prepare uprobe args buffer lazilyAndrii Nakryiko1-21/+28
2024-11-01uprobes: encapsulate preparation of uprobe args bufferAndrii Nakryiko1-37/+41
2024-11-01tracing/probes: Support $argN in return probe (kprobe and fprobe)Masami Hiramatsu (Google)8-62/+283
2024-11-01tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_initMasami Hiramatsu (Google)6-9/+11
2024-11-01tracing/fprobe-event: cleanup: Fix a wrong comment in fprobe eventMasami Hiramatsu (Google)1-1/+1
2024-11-01bpf: Add missed value to kprobe perf link infoJiri Olsa2-5/+14
2024-10-17tracing: Have saved_cmdlines arrays all in one allocationSteven Rostedt (Google)1-10/+8
2024-10-17tracing: Remove precision vsnprintf() check from print eventSteven Rostedt (Google)1-4/+2
2024-10-10tracing/timerlat: Fix duplicated kthread creation due to CPU online/offlineWei Li1-2/+5
2024-10-10tracing/timerlat: Fix a race during cpuhp processingWei Li1-0/+2
2024-10-10tracing/timerlat: Drop interface_lock in stop_kthread()Wei Li1-7/+6
2024-10-10tracing/hwlat: Fix a race during cpuhp processingWei Li1-0/+2
2024-10-04bpf: Fix use-after-free in bpf_uprobe_multi_link_attach()Oleg Nesterov1-3/+6
2024-10-04bpf: Fix helper writes to read-only mapsDaniel Borkmann1-2/+4
2024-09-18tracing/osnoise: Fix build when timerlat is not enabledSteven Rostedt1-5/+5
2024-09-12tracing/timerlat: Add interface_lock around clearing of kthread in stop_kthre...Steven Rostedt1-7/+6
2024-09-12tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian1-0/+2
2024-09-12tracing/timerlat: Only clear timer if a kthread existsSteven Rostedt1-6/+13
2024-09-12tracing/osnoise: Use a cpumask to know what threads are kthreadsSteven Rostedt1-3/+15
2024-09-04tracing: Have format file honor EVENT_FILE_FL_FREEDSteven Rostedt5-19/+49
2024-08-14tracing: Fix overflow in get_free_elt()Tze-nan Wu1-3/+3
2024-08-03trace/pid_list: Change gfp flags in pid_list_fill_irq()levi.yun1-2/+2
2024-06-27tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_testJeff Johnson1-0/+1
2024-06-27tracing: Build event generation tests only as modulesMasami Hiramatsu (Google)1-2/+2
2024-06-27kprobe/ftrace: bail out if ftrace was killedStephen Brennan1-0/+1
2024-06-21bpf: fix multi-uprobe PID filtering logicAndrii Nakryiko1-4/+4
2024-06-21bpf: Store ref_ctr_offsets values in bpf_uprobe arrayJiri Olsa1-11/+3
2024-06-12tracing/probes: fix error check in parse_btf_field()Carlos López1-0/+4
2024-06-12rv: Update rv_en(dis)able_monitor doc to match kernel-docYang Li1-0/+2
2024-06-12eventfs/tracing: Add callback for release of an eventfs_inodeSteven Rostedt (Google)1-0/+12
2024-06-12tracing/user_events: Fix non-spaced field matchingBeau Belgrave1-1/+75
2024-06-12tracing/user_events: Prepare find/delete for same name eventsBeau Belgrave1-48/+59
2024-06-12tracing/user_events: Allow events to persist for perfmon_capable usersBeau Belgrave1-14/+22
2024-06-12ring-buffer: Fix a race between readers and resize checksPetr Pavlu1-0/+9
2024-06-12ftrace: Fix possible use-after-free issue in ftrace_location()Zheng Yejian1-16/+23
2024-04-17tracing: hide unused ftrace_event_id_fopsArnd Bergmann1-0/+4
2024-04-17ring-buffer: Only update pages_touched when a new page is touchedSteven Rostedt (Google)1-3/+3
2024-04-13ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent en...linke li1-1/+1
2024-04-10bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko1-2/+2
2024-04-10bpf: put uprobe link's path and task in release callbackAndrii Nakryiko1-3/+3
2024-04-03tracing: Use .flush() call to wake up readersSteven Rostedt (Google)1-6/+15
2024-04-03ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()Steven Rostedt (Google)1-48/+68
2024-04-03ring-buffer: Fix full_waiters_pending in pollSteven Rostedt (Google)1-7/+20