summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2022-03-11user_events: Prevent dyn_event delete racing with ioctl add/deleteBeau Belgrave
2022-03-10tracing: Allow custom events to be added to the tracefs directorySteven Rostedt (Google)
2022-03-10tracing: Fix last_cmd_set() string management in histogram codeSteven Rostedt (Google)
2022-03-10user_events: Fix potential uninitialized pointer while parsing fieldBeau Belgrave
2022-02-23tracing: Fix allocation of last_cmd in last_cmd_set()Steven Rostedt (Google)
2022-02-10user_events: Validate user payloads for size and null terminationBeau Belgrave
2022-02-10user_events: Optimize writing events by only copying data onceBeau Belgrave
2022-02-10user_events: Add basic perf and eBPF supportBeau Belgrave
2022-02-10user_events: Handle matching arguments from dyn_eventsBeau Belgrave
2022-02-10user_events: Add print_fmt generation support for basic typesBeau Belgrave
2022-02-10user_events: Add minimal support for trace_event into ftraceBeau Belgrave
2022-02-10tracing: Save both wakee and current on wakeup eventsSteven Rostedt (Google)
2022-02-10tracing: Remove size restriction on synthetic event cmd error loggingTom Zanussi
2022-02-10tracing: Remove size restriction on hist trigger cmd error loggingTom Zanussi
2022-02-10tracing: Remove size restriction on tracing_log_err cmd stringsTom Zanussi
2022-02-08tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo
2022-01-27tracing: Don't inc err_log entry count if entry allocation failsTom Zanussi
2022-01-27tracing: Propagate is_signed to expressionTom Zanussi
2022-01-27tracing: Fix smatch warning for do while check in event_hist_trigger_parse()Tom Zanussi
2022-01-27tracing: Fix smatch warning for null glob in event_hist_trigger_parse()Tom Zanussi
2022-01-27tracing/histogram: Fix a potential memory leak for kstrdup()Xiaoke Wang
2022-01-27ftrace: Have architectures opt-in for mcount build time sortingSteven Rostedt (Google)
2022-01-23Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2022-01-23ftrace: Fix assuming build time sort works for s390Steven Rostedt (Google)
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15trace/hwlat: make use of the helper function kthread_run_on_cpu()Cai Huoqing
2022-01-15trace/osnoise: make use of the helper function kthread_run_on_cpu()Cai Huoqing
2022-01-15ring-buffer: make use of the helper function kthread_run_on_cpu()Cai Huoqing
2022-01-14tracing: Add ustring operation to filtering string pointersSteven Rostedt
2022-01-13tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() failsNikita Yushchenko
2022-01-13tracing: Remove duplicate warnings when calling trace_create_file()Yuntao Wang
2022-01-13tracing/kprobes: 'nmissed' not showed correctly for kretprobeXiangyang Zhang
2022-01-13tracing: Add test for user space strings when filtering on string pointersSteven Rostedt
2022-01-13tracing: Have syscall trace events use trace_event_buffer_lock_reserve()Steven Rostedt
2022-01-13ftrace: Add test to make sure compiled time sorts workSteven Rostedt (VMware)
2022-01-13scripts: ftrace - move the sort-processing in ftrace_initYinan Liu
2022-01-13tracing/probes: check the return value of kstrndup() for pbufXiaoke Wang
2022-01-13tracing/uprobes: Check the return value of kstrdup() for tu->filenameXiaoke Wang
2022-01-13tracing: Account bottom half disabled sections.Sebastian Andrzej Siewior
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-01-10tracing: Add helper functions to simplify event_command.parse() callback hand...Tom Zanussi
2022-01-10tracing: Remove ops param from event_command reg()/unreg() callbacksTom Zanussi
2022-01-10tracing: Change event_trigger_ops func() to trigger()Tom Zanussi
2022-01-10tracing: Change event_command func() to parse()Tom Zanussi
2022-01-05tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao
2022-01-05tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-20blktrace: switch trace spinlock to a raw spinlockWander Lairson Costa