aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
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-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-22scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-08tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-24bpf: Add bpf_copy_from_user_task() helperKenny Yu
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
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-21bpf: add frags support to xdp copy helpersEelco Chaudron
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