summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-03ring-buffer: Fix resetting of shortest_fullSteven Rostedt (Google)1-7/+23
2024-04-03ring-buffer: Do not set shortest_full when full target is hitSteven Rostedt (Google)1-3/+4
2024-04-03ring-buffer: Fix waking up ring buffer readersSteven Rostedt (Google)1-71/+68
2024-02-23tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()Dan Carpenter1-1/+1
2024-02-23tracing: Make system_callback() function staticSteven Rostedt (Google)1-1/+1
2024-02-23eventfs: Use eventfs_remove_events_dir()Steven Rostedt (Google)1-1/+1
2024-02-23eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)3-103/+221
2024-02-23tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)1-0/+3
2024-02-23tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdefPetr Pavlu1-1/+1
2024-02-23ftrace: Fix DIRECT_CALLS to use SAVE_REGS by defaultMasami Hiramatsu (Google)1-0/+10
2024-02-23ring-buffer: Clean ring_buffer_poll_wait() error returnVincent Donnefort1-1/+1
2024-02-23tracing/probes: Fix to search structure fields correctlyMasami Hiramatsu (Google)1-2/+2
2024-02-23tracing/probes: Fix to set arg size and fmt after setting type from BTFMasami Hiramatsu (Google)1-12/+13
2024-02-23tracing/probes: Fix to show a parse error for bad type for $commMasami Hiramatsu (Google)2-3/+7
2024-02-23tracing/synthetic: Fix trace_string() return valueThorsten Blum1-1/+2
2024-02-23tracing: Fix wasted memory in saved_cmdlines logicSteven Rostedt (Google)1-38/+37
2024-02-23tracing/timerlat: Move hrtimer_init to timerlat_fd open()Daniel Bristot de Oliveira1-3/+3
2024-02-23tracing/trigger: Fix to return error if failed to alloc snapshotMasami Hiramatsu (Google)1-2/+4
2024-01-31tracing: Ensure visibility when inserting an element into tracing_mapPetr Pavlu1-1/+6
2024-01-25bpf: Limit the number of kprobes when attaching program to multiple kprobesHou Tao1-0/+3
2024-01-25bpf: Limit the number of uprobes when attaching program to multiple uprobesHou Tao1-0/+4
2024-01-20ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)1-0/+6
2024-01-20tracing: Fix uaf issue when open the hist or hist_debug fileZheng Yejian3-4/+15
2024-01-20tracing: Add size check when printing trace_marker outputSteven Rostedt (Google)1-2/+4
2024-01-20tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)1-1/+5
2024-01-05tracing: Fix blocked reader of snapshot bufferSteven Rostedt (Google)2-4/+19
2024-01-05ftrace: Fix modification of direct_function hash while in useSteven Rostedt (Google)1-53/+47
2024-01-05ring-buffer: Fix wake ups when buffer_percent is set to 100Steven Rostedt (Google)1-2/+7