aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-23Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-22Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-03-20tracing: Have type enum modifications copy the stringsSteven Rostedt (Google)
2022-03-15user_events: Add trace event call as root for low permission casesBeau Belgrave
2022-03-15Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar
2022-03-11tracing/user_events: Use alloc_pages instead of kzalloc() for register pagesSteven Rostedt (Google)
2022-03-11tracing: Add snapshot at end of kernel boot upSteven Rostedt (Google)
2022-03-11tracing: Have TRACE_DEFINE_ENUM affect trace event types as wellSteven Rostedt (Google)
2022-03-11tracing: Fix strncpy warning in trace_events_synth.cTom Zanussi
2022-03-11user_events: Prevent dyn_event delete racing with ioctl add/deleteBeau Belgrave
2022-03-10Merge tag 'trace-v5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
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-03-09ftrace: Fix some W=1 warnings in kernel doc commentsJiapeng Chong
2022-03-09tracing/osnoise: Force quiescent states while tracingNicolas Saenz Julienne
2022-03-09tracing/osnoise: Do not unregister events twiceDaniel Bristot de Oliveira
2022-03-06Merge tag 'trace-v5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-04Merge tag 'block-5.17-2022-03-04' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-04tracing: Fix return value of __setup handlersRandy Dunlap
2022-03-01tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)
2022-03-01sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider
2022-02-28tracing: Update print fmt check to handle new __get_sockaddr() macroSteven Rostedt (Google)
2022-02-28blktrace: fix use after free for struct blk_traceYu Kuai
2022-02-25tracing: Fix selftest config check for function graph start up testChristophe Leroy
2022-02-25tracing/osnoise: Make osnoise_main to sleep for microsecondsDaniel Bristot de Oliveira
2022-02-25ftrace: Remove unused ftrace_startup_enable() stubNathan Chancellor
2022-02-25tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle
2022-02-25tracing: Uninline trace_trigger_soft_disabled() partlyChristophe Leroy
2022-02-25eprobes: Remove redundant event type informationSteven Rostedt (Google)
2022-02-25tracing: Have traceon and traceoff trigger honor the instanceSteven Rostedt (Google)
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann
2022-02-24tracing: Dump stacktrace trigger to the corresponding instanceDaniel Bristot de Oliveira
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