summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
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-17tracing/timerlat: Fix a race during cpuhp processingWei Li1-0/+2
2024-10-17tracing/hwlat: Fix a race during cpuhp processingWei Li1-0/+2
2024-09-12tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian1-0/+2
2024-08-19tracing: Fix overflow in get_free_elt()Tze-nan Wu1-3/+3
2024-07-05tracing: Add MODULE_DESCRIPTION() to preemptirq_delay_testJeff Johnson1-0/+1
2024-07-05tracing: Build event generation tests only as modulesMasami Hiramatsu (Google)1-2/+2
2024-07-05ftrace: Fix possible use-after-free issue in ftrace_location()Zheng Yejian1-16/+23
2024-07-05x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra1-8/+40
2024-06-16ring-buffer: Fix a race between readers and resize checksPetr Pavlu1-0/+9
2024-05-02tracing: Show size of requested perf bufferRobin H. Johnson1-1/+2
2024-04-27Revert "tracing/trigger: Fix to return error if failed to alloc snapshot"Siddh Raman Pant1-4/+2
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-10tracing: Use .flush() call to wake up readersSteven Rostedt (Google)1-6/+15
2024-04-10ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()Steven Rostedt (Google)1-48/+68
2024-04-10ring-buffer: Fix full_waiters_pending in pollSteven Rostedt (Google)1-7/+20
2024-04-10ring-buffer: Fix resetting of shortest_fullSteven Rostedt (Google)1-7/+23
2024-04-10ring-buffer: Do not set shortest_full when full target is hitSteven Rostedt (Google)1-3/+4
2024-04-10ring-buffer: Fix waking up ring buffer readersSteven Rostedt (Google)1-71/+68
2024-03-01bpf: Remove trace_printk_lockJiri Olsa1-8/+3
2024-03-01bpf: Do cleanup in bpf_bprintf_cleanup only when neededJiri Olsa1-2/+2
2024-03-01bpf: Add struct for bin_args arg in bpf_bprintf_prepareJiri Olsa1-9/+13
2024-03-01bpf: Merge printk and seq_printf VARARG max macrosDave Marchevsky1-3/+1
2024-02-23tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)1-0/+3
2024-02-23ring-buffer: Clean ring_buffer_poll_wait() error returnVincent Donnefort1-1/+1
2024-02-23tracing: Fix wasted memory in saved_cmdlines logicSteven Rostedt (Google)1-38/+37
2024-02-23tracing/trigger: Fix to return error if failed to alloc snapshotMasami Hiramatsu (Google)1-2/+4
2024-02-23tracing: Ensure visibility when inserting an element into tracing_mapPetr Pavlu1-1/+6
2024-01-25ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)1-0/+6
2024-01-25tracing: Fix uaf issue when open the hist or hist_debug fileZheng Yejian3-4/+15
2024-01-25tracing: Add size check when printing trace_marker outputSteven Rostedt (Google)1-2/+4
2024-01-25tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)1-1/+5
2024-01-15tracing/kprobes: Fix symbol counting logic by looking at modules as wellAndrii Nakryiko1-0/+2
2024-01-05ring-buffer: Fix slowpath of interrupted eventSteven Rostedt (Google)1-53/+24
2024-01-05ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()Steven Rostedt (Google)1-36/+11
2024-01-05tracing: Fix blocked reader of snapshot bufferSteven Rostedt (Google)2-4/+19
2024-01-05ring-buffer: Fix wake ups when buffer_percent is set to 100Steven Rostedt (Google)1-2/+7
2024-01-05tracing / synthetic: Disable events after testing in synth_event_gen_test_init()Steven Rostedt (Google)1-0/+11
2023-12-23tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel2-0/+75
2023-12-20ring-buffer: Do not try to put back write_stampSteven Rostedt (Google)1-23/+6
2023-12-20ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archsSteven Rostedt (Google)1-1/+3
2023-12-20ring-buffer: Fix writing to the buffer with max_data_sizeSteven Rostedt (Google)1-1/+6
2023-12-20ring-buffer: Have saved event hold the entire eventSteven Rostedt (Google)1-2/+3
2023-12-20ring-buffer: Do not update before stamp when switching sub-buffersSteven Rostedt (Google)1-8/+1
2023-12-20tracing: Update snapshot buffer on resize if it is allocatedSteven Rostedt (Google)1-2/+2
2023-12-20ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)1-0/+2
2023-12-13tracing: Stop current tracer when resizing bufferSteven Rostedt (Google)1-3/+7