summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* Revert "tracing/trigger: Fix to return error if failed to alloc snapshot"Siddh Raman Pant2024-05-021-4/+2
* tracing: hide unused ftrace_event_id_fopsArnd Bergmann2024-05-021-0/+4
* ring-buffer: Clean ring_buffer_poll_wait() error returnVincent Donnefort2024-02-231-1/+1
* 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-02-231-1/+6
* ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)2024-01-251-0/+6
* tracing: Add size check when printing trace_marker outputSteven Rostedt (Google)2024-01-251-2/+4
* tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)2024-01-251-1/+5
* 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: Always update snapshot buffer sizeSteven Rostedt (Google)2023-12-131-2/+1
* tracing: Fix a warning when allocating buffered events failsPetr Pavlu2023-12-131-6/+5
* tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger2023-10-251-0/+1
* ring-buffer: Avoid softlockup in ring_buffer_resize()Zheng Yejian2023-10-101-0/+2
* bpf: Clear the probe_addr for uprobeYafang Shao2023-09-232-2/+3
* tracing: Fix memleak due to race between current_tracer and traceZheng Yejian2023-08-303-2/+12
* tracing: Fix warning in trace_buffered_event_disable()Zheng Yejian2023-08-111-10/+4
* ring-buffer: Fix wrong stat of cpu_buffer->readZheng Yejian2023-08-111-10/+12
* ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()Zheng Yejian2023-08-111-14/+31
* ftrace: Store the order of pages allocated in ftrace_pageLinus Torvalds2023-08-111-18/+17
* ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)2023-08-111-3/+6
* ftrace: Add information on number of page groups allocatedSteven Rostedt (VMware)2023-08-113-6/+31
* tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella2023-08-111-1/+2
* tracing/histograms: Add histograms to hist_vars if they have referenced varia...Mohamed Khalfella2023-08-111-3/+5
* ring-buffer: Fix deadloop issue on reading trace_pipeZheng Yejian2023-08-111-9/+15
* treewide: Remove uninitialized_var() usageKees Cook2023-08-111-1/+1
* ring-buffer: Sync IRQ works before buffer destructionJohannes Berg2023-05-171-0/+4
* ring-buffer: Fix race while reader and writer are on the same pageZheng Yejian2023-04-201-1/+12
* ftrace: Fix invalid address access in lookup_rec() when index is 0Chen Zhongjin2023-03-221-1/+2
* tracing: Check field value in hist_field_name()Steven Rostedt (Google)2023-03-221-0/+3
* tracing: Add NULL checks for buffer in ring_buffer_free_read_page()Jia-Ju Bai2023-03-111-1/+6
* trace_events_hist: add check for return value of 'create_hist_field'Natalia Petrova2023-02-061-0/+2
* tracing: Make sure trace_printk() can output as soon as it can be usedSteven Rostedt (Google)2023-02-063-2/+4
* tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_lineYang Jihong2023-01-181-1/+14
* tracing/hist: Fix issue of losting command info in error_logZheng Yejian2023-01-181-1/+1
* blktrace: Fix output non-blktrace event when blk_classic option enabledYang Jihong2023-01-181-1/+2
* ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin2022-11-251-2/+2
* ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng2022-11-251-0/+1
* ftrace: Optimize the allocation for mcount entriesWang Wensheng2022-11-251-1/+1
* ftrace: Fix the possible incorrect kernel messageWang Wensheng2022-11-251-1/+1
* ring-buffer: Fix race between reset page and reading pageSteven Rostedt (Google)2022-10-261-0/+33
* ring-buffer: Check pending waiters when doing wake ups as wellSteven Rostedt (Google)2022-10-261-1/+2
* ring-buffer: Allow splice to read previous partially read pagesSteven Rostedt (Google)2022-10-261-1/+9
* ftrace: Properly unset FTRACE_HASH_FL_MODZheng Yejian2022-10-261-2/+6
* ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong2022-09-051-0/+10
* tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)2022-08-251-2/+2
* tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)2022-08-251-0/+1
* tracing/histograms: Fix memory leak problemZheng Yejian2022-07-211-0/+2
* tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai2022-06-141-0/+7